From 99dd3b78ba4f2b7d1b49a6f984f78be9323b3608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 22:17:45 +0000 Subject: [PATCH] chore(deps): bump django in /appengine/flexible/django_cloudsql Bumps [django](https://github.com/django/django) from 6.0.1 to 6.0.5. - [Commits](https://github.com/django/django/compare/6.0.1...6.0.5) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- appengine/flexible/django_cloudsql/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/flexible/django_cloudsql/requirements.txt b/appengine/flexible/django_cloudsql/requirements.txt index da90b09edaa..6d8df1aa2b1 100644 --- a/appengine/flexible/django_cloudsql/requirements.txt +++ b/appengine/flexible/django_cloudsql/requirements.txt @@ -1,4 +1,4 @@ -Django==6.0.1; python_version >= "3.12" +Django==6.0.5; python_version >= "3.12" gunicorn==23.0.0 psycopg2-binary==2.9.11 django-environ==0.12.0