From 0a37672edb9ae1679084f1048da92a3a5d022677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 21:37:42 +0000 Subject: [PATCH] Bump django from 5.2.9 to 5.2.12 Bumps [django](https://github.com/django/django) from 5.2.9 to 5.2.12. - [Commits](https://github.com/django/django/compare/5.2.9...5.2.12) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5cf85f4..62c3607 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==5.2.9 +Django==5.2.12 libsass==0.23.0 # Optional Trac dependencies that make DeprecationWarning go away.