Skip to content

Commit fd9d26b

Browse files
Bump aiohttp from 3.12.14 to 3.13.3 (#589)
* Bump aiohttp from 3.12.14 to 3.13.3
1 parent d69be45 commit fd9d26b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pytest==7.1.2
44
python-dateutil==2.8.0
55
requests==2.32.4
66
jsonschema==4.25.1
7-
aiohttp==3.12.14
7+
aiohttp==3.13.3
88
azure-functions>=1.11.3b3
99
nox==2019.11.9
1010
furl==2.1.0

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)