summaryrefslogtreecommitdiff
path: root/requirements-prod.txt
diff options
context:
space:
mode:
Diffstat (limited to 'requirements-prod.txt')
-rw-r--r--requirements-prod.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/requirements-prod.txt b/requirements-prod.txt
index 797d30b..ff583b4 100644
--- a/requirements-prod.txt
+++ b/requirements-prod.txt
@@ -1,8 +1,8 @@
-Django~=2.2.0; python_version >= '3.5'
+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.10.0; python_version >= '3.5' # pyup: >=3.10.0,<3.11.0
djangorestframework~=3.9.0; python_version < '3.0' # pyup: ignore
-django-filter~=2.2.0; python_version >= '3.5'
+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
-psycopg2-binary~=2.8.0
-sqlparse~=0.3.0
+psycopg2-binary~=2.8.0 # pyup: >=2.8.0,<2.9.0
+sqlparse~=0.3.0 # pyup: >=0.3.0,<0.4.0