Update dependencies

This commit is contained in:
Gabriel Augendre 2022-09-24 15:51:15 +01:00
parent 5a31123f93
commit 4ff417eac1
2 changed files with 264 additions and 532 deletions

786
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -8,13 +8,13 @@ authors = ["Gabriel Augendre <gabriel@augendre.info>"]
python = "^3.10"
django = "^4.0"
django-anymail = {version = "^8.4", extras = ["mailgun"]}
django-cleanup = "^5.0"
django-cleanup = "^6.0"
whitenoise = {extras = ["brotli"], version = "^6.0"}
django-csp = "^3.7"
django-environ = "^0.8.1"
django-environ = "^0.9"
requests = "^2.27.1"
django-extensions = "^3.1.5"
bpython = "^0.22.1"
bpython = "^0.23"
gunicorn = "^20.1.0"
Pillow = "^9.1.0"
django-crispy-forms = "^1.14.0"
@ -24,11 +24,11 @@ freezegun = "^1.2.1"
[tool.poetry.dev-dependencies]
pre-commit = "^2.7"
pytest = "^6.0"
pytest = "^7.1"
pytest-django = "^4.5"
model-bakery = "^1.1"
pytest-cov = "^3.0"
poetry-deps-scanner = "^1.0.1"
poetry-deps-scanner = "^2.0"
invoke = "^1.7.0"
[tool.black]