Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
chore(deps): update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 15, 2021
1 parent e4ae00f commit c12340c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pyproject.toml
Expand Up @@ -10,20 +10,20 @@ python = "^3.9"
pytz = "2021.3"
python-slugify = "5.0.2"
Pillow = "8.4.0"
argon2-cffi = "21.2.0"
redis = "3.5.3"
argon2-cffi = "21.3.0"
redis = "4.0.2"
hiredis = "2.0.0"
celery = "5.2.1"
django-celery-beat = "2.2.1"
flower = "1.0.0"
Django = "3.2.10"
Django = "4.0"
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"
djangorestframework = "3.13.1"
django-cors-headers = "3.10.1"
gunicorn = "20.1.0"
psycopg2-binary = "2.9.2"
Expand All @@ -35,20 +35,20 @@ django-anymail = {version = "8.4", extras = ["mailgun"]}
pytz = "2021.3"
python-slugify = "5.0.2"
Pillow = "8.4.0"
argon2-cffi = "21.2.0"
redis = "3.5.3"
argon2-cffi = "21.3.0"
redis = "4.0.2"
hiredis = "2.0.0"
celery = "5.2.1"
django-celery-beat = "2.2.1"
flower = "1.0.0"
Django = "3.2.10"
Django = "4.0"
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"
djangorestframework = "3.13.1"
django-cors-headers = "3.10.1"
Werkzeug = "2.0.2"
ipdb = "0.13.9"
Expand All @@ -69,10 +69,10 @@ pylint-django = "2.4.4"
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"]
Expand Down

0 comments on commit c12340c

Please sign in to comment.