From 7ee65434b5b90c56a6a272ef94a5ae0b804a51cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 02:43:11 +0000 Subject: [PATCH] Bump urllib3 from 1.26.7 to 1.26.18 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 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.7...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- tests_requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 49e4cf82..083c9d6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,4 +30,4 @@ sphinx==4.5.0 sphinx-rtd-theme==1.0.0 typing==3.7.4.3 typeguard==2.13.3 -urllib3==1.26.7 +urllib3==1.26.18 diff --git a/setup.py b/setup.py index d2c13195..9c6bff28 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ 'sphinx==4.5.0', # readthedocs 'typeguard==2.13.3', # checking types 'typing==3.7.4.3', - 'urllib3==1.26.7', # required by jira + 'urllib3==1.26.18', # required by jira 'azure-mgmt-resource==23.0.1', 'azure-mgmt-compute==30.1.0', 'azure-mgmt-network==25.0.0' diff --git a/tests_requirements.txt b/tests_requirements.txt index ecc46795..1a07d342 100644 --- a/tests_requirements.txt +++ b/tests_requirements.txt @@ -15,4 +15,4 @@ requests==2.31.0 retry==0.9.2 typeguard==2.13.3 SoftLayer==6.0.0 -urllib3==1.26.7 +urllib3==1.26.18