diff --git a/requirements/deploy.txt b/requirements/deploy.txt index a893a8da8bc..8d630f715e6 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -5,4 +5,4 @@ gunicorn==19.9.0 django-redis-cache==2.1.0 #For resizing images -pillow==6.2.0 +pillow==6.2.1 diff --git a/requirements/pip.txt b/requirements/pip.txt index 30cf8835125..fcd9df42128 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,10 +1,10 @@ # Base packages -pip==19.2.3 +pip==19.3.1 appdirs==1.4.3 -virtualenv==16.7.5 +virtualenv==16.7.7 django==1.11.25 # pyup: <1.12 -django-extensions==2.2.3 +django-extensions==2.2.5 django_polymorphic==2.1.2 djangorestframework==3.10.3 @@ -42,7 +42,7 @@ celery==4.1.1 # pyup: ignore django-allauth==0.40.0 -GitPython==3.0.3 +GitPython==3.0.4 # Search elasticsearch==6.4.0 # pyup: <7.0.0 @@ -64,7 +64,9 @@ git+https://github.com/elastic/elasticsearch-dsl-py@97e3f756a8cacd1c863d3ced3d17 # ImportError: cannot import name 'Document' django-elasticsearch-dsl==0.5.1 # pyup: ignore selectolax==0.2.1 -orjson==2.0.7 + +# Ignoring orjson for now because it makes Travis to fail +orjson==2.0.7 # pyup: ignore # Utils django-gravatar2==1.4.2 @@ -78,7 +80,7 @@ stripe==2.37.2 git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5 django-formtools==2.1 -django-crispy-forms==1.7.2 +django-crispy-forms==1.8.0 docker==4.1.0 diff --git a/requirements/testing.txt b/requirements/testing.txt index 408f8a57bb2..ac67ebf3e50 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -2,8 +2,8 @@ -r local-docs-build.txt django-dynamic-fixture==2.0.0 -pytest==5.2.1 -pytest-django==3.5.1 +pytest==5.2.2 +pytest-django==3.6.0 pytest-xdist==1.30.0 pytest-cov==2.8.1 apipkg==1.5 @@ -18,7 +18,7 @@ execnet==1.7.1 Mercurial==4.4.2 # pyup: ignore yamale==2.0.1 -pytest-mock==1.11.1 +pytest-mock==1.11.2 # local debugging tools datadiff==2.0.0