diff --git a/requirements/deploy.txt b/requirements/deploy.txt index 99d82787ffb..a893a8da8bc 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -2,7 +2,7 @@ # http://initd.org/psycopg/docs/install.html#binary-install-from-pypi psycopg2==2.8.3 --no-binary psycopg2 gunicorn==19.9.0 -django-redis-cache==2.0.0 +django-redis-cache==2.1.0 #For resizing images -pillow==6.1.0 +pillow==6.2.0 diff --git a/requirements/local-docs-build.txt b/requirements/local-docs-build.txt index b05b43848aa..92d11b56a46 100644 --- a/requirements/local-docs-build.txt +++ b/requirements/local-docs-build.txt @@ -11,7 +11,7 @@ docutils==0.14 # pyup: ignore sphinx_rtd_theme==0.4.3 -sphinx-tabs==1.1.12 +sphinx-tabs==1.1.13 # Required to avoid Transifex error with reserved slug # https://github.com/sphinx-doc/sphinx-intl/pull/27 git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c8dcb66de5#egg=sphinx-intl @@ -29,5 +29,5 @@ Markdown==3.1.1 sphinxcontrib-httpdomain==1.7.0 sphinx-prompt==1.0.0 sphinx-notfound-page==0.4 -commonmark==0.9.0 +commonmark==0.9.1 recommonmark==0.6.0 diff --git a/requirements/pip.txt b/requirements/pip.txt index 9d4a9211033..2c05a827930 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -3,8 +3,8 @@ pip==19.2.3 appdirs==1.4.3 virtualenv==16.7.5 -django==1.11.24 # pyup: <1.12 -django-extensions==2.2.1 +django==1.11.25 # pyup: <1.12 +django-extensions==2.2.3 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.2 +GitPython==3.0.3 # Search elasticsearch==6.4.0 # pyup: <7.0.0 @@ -72,11 +72,11 @@ defusedxml==0.6.0 # Utils django-gravatar2==1.4.2 -pytz==2019.2 +pytz==2019.3 Unipath==1.1 django-kombu==0.9.4 mock==3.0.5 -stripe==2.35.1 +stripe==2.37.2 # unicode-slugify==0.1.5 is not released on PyPI yet git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5 @@ -84,7 +84,7 @@ git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1. django-formtools==2.1 django-crispy-forms==1.7.2 -docker==4.0.2 +docker==4.1.0 django-textclassifier==1.0 # django-textclassifier doesn't have pinned versions @@ -99,7 +99,7 @@ django-taggit==1.1.0 dj-pagination==2.4.0 # Version comparison stuff -packaging==19.1 +packaging==19.2 # Commenting stuff django-cors-middleware==1.4.0 @@ -108,7 +108,7 @@ django-cors-middleware==1.4.0 user-agents==2.0 # Utilities used to upload build media to cloud storage -django-storages==1.7.1 # pyup: <1.8 +django-storages==1.7.2 # pyup: <1.8 # Required only in development and linting django-debug-toolbar==2.0 diff --git a/requirements/testing.txt b/requirements/testing.txt index 5a0283621ec..408f8a57bb2 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -2,10 +2,10 @@ -r local-docs-build.txt django-dynamic-fixture==2.0.0 -pytest==5.2.0 +pytest==5.2.1 pytest-django==3.5.1 pytest-xdist==1.30.0 -pytest-cov==2.7.1 +pytest-cov==2.8.1 apipkg==1.5 execnet==1.7.1 @@ -17,8 +17,8 @@ execnet==1.7.1 # (Pinned to 4.4.2 since what we need for testing is still useful) Mercurial==4.4.2 # pyup: ignore -yamale==2.0 -pytest-mock==1.10.4 +yamale==2.0.1 +pytest-mock==1.11.1 # local debugging tools datadiff==2.0.0