Upgrades Django to 5.1

This commit is contained in:
Trenton Holmes
2024-09-27 09:45:42 -07:00
committed by Trenton H
parent 56e1365b4b
commit af8724b4ec
2 changed files with 28 additions and 28 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 = "*"