From 8b0f0760faa8a4590ce3c94a8bbeaa8c420d1077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 16:20:46 +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/blobstore/django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/standard_python3/bundled-services/blobstore/django/requirements.txt b/appengine/standard_python3/bundled-services/blobstore/django/requirements.txt index 5d719f78788..5096b2df5d3 100644 --- a/appengine/standard_python3/bundled-services/blobstore/django/requirements.txt +++ b/appengine/standard_python3/bundled-services/blobstore/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.2.3