From eeb1826b0538d0870f356bb31a4be1d61a170fc9 Mon Sep 17 00:00:00 2001 From: tcely Date: Mon, 24 Feb 2025 02:45:41 -0500 Subject: [PATCH] Upgrade to 1.2.8 for Django 5 support. --- Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 00389093..08c20163 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true autopep8 = "*" [packages] -django = "~=3.2" +django = "*" django-sass-processor = "*" libsass = "*" pillow = "*" @@ -15,7 +15,7 @@ whitenoise = "*" gunicorn = "*" django-compressor = "*" httptools = "*" -django-background-tasks = "==1.2.5" +django-background-tasks = ">=1.2.8" django-basicauth = "*" psycopg2-binary = "*" mysqlclient = "*"