aboutsummaryrefslogtreecommitdiff
path: root/www/py-google-resumable-media/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-google-resumable-media/files/patch-setup.py')
-rw-r--r--www/py-google-resumable-media/files/patch-setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-google-resumable-media/files/patch-setup.py b/www/py-google-resumable-media/files/patch-setup.py
index 234e46d2373d..987e64055825 100644
--- a/www/py-google-resumable-media/files/patch-setup.py
+++ b/www/py-google-resumable-media/files/patch-setup.py
@@ -1,11 +1,11 @@
---- setup.py.orig 2023-09-06 18:09:24 UTC
+--- setup.py.orig 2025-11-17 15:32:57 UTC
+++ setup.py
@@ -30,7 +30,7 @@ EXTRAS_REQUIRE = {
'requests': [
- 'requests >= 2.18.0, < 3.0.0dev',
+ 'requests >= 2.18.0, < 3.0.0',
],
-- 'aiohttp': ['aiohttp >= 3.6.2, < 4.0.0dev', 'google-auth >= 1.22.0, < 2.0dev']
-+ 'aiohttp': ['aiohttp >= 3.6.2, < 4.0.0dev', 'google-auth >= 1.22.0, < 3.0dev']
+- 'aiohttp': ['aiohttp >= 3.6.2, < 4.0.0', 'google-auth >= 1.22.0, < 2.0.0']
++ 'aiohttp': ['aiohttp >= 3.6.2, < 4.0.0', 'google-auth >= 1.22.0, < 3.0.0']
}
setuptools.setup(