From 752368f9fd1df880681748be6aa3eb619864e767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 00:26:16 +0000 Subject: [PATCH 1/2] Bump django from 5.2.14 to 5.2.16 Bumps [django](https://github.com/django/django) from 5.2.14 to 5.2.16. - [Commits](https://github.com/django/django/compare/5.2.14...5.2.16) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.16 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 bd8f9c8..98a4887 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.14 +Django==5.2.16 libsass==0.23.0 # Optional Trac dependencies that make DeprecationWarning go away. From bcd6e258607a09ea613e775c78c005e51cb66f18 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Tue, 11 Aug 2026 20:30:14 -0400 Subject: [PATCH 2/2] Bump django from 5.2.14 to 5.2.17 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 98a4887..410a060 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.16 +Django==5.2.17 libsass==0.23.0 # Optional Trac dependencies that make DeprecationWarning go away.