From f040e14df9963760019fe29769caef7a0be79475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 22:32:29 +0000 Subject: [PATCH] chore(deps): bump django from 5.2.5 to 5.2.12 in /run/django Bumps [django](https://github.com/django/django) from 5.2.5 to 5.2.12. - [Commits](https://github.com/django/django/compare/5.2.5...5.2.12) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.12 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..e4d6a400f37 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.12; 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