From 32f183485a8293718e62cf464e7f21cc4aec5259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 05:35:08 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.26.7 to 1.26.17 in /examples/python (#1345) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.7...1.26.17) --- 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 8c1c408db6..be088b4ee7 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -47,7 +47,7 @@ requests==2.31.0 # google-cloud-storage rsa==4.7.2 # via google-auth -urllib3==1.26.7 +urllib3==1.26.17 # via requests # The following packages are considered to be unsafe in a requirements file: