diff options
author | pyup-bot <github-bot@pyup.io> | 2018-11-11 16:42:40 +0100 |
---|---|---|
committer | Stephen Finucane <stephenfinucane@hotmail.com> | 2018-12-22 23:09:18 +0000 |
commit | 7168471ea980688867a161ccaedbc3a60645f97d (patch) | |
tree | f7c0de3e3536a589ac21411ea8f9db5729e2ede1 | |
parent | 7a4ebc855fbd25206b54362061d095c84b8837f8 (diff) | |
download | patchwork-7168471ea980688867a161ccaedbc3a60645f97d.tar patchwork-7168471ea980688867a161ccaedbc3a60645f97d.tar.gz |
Update psycopg2-binary from 2.7.6 to 2.7.6.1
-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 d607b3d..14b99f2 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -3,5 +3,5 @@ Django==1.11.15; python_version < '3.0' # pyup: ignore djangorestframework==3.9.0 django-filter==2.0.0; python_version >= '3.4' django-filter==1.1.0; python_version < '3.0' # pyup: ignore -psycopg2-binary==2.7.6 +psycopg2-binary==2.7.6.1 sqlparse==0.2.4 |