From 4ca5942f419eecbb56d8522b79b3de2b990bec9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:49:33 +0000 Subject: [PATCH] Bump django from 5.2.7 to 5.2.11 Bumps [django](https://github.com/django/django) from 5.2.7 to 5.2.11. - [Commits](https://github.com/django/django/compare/5.2.7...5.2.11) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.11 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 dd76ca0..95ccd56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Python 3.10 -Django==5.2.7 +Django==5.2.11 djangorestframework==3.15.2 PyYAML==6.0 jsonfield2==4.0.0.post0