From c26b19599cc0613284a0cb4f8db0d8b22e895fbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:54:25 -0700 Subject: [PATCH] Bump urllib3 from 1.26.16 to 1.26.17 in /examples/mmcloud_plugin (#1164) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 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.16...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/mmcloud_plugin/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/mmcloud_plugin/requirements.txt b/examples/mmcloud_plugin/requirements.txt index 1bb46057c..40e1151f7 100644 --- a/examples/mmcloud_plugin/requirements.txt +++ b/examples/mmcloud_plugin/requirements.txt @@ -325,14 +325,13 @@ text-unidecode==1.3 # via python-slugify typing-extensions==4.8.0 # via - # aioitertools # azure-core # azure-storage-blob # flytekit # typing-inspect typing-inspect==0.9.0 # via dataclasses-json -urllib3==1.26.16 +urllib3==1.26.17 # via # botocore # docker