Skip to content

Commit 9595e33

Browse files
committed
Update setup.py
1 parent 1c072b7 commit 9595e33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
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.14',
58+
'aiohttp>=3.13.3',
5959
'requests==2.*',
6060
'python-dateutil>=2.8.0',
6161
'furl>=2.1.0',
@@ -69,7 +69,6 @@ def run(self, *args, **kwargs):
6969
'python-dateutil==2.8.0',
7070
'requests==2.22.0',
7171
'jsonschema==4.25.1',
72-
'aiohttp==3.6.2',
7372
'azure-functions>=1.2.0',
7473
'nox==2019.11.9',
7574
'furl==2.1.0',

0 commit comments

Comments
 (0)