Updates Django to 4.2.5 (#4278)

This commit is contained in:
Trenton H
2023-09-27 10:45:51 -07:00
committed by GitHub
parent 06bdfcdcab
commit 288ed3d787
2 changed files with 13 additions and 12 deletions

View File

@@ -7,13 +7,13 @@ name = "pypi"
dateparser = "~=1.1"
# WARNING: django does not use semver.
# Only patch versions are guaranteed to not introduce breaking changes.
django = "~=4.1.9"
django = "~=4.2.5"
django-cors-headers = "*"
django-celery-results = "*"
django-compression-middleware = "*"
django-guardian = "*"
django-extensions = "*"
django-filter = "~=23.1"
django-filter = "~=23.3"
djangorestframework = "~=3.14"
djangorestframework-guardian = "*"
filelock = "*"