diff options
author | Stephen Finucane <stephen@that.guru> | 2019-06-17 15:11:43 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2019-06-17 15:11:43 +0100 |
commit | a790f0390eb4d41db1032d0d6c3d103dda86ccea (patch) | |
tree | 15e96dd5a2768d543cf0a10cf46ee9f60a1e6ace | |
parent | 90e85f9de201ede696d6d30b65f5eb49c34af665 (diff) | |
download | patchwork-a790f0390eb4d41db1032d0d6c3d103dda86ccea.tar patchwork-a790f0390eb4d41db1032d0d6c3d103dda86ccea.tar.gz |
Update django from 1.11.20 to 1.11.21
-rw-r--r-- | requirements-dev.txt | 2 | ||||
-rw-r--r-- | requirements-prod.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 1055cf6..9b6540d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ Django==2.2.2; python_version >= '3.4' -Django==1.11.20; python_version < '3.0' # pyup: ignore +Django==1.11.21; python_version < '3.0' # pyup: ignore djangorestframework==3.9.2 django-filter==2.1.0; python_version >= '3.4' django-filter==1.1.0; python_version < '3.0' # pyup: ignore diff --git a/requirements-prod.txt b/requirements-prod.txt index 9680b6f..971836d 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,5 +1,5 @@ Django==2.2.2; python_version >= '3.4' -Django==1.11.20; python_version < '3.0' # pyup: ignore +Django==1.11.21; python_version < '3.0' # pyup: ignore djangorestframework==3.9.2 django-filter==2.1.0; python_version >= '3.4' django-filter==1.1.0; python_version < '3.0' # pyup: ignore |