From d4e48c6e3c3d927108612dfae3e247eaf77c6e8b Mon Sep 17 00:00:00 2001 From: Paolo Melchiorre Date: Sun, 3 Nov 2024 16:39:04 +0100 Subject: [PATCH] Updated to Django 5.0.9 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 166a748..fa8edfa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # rest is needed to support wiki pages written in rst Trac[babel, pygments, rest]==1.6.0 psycopg2==2.9.9 --no-binary=psycopg2 -Django==4.2.16 +Django==5.0.9 libsass==0.23.0 # Optional Trac dependencies that make DeprecationWarning go away.