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

chore(deps): update python dependencies #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
104 changes: 52 additions & 52 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.2.1"
python-slugify = "6.1.2"
Pillow = "9.2.0"
argon2-cffi = "21.3.0"
redis = "4.3.4"
hiredis = "2.0.0"
celery = "5.2.1"
django-celery-beat = "2.2.1"
flower = "1.0.0"
Django = "3.2.10"
django-environ = "0.8.1"
celery = "5.2.7"
django-celery-beat = "2.3.0"
flower = "1.2.0"
Django = "4.1.1"
django-environ = "0.9.0"
django-model-utils = "4.2.0"
django-allauth = "0.46.0"
django-crispy-forms = "1.13.0"
django-allauth = "0.51.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.14.0"
django-cors-headers = "3.13.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-storages = {version = "1.13.1", extras = ["boto3"]}
django-anymail = {version = "8.6", 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.2.1"
python-slugify = "6.1.2"
Pillow = "9.2.0"
argon2-cffi = "21.3.0"
redis = "4.3.4"
hiredis = "2.0.0"
celery = "5.2.1"
django-celery-beat = "2.2.1"
flower = "1.0.0"
Django = "3.2.10"
django-environ = "0.8.1"
celery = "5.2.7"
django-celery-beat = "2.3.0"
flower = "1.2.0"
Django = "4.1.1"
django-environ = "0.9.0"
django-model-utils = "4.2.0"
django-allauth = "0.46.0"
django-crispy-forms = "1.13.0"
django-allauth = "0.51.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.14.0"
django-cors-headers = "3.13.0"
Werkzeug = "2.2.2"
ipdb = "0.13.9"
psycopg2-binary = "2.9.2"
watchgod = "0.7"
mypy = "0.910"
django-stubs = "1.9.0"
pytest = "6.2.5"
pytest-sugar = "0.9.4"
djangorestframework-stubs = "1.4.0"
Sphinx = "4.3.1"
psycopg2-binary = "2.9.3"
watchgod = "0.8.2"
mypy = "0.971"
django-stubs = "1.12.0"
pytest = "7.1.3"
pytest-sugar = "0.9.5"
djangorestframework-stubs = "1.7.0"
Sphinx = "5.2.0.post0"
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"
flake8 = "5.0.4"
flake8-isort = "4.2.0"
coverage = "6.4.4"
black = "22.8.0"
pylint-django = "2.5.3"
pylint-celery = "0.3"
pre-commit = "2.16.0"
pre-commit = "2.20.0"
factory-boy = "3.2.1"
django-debug-toolbar = "3.2.2"
django-extensions = "3.1.5"
django-coverage-plugin = "2.0.2"
pytest-django = "4.5.1"
django-debug-toolbar = "3.7.0"
django-extensions = "3.2.1"
django-coverage-plugin = "2.0.3"
pytest-django = "4.5.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down