From e1e4908ed41da5bee87a9e3b9c40f4e7e4f99d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:49:35 +0000 Subject: [PATCH] Bump urllib3 from 1.25.3 to 1.26.19 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 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.25.3...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... 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 32e55a2..df5ecf2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ python_dateutil==2.5.3 setuptools==65.3.0 -urllib3==1.25.3 +urllib3==1.26.19 diff --git a/setup.py b/setup.py index 6caf67a..1e22b73 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ # http://pypi.python.org/pypi/setuptools REQUIRES = [ - 'urllib3~=1.25.3', + 'urllib3>=1.25.3,<1.27.0', 'python-dateutil~=2.5.3', ]