From 29c7b2daf5e5fbb99b4bb72c3feab71784b61fd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 22:56:00 +0000 Subject: [PATCH] Bump django from 5.1.5 to 5.1.7 Bumps [django](https://github.com/django/django) from 5.1.5 to 5.1.7. - [Commits](https://github.com/django/django/compare/5.1.5...5.1.7) --- updated-dependencies: - dependency-name: django 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 e08f3e1..63ebe3c 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.1.5 +Django==5.1.7 libsass==0.23.0 # Optional Trac dependencies that make DeprecationWarning go away.