From a4e6a816737164eab5ff408a3d9b6fcc7d7393fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:43:54 +0000 Subject: [PATCH] Bump urllib3 from 1.26.18 to 1.26.19 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: 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 87915773e..6f49ec528 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,4 +32,4 @@ sphinx==5.0.0 sphinx-rtd-theme==1.0.0 typeguard==2.13.3 typing==3.7.4.3 -urllib3==1.26.18 +urllib3==1.26.19 diff --git a/setup.py b/setup.py index fb259c249..3614d935f 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ 'sphinx==5.0.0', # readthedocs 'typeguard==2.13.3', # checking types 'typing==3.7.4.3', - 'urllib3==1.26.18', # required by jira + 'urllib3==1.26.19', # 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 fbade07c6..2b6f794e1 100644 --- a/tests_requirements.txt +++ b/tests_requirements.txt @@ -19,4 +19,4 @@ retry==0.9.2 setuptools SoftLayer==6.0.0 typeguard==2.13.3 -urllib3==1.26.18 +urllib3==1.26.19