From af4176d4a5938f4b6ea1a8f737742bba747a015d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 16:08:30 +0000 Subject: [PATCH] chore(deps): bump django Bumps [django](https://github.com/django/django) from 6.0.5 to 6.0.7. - [Commits](https://github.com/django/django/compare/6.0.5...6.0.7) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../bundled-services/deferred/django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/standard_python3/bundled-services/deferred/django/requirements.txt b/appengine/standard_python3/bundled-services/deferred/django/requirements.txt index c99a837b0b2..828bd9671a2 100644 --- a/appengine/standard_python3/bundled-services/deferred/django/requirements.txt +++ b/appengine/standard_python3/bundled-services/deferred/django/requirements.txt @@ -1,4 +1,4 @@ -Django==6.0.5; python_version >= "3.12" +Django==6.0.7; python_version >= "3.12" django-environ==0.13.0 google-cloud-logging==3.5.0 appengine-python-standard>=0.3.1