From cfb94bfea9e9a96d8ae946534934eeb140660e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:13:18 +0000 Subject: [PATCH] Bump django from 5.0.10 to 5.0.11 Bumps [django](https://github.com/django/django) from 5.0.10 to 5.0.11. - [Commits](https://github.com/django/django/compare/5.0.10...5.0.11) --- 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 2381672..080bf90 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.0.10 +Django==5.0.11 libsass==0.23.0 # Optional Trac dependencies that make DeprecationWarning go away.