Merge branch 'main' into dependabot/pip/pillow-9.5.0

This commit is contained in:
Alexander Karpov 2023-04-06 00:33:42 +03:00 committed by GitHub
commit c528b38f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

22
poetry.lock generated
View File

@ -1033,19 +1033,19 @@ files = [
[[package]] [[package]]
name = "django" name = "django"
version = "4.1.7" version = "4.2"
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "Django-4.1.7-py3-none-any.whl", hash = "sha256:f2f431e75adc40039ace496ad3b9f17227022e8b11566f4b363da44c7e44761e"}, {file = "Django-4.2-py3-none-any.whl", hash = "sha256:ad33ed68db9398f5dfb33282704925bce044bef4261cd4fb59e4e7f9ae505a78"},
{file = "Django-4.1.7.tar.gz", hash = "sha256:44f714b81c5f190d9d2ddad01a532fe502fa01c4cb8faf1d081f4264ed15dcd8"}, {file = "Django-4.2.tar.gz", hash = "sha256:c36e2ab12824e2ac36afa8b2515a70c53c7742f0d6eaefa7311ec379558db997"},
] ]
[package.dependencies] [package.dependencies]
asgiref = ">=3.5.2,<4" asgiref = ">=3.6.0,<4"
sqlparse = ">=0.2.2" sqlparse = ">=0.3.1"
tzdata = {version = "*", markers = "sys_platform == \"win32\""} tzdata = {version = "*", markers = "sys_platform == \"win32\""}
[package.extras] [package.extras]
@ -1066,13 +1066,13 @@ files = [
[[package]] [[package]]
name = "django-allauth" name = "django-allauth"
version = "0.51.0" version = "0.54.0"
description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication." description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication."
category = "main" category = "main"
optional = false optional = false
python-versions = "*" python-versions = ">=3.7"
files = [ files = [
{file = "django-allauth-0.51.0.tar.gz", hash = "sha256:ca1622733b6faa591580ccd3984042f12d8c79ade93438212de249b7ffb6f91f"}, {file = "django-allauth-0.54.0.tar.gz", hash = "sha256:120e265f802b65738899c6cb627b827fde46a4d03067034c633f516c2adf3e3e"},
] ]
[package.dependencies] [package.dependencies]
@ -2903,14 +2903,14 @@ testing = ["pytest", "pytest-benchmark"]
[[package]] [[package]]
name = "pre-commit" name = "pre-commit"
version = "3.2.1" version = "3.2.2"
description = "A framework for managing and maintaining multi-language pre-commit hooks." description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "pre_commit-3.2.1-py2.py3-none-any.whl", hash = "sha256:a06a7fcce7f420047a71213c175714216498b49ebc81fe106f7716ca265f5bb6"}, {file = "pre_commit-3.2.2-py2.py3-none-any.whl", hash = "sha256:0b4210aea813fe81144e87c5a291f09ea66f199f367fa1df41b55e1d26e1e2b4"},
{file = "pre_commit-3.2.1.tar.gz", hash = "sha256:b5aee7d75dbba21ee161ba641b01e7ae10c5b91967ebf7b2ab0dfae12d07e1f1"}, {file = "pre_commit-3.2.2.tar.gz", hash = "sha256:5b808fcbda4afbccf6d6633a56663fed35b6c2bc08096fd3d47ce197ac351d9d"},
] ]
[package.dependencies] [package.dependencies]

View File

@ -18,12 +18,12 @@ hiredis = "^2.2.2"
celery = {extras = ["redis"], version = "^5.2.7"} celery = {extras = ["redis"], version = "^5.2.7"}
django-celery-beat = "^2.5.0" django-celery-beat = "^2.5.0"
flower = "^1.2.0" flower = "^1.2.0"
django = "^4.1.7" django = "^4.2"
django-health-check = "^3.17.0" django-health-check = "^3.17.0"
django-structlog = "^5.0.1" django-structlog = "^5.0.1"
django-environ = "^0.9.0" django-environ = "^0.9.0"
django-model-utils = "^4.3.1" django-model-utils = "^4.3.1"
django-allauth = "^0.51.0" django-allauth = "^0.54.0"
django-crispy-forms = "^1.14.0" django-crispy-forms = "^1.14.0"
crispy-bootstrap5 = "^0.7" crispy-bootstrap5 = "^0.7"
django-redis = "^5.2.0" django-redis = "^5.2.0"
@ -49,7 +49,7 @@ coverage = "^7.2.1"
black = "^22.12.0" black = "^22.12.0"
pylint-django = "^2.5.3" pylint-django = "^2.5.3"
pylint-celery = "^0.3" pylint-celery = "^0.3"
pre-commit = "^3.2.1" pre-commit = "^3.2.2"
factory-boy = "^3.2.1" factory-boy = "^3.2.1"
django-debug-toolbar = "^4.0.0" django-debug-toolbar = "^4.0.0"
django-extensions = "^3.2.1" django-extensions = "^3.2.1"