aboutsummaryrefslogtreecommitdiff
path: root/www/py-requests-cache93/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-requests-cache93/files')
-rw-r--r--www/py-requests-cache93/files/patch-setup.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/www/py-requests-cache93/files/patch-setup.py b/www/py-requests-cache93/files/patch-setup.py
index dd1300fbb408..3b1c3f06f25a 100644
--- a/www/py-requests-cache93/files/patch-setup.py
+++ b/www/py-requests-cache93/files/patch-setup.py
@@ -1,6 +1,6 @@
---- setup.py.orig 1970-01-01 00:00:00 UTC
+--- setup.py.orig 2025-10-09 14:35:58 UTC
+++ setup.py
-@@ -12,7 +12,7 @@ package_data = \
+@@ -12,11 +12,11 @@ install_requires = \
install_requires = \
['appdirs>=1.4.4,<2.0.0',
@@ -9,3 +9,8 @@
'cattrs>=1.8,<23.3',
'requests>=2.22,<3.0',
'url-normalize>=1.4,<2.0',
+- 'urllib3>=1.25.5,<2.0.0']
++ 'urllib3>=1.25.5,<3.0.0']
+
+ extras_require = \
+ {'all': ['boto3>=1.15,<2.0',