summaryrefslogtreecommitdiff
path: root/requirements-dev.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2020-02-27 23:46:55 +0000
committerStephen Finucane <stephen@that.guru>2020-02-28 17:21:54 +0000
commitbd21a06f3eac36bc34f7c5fe617ab6bacf95bbf5 (patch)
treeef4cb833c0d5fb589fc79dc3618ff09e5ee27fef /requirements-dev.txt
parent2f7a0b9b56f45ddc95d8bb3e8890f2c0cb48385a (diff)
downloadpatchwork-bd21a06f3eac36bc34f7c5fe617ab6bacf95bbf5.tar
patchwork-bd21a06f3eac36bc34f7c5fe617ab6bacf95bbf5.tar.gz
Add support for djangorestframework 3.11
There are no breaking changes apparent. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index d4d1ddf..b165f3a 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,6 +1,6 @@
Django~=2.2.0; python_version >= '3.5' # pyup: >= 2.2.0,<2.3.0
Django~=1.11.0; python_version < '3.0' # pyup: ignore
-djangorestframework~=3.10.0; python_version >= '3.5'
+djangorestframework~=3.11.0; python_version >= '3.5'
djangorestframework~=3.9.0; python_version < '3.0' # pyup: ignore
django-filter~=2.2.0; python_version >= '3.5' # pyup: >=2.2.0,<2.3.0
django-filter~=1.1.0; python_version < '3.0' # pyup: ignore