From a4c238c3cdf852371d344464ebca5963444f024f Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Thu, 21 Aug 2025 16:01:32 -0600 Subject: [PATCH] aiohttp to 3.12.14 in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 814dde33..ab7a2965 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def run(self, *args, **kwargs): python_requires='>=3.9,<4', install_requires=[ 'azure-functions>=1.12.0', - 'aiohttp>=3.12.9', + 'aiohttp>=3.12.14', 'requests==2.*', 'python-dateutil>=2.8.0', 'furl>=2.1.0',