From 49d6621cdaed6d29f7b7781182eec8c85a0364d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 13:27:18 +1100 Subject: [PATCH] chore(deps): bump django in /python/cloud-run-django-hello-world (#1305) Bumps [django](https://github.com/django/django) from 4.2.5 to 4.2.7. - [Commits](https://github.com/django/django/compare/4.2.5...4.2.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Katie McLaughlin --- 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 c14d55720..ba303d84b 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.5 +django==4.2.7 requests==2.31.0 debugpy # Required for debugging.