bump django version to 5.1.4

This commit is contained in:
Nick Sweeting
2024-12-12 21:33:22 -08:00
parent 6b3e297db8
commit 51447b9d0a
3 changed files with 274 additions and 63 deletions

View File

@@ -42,7 +42,7 @@ dependencies = [
# ... archivebox/pkgs/* # see vendored libs here
############# Django / Core Libraries #############
"setuptools>=74.1.0",
"django>=5.1.1,<6.0",
"django>=5.1.4,<6.0",
"django-ninja>=1.3.0",
"django-extensions>=3.2.3",
"mypy-extensions>=1.0.0",