Skip to content

Commit abb2392

Browse files
authored
aiohttp to 3.12.14 in setup.py (#570)
1 parent 15ed958 commit abb2392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def run(self, *args, **kwargs):
5555
python_requires='>=3.9,<4',
5656
install_requires=[
5757
'azure-functions>=1.12.0',
58-
'aiohttp>=3.12.9',
58+
'aiohttp>=3.12.14',
5959
'requests==2.*',
6060
'python-dateutil>=2.8.0',
6161
'furl>=2.1.0',

0 commit comments

Comments
 (0)