From 51c850171c134d382a33aba9fb37f6be3bfff132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 22:30:43 +0000 Subject: [PATCH] chore(deps): bump django in /python/cloud-run-django-hello-world Bumps [django](https://github.com/django/django) from 4.2.10 to 4.2.26. - [Commits](https://github.com/django/django/compare/4.2.10...4.2.26) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/cloud-run-django-hello-world/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cloud-run-django-hello-world/requirements.txt b/python/cloud-run-django-hello-world/requirements.txt index 7677201cd..b302a4d46 100644 --- a/python/cloud-run-django-hello-world/requirements.txt +++ b/python/cloud-run-django-hello-world/requirements.txt @@ -1,3 +1,3 @@ -django==4.2.10 +django==4.2.26 requests==2.31.0 debugpy # Required for debugging.