From 6c923aa8dd9445342cc7d94f062dad290ed50570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 06:12:29 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/cloud-run-python-hello-world/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cloud-run-python-hello-world/requirements.txt b/python/cloud-run-python-hello-world/requirements.txt index f3d9b380f..a411a43ac 100644 --- a/python/cloud-run-python-hello-world/requirements.txt +++ b/python/cloud-run-python-hello-world/requirements.txt @@ -1,3 +1,3 @@ Flask==2.3.3 -requests==2.31.0 +requests==2.32.0 debugpy # Required for debugging.