From f149cb7ce3807aeacb3ad175f09a8c218ae85657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 04:23:23 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.2.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.2.3. - [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/2.2.2...2.2.3) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d5ab117..6d2254f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cmd2==2.4.3 -urllib3==2.2.2 +urllib3==2.2.3 ratelimit==2.2.1 tinydb==4.8.1 terminaltables==3.1.10 diff --git a/setup.py b/setup.py index d29b15b..888a2ea 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ ], install_requires=[ 'cmd2==2.4.3', - 'urllib3==2.2.2', + 'urllib3==2.2.3', 'ratelimit==2.2.1', 'tinydb==4.8.1', 'terminaltables==3.1.10',