diff --git a/pytest.ini b/pytest.ini index f0ff1692ab5..b3c838a0f77 100644 --- a/pytest.ini +++ b/pytest.ini @@ -13,6 +13,3 @@ filterwarnings = ignore:Pagination may yield inconsistent results with an unordered object_list.*:django.core.paginator.UnorderedObjectListWarning # docutils ignore:'U' mode is deprecated:DeprecationWarning - - # rest_framework_extensions.routers raises these - ignore::rest_framework.RemovedInDRF311Warning diff --git a/requirements/deploy.txt b/requirements/deploy.txt index 8d630f715e6..f57031d5863 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -1,8 +1,8 @@ -r pip.txt # http://initd.org/psycopg/docs/install.html#binary-install-from-pypi psycopg2==2.8.3 --no-binary psycopg2 -gunicorn==19.9.0 +gunicorn==20.0.4 django-redis-cache==2.1.0 #For resizing images -pillow==6.2.1 +pillow==7.0.0 diff --git a/requirements/docker.txt b/requirements/docker.txt index 4164395d4aa..29d43439a31 100644 --- a/requirements/docker.txt +++ b/requirements/docker.txt @@ -1,16 +1,16 @@ -r pip.txt # http://initd.org/psycopg/docs/install.html#binary-install-from-pypi -psycopg2-binary==2.8.3 +psycopg2-binary==2.8.4 django-redis-cache==2.1.0 # For resizing images -pillow==6.2.0 +pillow==7.0.0 # local debugging tools -watchdog==0.9.0 +watchdog==0.10.2 datadiff==2.0.0 -ipdb==0.12.2 +ipdb==0.12.3 pdbpp==0.10.2 # run tests -tox==3.14.1 +tox==3.14.3 diff --git a/requirements/local-docs-build.txt b/requirements/local-docs-build.txt index 92d11b56a46..5deeaa590b0 100644 --- a/requirements/local-docs-build.txt +++ b/requirements/local-docs-build.txt @@ -20,10 +20,10 @@ git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c git+https://github.com/readthedocs/readthedocs-sphinx-search@master -Pygments==2.4.2 +Pygments==2.5.2 mkdocs==1.0.4 -Markdown==3.1.1 +Markdown==3.2 # Docs sphinxcontrib-httpdomain==1.7.0 diff --git a/requirements/pip.txt b/requirements/pip.txt index 5fbdf4df8ef..a74e8a46166 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,13 +1,13 @@ # Base packages -pip==19.3.1 +pip==20.0.2 appdirs==1.4.3 -virtualenv==16.7.7 +virtualenv==20.0.1 django==1.11.28 # pyup: <1.12 -django-extensions==2.2.5 +django-extensions==2.2.8 django_polymorphic==2.1.2 -djangorestframework==3.10.3 +djangorestframework==3.11.0 # For intersphinx during builds # Use <2.x until we fix some issues in our theme. @@ -17,8 +17,8 @@ Sphinx==1.8.5 # pyup: <2.0.0 # Filtering for the REST API django-filter==2.2.0 -drf-flex-fields==0.6.1 -drf-extensions==0.5.0 +drf-flex-fields==0.7.5 +drf-extensions==0.6.0 django-vanilla-views==1.0.6 jsonfield==2.0.2 @@ -26,8 +26,8 @@ jsonfield==2.0.2 requests==2.22.0 requests-toolbelt==0.9.1 slumber==0.7.1 -pyyaml==5.1.2 -Pygments==2.4.2 +pyyaml==5.3 +Pygments==2.5.2 # Basic tools # Redis 3.x has an incompatible change and fails @@ -69,21 +69,21 @@ selectolax==0.2.1 orjson==2.0.7 # pyup: ignore # Utils -django-gravatar2==1.4.2 +django-gravatar2==1.4.4 pytz==2019.3 Unipath==1.1 django-kombu==0.9.4 -mock==3.0.5 -stripe==2.38.0 -regex==2019.11.1 +mock==4.0.1 +stripe==2.42.0 +regex==2020.1.8 # 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 -django-formtools==2.1 -django-crispy-forms==1.8.0 +django-formtools==2.2 +django-crispy-forms==1.8.1 -docker==4.1.0 +docker==4.2.0 django-textclassifier==1.0 # django-textclassifier doesn't have pinned versions @@ -91,20 +91,20 @@ django-textclassifier==1.0 nltk==3.4.5 textblob==0.15.3 -django-annoying==0.10.5 +django-annoying==0.10.6 django-messages-extends==0.6.0 djangorestframework-jsonp==1.0.2 -django-taggit==1.1.0 +django-taggit==1.2.0 dj-pagination==2.4.0 # Version comparison stuff -packaging==19.2 +packaging==20.1 # Commenting stuff django-cors-middleware==1.4.0 # User agent parsing - used for analytics purposes -user-agents==2.0 +user-agents==2.1 # Utilities used to upload build media to cloud storage django-storages[azure]==1.7.2 @@ -112,4 +112,4 @@ azure-storage-blob==1.5.0 azure-storage-common==1.4.2 # Required only in development and linting -django-debug-toolbar==2.0 +django-debug-toolbar==2.2 diff --git a/requirements/testing.txt b/requirements/testing.txt index ac67ebf3e50..af5e7ebb24f 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -2,9 +2,9 @@ -r local-docs-build.txt django-dynamic-fixture==2.0.0 -pytest==5.2.2 -pytest-django==3.6.0 -pytest-xdist==1.30.0 +pytest==5.3.5 +pytest-django==3.8.0 +pytest-xdist==1.31.0 pytest-cov==2.8.1 apipkg==1.5 execnet==1.7.1 @@ -18,8 +18,8 @@ execnet==1.7.1 Mercurial==4.4.2 # pyup: ignore yamale==2.0.1 -pytest-mock==1.11.2 +pytest-mock==2.0.0 # local debugging tools datadiff==2.0.0 -ipdb==0.12.2 +ipdb==0.12.3