diff options
| author | pyup-bot <github-bot@pyup.io> | 2019-09-02 12:03:46 +0100 |
|---|---|---|
| committer | Stephen Finucane <stephenfinucane@hotmail.com> | 2019-09-03 14:41:51 +0100 |
| commit | 31a6d76605fd2d5e0144bbbcacfa8a769fd65bae (patch) | |
| tree | 56a301a580df420cc41305672c0125024d5b421d | |
| parent | b1259e0339f084b26317c6177244960b905a7a5d (diff) | |
| download | patchwork-31a6d76605fd2d5e0144bbbcacfa8a769fd65bae.tar patchwork-31a6d76605fd2d5e0144bbbcacfa8a769fd65bae.tar.gz | |
Update django from 2.2.3 to 2.2.5
| -rw-r--r-- | requirements-prod.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-prod.txt b/requirements-prod.txt index 1349978..d81d566 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,4 +1,4 @@ -Django==2.2.3; python_version >= '3.4' +Django==2.2.5; python_version >= '3.4' Django==1.11.22; python_version < '3.0' # pyup: ignore djangorestframework==3.9.2 django-filter==2.1.0; python_version >= '3.4' |