diff --git a/requirements/deploy.txt b/requirements/deploy.txt index 38fd339b930..7dce87b6e7a 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -7,6 +7,6 @@ gunicorn==20.1.0 django-redis-cache==3.0.0 #For resizing images -pillow==9.0.0 +pillow==9.0.1 structlog-sentry==1.4.0 diff --git a/requirements/docker.txt b/requirements/docker.txt index 32cf74497d7..a0a2c577da1 100644 --- a/requirements/docker.txt +++ b/requirements/docker.txt @@ -9,7 +9,7 @@ psycopg2-binary==2.9.2 # pyup: ignore django-redis-cache==3.0.0 # For resizing images -pillow==9.0.0 +pillow==9.0.1 # Local debugging tools watchdog==2.1.6 @@ -20,7 +20,7 @@ argh==0.26.2 tox==3.24.5 # AWS utilities to use against MinIO -awscli==1.22.41 +awscli==1.22.54 # Used together with structlog to have nicer logs locally -rich==11.0.0 +rich==11.2.0 diff --git a/requirements/docs.txt b/requirements/docs.txt index 32c9ea9f556..cd3b03d18b5 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -23,4 +23,4 @@ sphinx-autobuild==2021.3.14 rstcheck==3.3.1 # Markdown -myst_parser==0.16.1 +myst_parser==0.17.0 diff --git a/requirements/pip.txt b/requirements/pip.txt index 7be390f5bb6..2c58d1a3442 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,9 +1,9 @@ # Base packages -pip==21.3.1 -virtualenv==20.13.0 +pip==22.0.3 +virtualenv==20.13.1 -django==3.2.11 # pyup: <3.3 +django==3.2.12 # pyup: <3.3 django-extensions==3.1.5 django-polymorphic==3.1.0 django-autoslug==1.9.8 @@ -49,13 +49,13 @@ celery==5.1.2 # pyup: ignore # ``account/base.html`` -- you will need to check your templates and likely # override ``account/base.html`` within your project. django-allauth==0.42.0 # pyup: ignore -requests-oauthlib==1.3.0 +requests-oauthlib==1.3.1 # GitPython >3.1.18 drops support for python 3.6. GitPython==3.1.18 # pyup: ignore # Search -elasticsearch==7.16.3 # pyup: <8.0.0 +elasticsearch==7.17.0 # pyup: <8.0.0 elasticsearch-dsl==7.4.0 # pyup: <8.0 django-elasticsearch-dsl==7.2.2 # pyup: <8.0 selectolax==0.3.6 @@ -66,7 +66,7 @@ pyquery==1.4.3 # NOTE: this dep can be removed in python 3.7 in favor of ``date.fromisoformat`` python-dateutil==2.8.2 -orjson==3.6.6 +orjson==3.6.7 # Utils django-gravatar2==1.4.4 @@ -80,7 +80,7 @@ markdown==3.3.6 git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5 django-formtools==2.3 -django-crispy-forms==1.13.0 +django-crispy-forms==1.14.0 docker==5.0.3 diff --git a/requirements/testing.txt b/requirements/testing.txt index 5c0365b02b7..1828ec5ed21 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -3,14 +3,14 @@ -r pip.txt django-dynamic-fixture==3.1.2 -pytest==6.2.5 +pytest==7.0.1 pytest-custom-exit-code==0.3.0 pytest-django==4.5.2 pytest-cov==3.0.0 -Mercurial==6.0.1 +Mercurial==6.0.2 yamale==2.2.0 # pyup: <3.0 -pytest-mock==3.6.1 +pytest-mock==3.7.0 requests-mock==1.9.3