From 1a0acbf0d50a37542e3537d6c02c174d0986a9b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:40:42 +0000 Subject: [PATCH] Bump django from 5.1.10 to 5.1.13 Bumps [django](https://github.com/django/django) from 5.1.10 to 5.1.13. - [Commits](https://github.com/django/django/compare/5.1.10...5.1.13) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.13 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 2d57666b..ba980f12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ dj-database-url==2.3.0 # via -r requirements.in dj-static==0.0.6 # via -r requirements.in -django==5.1.10 +django==5.1.13 # via # -r requirements.in # crispy-bootstrap4