From 77aa6ebd1893d66cc82f8438ed892c578e9ba2dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 21:36:36 +0000 Subject: [PATCH] chore(deps): bump requests in /python/cloud-run-python-hello-world Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 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..4ac3eaea9 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.33.0 debugpy # Required for debugging.