Updates all backend, hooks and configures codespell in a slightly easier way (#5336)

This commit is contained in:
Trenton H
2024-01-09 10:30:33 -08:00
committed by GitHub
parent 9eb594ebc5
commit e00ca22e5a
7 changed files with 838 additions and 786 deletions

View File

@@ -7,7 +7,7 @@ name = "pypi"
dateparser = "~=1.2"
# WARNING: django does not use semver.
# Only patch versions are guaranteed to not introduce breaking changes.
django = "~=4.2.8"
django = "~=4.2.9"
django-auditlog = "*"
django-celery-results = "*"
django-compression-middleware = "*"
@@ -57,7 +57,7 @@ zxing-cpp = {version = "*", platform_machine = "== 'x86_64'"}
[dev-packages]
# Linting
black = "==23.11.0"
black = "*"
pre-commit = "*"
ruff = "*"
# Testing