From 2ff13e918ba230b1556d645373b073c3d066e561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:26:24 +0000 Subject: [PATCH] Bump urllib3 from 1.26.17 to 1.26.18 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18. - [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.17...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b2bf8fcd..aa89bd1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -117,7 +117,7 @@ typing-extensions==4.8.0 # via # azure-core # azure-storage-blob -urllib3==1.26.17 +urllib3==1.26.18 # via # botocore # google-auth diff --git a/requirements_dev.txt b/requirements_dev.txt index 9d267db8..2be938c4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -165,7 +165,7 @@ typing-extensions==4.8.0 # astroid # black # pylint -urllib3==1.26.17 +urllib3==1.26.18 # via # botocore # requests