Chore: Upgrade Django to 5.1 (#7795)

* Upgrades Django to 5.1
This commit is contained in:
Trenton H
2024-09-28 11:06:13 -07:00
committed by GitHub
parent bf3569aabd
commit 8152725713
2 changed files with 25 additions and 25 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.15"
django = "~=5.1.1"
django-allauth = {extras = ["socialaccount"], version = "*"}
django-auditlog = "*"
django-celery-results = "*"