Bump django from 4.1.7 to 4.1.9

This commit is contained in:
Ross Brown
2023-05-07 05:18:57 +01:00
committed by Trenton H
parent a8052a7539
commit 2c4e2e352a
2 changed files with 10 additions and 8 deletions

View File

@@ -10,7 +10,9 @@ name = "piwheels"
[packages]
dateparser = "~=1.1"
django = "~=4.1"
# WARNING: django does not use semver.
# Only patch versions are guaranteed to not introduce breaking changes.
django = "~=4.1.9"
django-cors-headers = "*"
django-celery-results = "*"
django-compression-middleware = "*"