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 = "*" autopep8 = "*"
[packages] [packages]
django = "*" django = "~= 5.2.1"
django-sass-processor = {extras = ["management-command"], version = "*"} django-sass-processor = {extras = ["management-command"], version = "*"}
pillow = "*" pillow = "*"
whitenoise = "*" whitenoise = "*"
gunicorn = "*" gunicorn = "*"
httptools = "*" httptools = "*"
django-background-tasks = ">=1.2.8" django-background-tasks = ">= 1.2.8"
django-basicauth = "*" django-basicauth = "*"
psycopg = {extras = ["binary", "pool"], version = "*"} psycopg = {extras = ["binary", "pool"], version = "*"}
mysqlclient = "*" mysqlclient = "*"