From 10c5ba9ea97b1b64499811846810ff7b008c1bca Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 7 Jan 2022 18:26:09 +0000 Subject: [PATCH] chore(deps): update python dependencies --- pyproject.toml | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 778533a..4f8d738 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,24 +9,24 @@ license = "MIT" python = "^3.9" pytz = "2021.3" python-slugify = "5.0.2" -Pillow = "8.4.0" -argon2-cffi = "21.2.0" -redis = "3.5.3" +Pillow = "9.0.0" +argon2-cffi = "21.3.0" +redis = "4.1.0" hiredis = "2.0.0" -celery = "5.2.1" +celery = "5.2.3" django-celery-beat = "2.2.1" flower = "1.0.0" -Django = "3.2.10" +Django = "4.0.1" django-environ = "0.8.1" django-model-utils = "4.2.0" -django-allauth = "0.46.0" +django-allauth = "0.47.0" django-crispy-forms = "1.13.0" crispy-bootstrap5 = "0.6" -django-redis = "5.1.0" -djangorestframework = "3.12.4" +django-redis = "5.2.0" +djangorestframework = "3.13.1" django-cors-headers = "3.10.1" gunicorn = "20.1.0" -psycopg2-binary = "2.9.2" +psycopg2-binary = "2.9.3" Collectfast = "2.2.0" django-storages = {version = "1.12.3", extras = ["boto3"]} django-anymail = {version = "8.4", extras = ["mailgun"]} @@ -34,45 +34,45 @@ django-anymail = {version = "8.4", extras = ["mailgun"]} [tool.poetry.dev-dependencies] pytz = "2021.3" python-slugify = "5.0.2" -Pillow = "8.4.0" -argon2-cffi = "21.2.0" -redis = "3.5.3" +Pillow = "9.0.0" +argon2-cffi = "21.3.0" +redis = "4.1.0" hiredis = "2.0.0" -celery = "5.2.1" +celery = "5.2.3" django-celery-beat = "2.2.1" flower = "1.0.0" -Django = "3.2.10" +Django = "4.0.1" django-environ = "0.8.1" django-model-utils = "4.2.0" -django-allauth = "0.46.0" +django-allauth = "0.47.0" django-crispy-forms = "1.13.0" crispy-bootstrap5 = "0.6" -django-redis = "5.1.0" -djangorestframework = "3.12.4" +django-redis = "5.2.0" +djangorestframework = "3.13.1" django-cors-headers = "3.10.1" Werkzeug = "2.0.2" ipdb = "0.13.9" -psycopg2-binary = "2.9.2" +psycopg2-binary = "2.9.3" watchgod = "0.7" -mypy = "0.910" +mypy = "0.931" django-stubs = "1.9.0" pytest = "6.2.5" pytest-sugar = "0.9.4" djangorestframework-stubs = "1.4.0" -Sphinx = "4.3.1" +Sphinx = "4.3.2" sphinx-autobuild = "2021.3.14" flake8 = "4.0.1" flake8-isort = "4.1.1" coverage = "6.2" black = "21.12b0" -pylint-django = "2.4.4" +pylint-django = "2.5.0" pylint-celery = "0.3" pre-commit = "2.16.0" factory-boy = "3.2.1" -django-debug-toolbar = "3.2.2" +django-debug-toolbar = "3.2.4" django-extensions = "3.1.5" django-coverage-plugin = "2.0.2" -pytest-django = "4.5.1" +pytest-django = "4.5.2" [build-system] requires = ["poetry-core>=1.0.0"]