From 776d9fd4ab94c980f76e17c657dcafded701323b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:44:19 +0000 Subject: [PATCH] chore(deps): bump django from 5.2.5 to 5.2.11 in /run/django Bumps [django](https://github.com/django/django) from 5.2.5 to 5.2.11. - [Commits](https://github.com/django/django/compare/5.2.5...5.2.11) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- run/django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/django/requirements.txt b/run/django/requirements.txt index 92897c3072e..e139fa92806 100644 --- a/run/django/requirements.txt +++ b/run/django/requirements.txt @@ -1,4 +1,4 @@ -Django==5.2.5; python_version >= "3.10" +Django==5.2.11; python_version >= "3.10" Django==4.2.24; python_version >= "3.8" and python_version < "3.10" django-storages[google]==1.14.6 django-environ==0.12.0