Merge remote-tracking branch 'origin/main'

# Conflicts:
#	poetry.lock
This commit is contained in:
Alexander Karpov 2023-01-01 23:18:52 +03:00
commit 9dc1025e51
2 changed files with 1266 additions and 14 deletions

1274
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -44,12 +44,12 @@ djangorestframework-stubs = "^1.8.0"
sphinx = "^5.3.0" sphinx = "^5.3.0"
sphinx-autobuild = "^2021.3.14" sphinx-autobuild = "^2021.3.14"
flake8 = "^6.0.0" flake8 = "^6.0.0"
flake8-isort = "^5.0.3" flake8-isort = "^6.0.0"
coverage = "^6.5.0" coverage = "^7.0.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 = "^2.20.0" pre-commit = "^2.21.0"
factory-boy = "^3.2.1" factory-boy = "^3.2.1"
django-debug-toolbar = "^3.8.1" django-debug-toolbar = "^3.8.1"
django-extensions = "^3.2.1" django-extensions = "^3.2.1"