From 093214790c89d2ae24172ad4d04a3d451bc6a9f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 08:18:54 +0000 Subject: [PATCH] Update urllib3 requirement from <1.27,>1.21.1 to >1.21.1,<2.3 Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [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.22...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ecd27ed..3d7c2f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -urllib3<1.27,>1.21.1 # avoid caching bug +urllib3>1.21.1,<2.3 # avoid caching bug requests_cache ckanapi>=3.5 flask==3.0.3 diff --git a/setup.cfg b/setup.cfg index 1c41dfa..2545bfa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ zip_safe = True packages = hxl_proxy python_requires = >=3.7 install_requires = - urllib3<1.27,>1.21.1 # avoid caching bug + urllib3>1.21.1,<2.3 # avoid caching bug requests_cache ckanapi>=3.5 flask>=2.2.5<2.3 # 2.3 messes up pip dependencies