From 02bf2f32303d89d546da58b10830418aed96f300 Mon Sep 17 00:00:00 2001 From: Adam Parkin Date: Wed, 3 Jul 2019 19:39:30 -0700 Subject: [PATCH] Update to work with Python 3.7 I found with the pinned versions, I'd get a StopIteration exception when running the tests under Python 3.7. Updated the requirements, and now all tests are green --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index f9d5de7..ecd7788 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==1.10.1 -djangorestframework==3.4.7 -pytest==3.0.6 -pytest-django==3.1.2 +Django==1.11.22 +djangorestframework==3.9.4 +pytest==5.0.0 +pytest-django==3.5.1