Do not upgrade to Django 5.3 automatically

This commit is contained in:
tcely 2025-05-18 01:39:32 -04:00 committed by GitHub
parent 6f57a2e1bf
commit b9efeeebf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@ verify_ssl = true
autopep8 = "*"
[packages]
django = "*"
django = "~= 5.2.1"
django-sass-processor = {extras = ["management-command"], version = "*"}
pillow = "*"
whitenoise = "*"
gunicorn = "*"
httptools = "*"
django-background-tasks = ">=1.2.8"
django-background-tasks = ">= 1.2.8"
django-basicauth = "*"
psycopg = {extras = ["binary", "pool"], version = "*"}
mysqlclient = "*"