diff options
| author | pyup-bot <github-bot@pyup.io> | 2019-07-22 02:56:01 +0100 |
|---|---|---|
| committer | Stephen Finucane <stephen@that.guru> | 2019-09-08 18:29:40 +0100 |
| commit | 8f93f8375b15663888babdf77790ef81f83ab5b6 (patch) | |
| tree | 93fcd569c481f29b5d25567ab2027088e103c65b | |
| parent | 13f3bdcf60c953f9caad67dcbb0473b8575b138c (diff) | |
| download | patchwork-8f93f8375b15663888babdf77790ef81f83ab5b6.tar patchwork-8f93f8375b15663888babdf77790ef81f83ab5b6.tar.gz | |
Update django-filter from 2.1.0 to 2.2.0
| -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 35ead6f..7964a53 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ Django==2.2.5; python_version >= '3.5' Django==1.11.24; python_version < '3.0' # pyup: ignore djangorestframework==3.9.2 -django-filter==2.1.0; python_version >= '3.5' +django-filter==2.2.0; python_version >= '3.5' django-filter==1.1.0; python_version < '3.0' # pyup: ignore django-debug-toolbar==1.11 django-dbbackup==3.2.0 diff --git a/requirements-prod.txt b/requirements-prod.txt index ba950f7..c4bf684 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,7 +1,7 @@ Django==2.2.5; python_version >= '3.5' Django==1.11.24; python_version < '3.0' # pyup: ignore djangorestframework==3.9.2 -django-filter==2.1.0; python_version >= '3.5' +django-filter==2.2.0; python_version >= '3.5' django-filter==1.1.0; python_version < '3.0' # pyup: ignore psycopg2-binary==2.8.2 sqlparse==0.3.0 |