From 73c48fc47ecf5b9bf3e1db182ad7fab477b56cb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:04:27 +0000 Subject: [PATCH] Bump urllib3 from 1.26.18 to 1.26.19 in /examples/python (#1644) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/requirements.txt b/examples/python/requirements.txt index a6209fb16a..9cff0c01e9 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -49,5 +49,5 @@ requests==2.32.0 # google-cloud-storage rsa==4.7.2 # via google-auth -urllib3==1.26.18 +urllib3==1.26.19 # via requests