From f5c57affadd8eb2639a46f94ede6ebb8e2333ad4 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 7 Feb 2024 18:31:12 +0000 Subject: [PATCH] chore(deps): update dependency django to v4.2.10 [security] --- 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 e14c6cc32..7677201cd 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.9 +django==4.2.10 requests==2.31.0 debugpy # Required for debugging.