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 Apr 24, 2022
1 parent 9cf6353 commit 6361500
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions pyproject.toml
Expand Up @@ -7,72 +7,72 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.9"
pytz = "2021.3"
python-slugify = "5.0.2"
Pillow = "8.4.0"
argon2-cffi = "21.2.0"
redis = "3.5.3"
pytz = "2022.1"
python-slugify = "6.1.1"
Pillow = "9.1.0"
argon2-cffi = "21.3.0"
redis = "4.2.2"
hiredis = "2.0.0"
celery = "5.2.1"
celery = "5.2.6"
django-celery-beat = "2.2.1"
flower = "1.0.0"
Django = "3.2.10"
Django = "4.0.4"
django-environ = "0.8.1"
django-model-utils = "4.2.0"
django-allauth = "0.46.0"
django-crispy-forms = "1.13.0"
django-allauth = "0.50.0"
django-crispy-forms = "1.14.0"
crispy-bootstrap5 = "0.6"
django-redis = "5.1.0"
djangorestframework = "3.12.4"
django-cors-headers = "3.10.1"
django-redis = "5.2.0"
djangorestframework = "3.13.1"
django-cors-headers = "3.11.0"
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"]}
django-anymail = {version = "8.5", 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"
pytz = "2022.1"
python-slugify = "6.1.1"
Pillow = "9.1.0"
argon2-cffi = "21.3.0"
redis = "4.2.2"
hiredis = "2.0.0"
celery = "5.2.1"
celery = "5.2.6"
django-celery-beat = "2.2.1"
flower = "1.0.0"
Django = "3.2.10"
Django = "4.0.4"
django-environ = "0.8.1"
django-model-utils = "4.2.0"
django-allauth = "0.46.0"
django-crispy-forms = "1.13.0"
django-allauth = "0.50.0"
django-crispy-forms = "1.14.0"
crispy-bootstrap5 = "0.6"
django-redis = "5.1.0"
djangorestframework = "3.12.4"
django-cors-headers = "3.10.1"
Werkzeug = "2.0.2"
django-redis = "5.2.0"
djangorestframework = "3.13.1"
django-cors-headers = "3.11.0"
Werkzeug = "2.1.1"
ipdb = "0.13.9"
psycopg2-binary = "2.9.2"
watchgod = "0.7"
mypy = "0.910"
django-stubs = "1.9.0"
pytest = "6.2.5"
psycopg2-binary = "2.9.3"
watchgod = "0.8.2"
mypy = "0.942"
django-stubs = "1.10.1"
pytest = "7.1.2"
pytest-sugar = "0.9.4"
djangorestframework-stubs = "1.4.0"
Sphinx = "4.3.1"
djangorestframework-stubs = "1.5.0"
Sphinx = "4.5.0"
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"
coverage = "6.3.2"
black = "22.3.0"
pylint-django = "2.5.3"
pylint-celery = "0.3"
pre-commit = "2.16.0"
pre-commit = "2.18.1"
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 6361500

Please sign in to comment.