From 9fa8d080c3794ba150bb3971fc9bba9eb5288308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 16:08:53 +0000 Subject: [PATCH] chore(deps): bump django from 5.2.5 to 5.2.13 in /run/django Bumps [django](https://github.com/django/django) from 5.2.5 to 5.2.13. - [Commits](https://github.com/django/django/compare/5.2.5...5.2.13) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.13 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..71024f0bcbf 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.13; 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