From 3a76e885593f062c2c5cc81b2954e38803a7fd6b Mon Sep 17 00:00:00 2001 From: prijendev Date: Fri, 29 Nov 2024 15:37:41 +0530 Subject: [PATCH] bump aiohttp to 3.9.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a45cf8b..a63ae22 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ 'singer-python==6.0.0', 'psutil==5.6.6', 'simplejson==3.11.1', - 'aiohttp==3.10.11', + 'aiohttp==3.9.5', 'ciso8601', ], extras_require={