From 6efcb51096ab50c39976b8d815a21eedbb0fb215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 16:37:32 +0000 Subject: [PATCH] Bump django from 5.2.12 to 5.2.13 Bumps [django](https://github.com/django/django) from 5.2.12 to 5.2.13. - [Commits](https://github.com/django/django/compare/5.2.12...5.2.13) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.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 10e6887..8bb5d51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ charset-normalizer==3.4.6 ; python_version >= "3.9" and python_version < "4.0" click==8.3.1 ; python_version >= "3.9" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" cryptography==46.0.5 ; python_version >= "3.9" and python_version < "4.0" -django==5.2.12 ; python_version >= "3.9" and python_version < "4.0" +django==5.2.13 ; python_version >= "3.9" and python_version < "4.0" exceptiongroup==1.3.1 ; python_version >= "3.9" and python_version < "3.11" flask-unsign==1.2.1 ; python_version >= "3.9" and python_version < "4.0" flask==3.1.3 ; python_version >= "3.9" and python_version < "4.0"