From a558afeedd985921a0eb0cbad08f79699f86e302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 17:20:58 +0000 Subject: [PATCH] chore(deps): bump django from 6.0.5 to 6.0.6 in /run/django Bumps [django](https://github.com/django/django) from 6.0.5 to 6.0.6. - [Commits](https://github.com/django/django/compare/6.0.5...6.0.6) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.6 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 c99d4885cdb..a3b0bd2fa14 100644 --- a/run/django/requirements.txt +++ b/run/django/requirements.txt @@ -1,4 +1,4 @@ -Django==6.0.5; python_version >= "3.12" +Django==6.0.6; python_version >= "3.12" django-storages[google]==1.14.6 django-environ==0.13.0 psycopg2-binary==2.9.10