From b9efeeebf280799674f4086293c596868c3736fc Mon Sep 17 00:00:00 2001 From: tcely Date: Sun, 18 May 2025 01:39:32 -0400 Subject: [PATCH] Do not upgrade to Django 5.3 automatically --- Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index bf53b4bf..e4d6d053 100644 --- a/Pipfile +++ b/Pipfile @@ -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 = "*"