Removes whitenoise patches and upgrades it to 6.8.1 (#8079)

This commit is contained in:
Trenton H
2024-10-28 08:34:26 -07:00
committed by GitHub
parent 2781de4506
commit d368dc1294
4 changed files with 8 additions and 17 deletions

View File

@@ -56,16 +56,17 @@ tqdm = "*"
# See https://github.com/paperless-ngx/paperless-ngx/issues/5494
uvicorn = {extras = ["standard"], version = "==0.25.0"}
watchdog = "~=4.0"
whitenoise = "~=6.7"
whitenoise = "~=6.8"
whoosh = "~=2.7"
zxing-cpp = {version = "*", platform_machine = "== 'x86_64'"}
[dev-packages]
# Linting
pre-commit = "*"
ruff = "*"
# Testing
factory-boy = "*"
# Testing
pytest = "*"
pytest-cov = "*"
pytest-django = "*"