From 317044b558df4926e6109cefa2cde36c91a3282a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:12:45 +0000 Subject: [PATCH] chore(deps): bump django in /python/cloud-run-django-hello-world Bumps [django](https://github.com/django/django) from 4.1.9 to 4.1.13. - [Commits](https://github.com/django/django/compare/4.1.9...4.1.13) --- updated-dependencies: - dependency-name: django 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 17da8ef14..7105cabd0 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.1.9 +django==4.1.13 requests==2.28.1 ptvsd==4.3.2 # Required for debugging.