From 312c257fef1ab3f129fae099f5a40ce617be86d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 22:45:17 +0000 Subject: [PATCH] chore(deps): bump django from 5.2.5 to 5.2.14 in /run/django Bumps [django](https://github.com/django/django) from 5.2.5 to 5.2.14. - [Commits](https://github.com/django/django/compare/5.2.5...5.2.14) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.14 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..5c229371bee 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.14; 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