Skip to content

Commit 1c6d140

Browse files
Merge pull request #1084 from SpaceCowMedia/dependabot/pip/client/python/aiohttp-3.13.5
Bump aiohttp from 3.13.4 to 3.13.5 in /client/python
2 parents 8151100 + 1b64449 commit 1c6d140

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

client/python/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
urllib3==2.6.3
22
python-dateutil==2.9.0.post0
3-
aiohttp==3.13.4
3+
aiohttp==3.13.5
44
aiohttp-retry==2.9.1
55
pydantic==2.12.5
66
lazy-imports==1.1.0

client/python/requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.13.4
9+
aiohttp==3.13.5
1010
# via
1111
# -r requirements.in
1212
# aiohttp-retry
@@ -16,6 +16,8 @@ aiosignal==1.4.0
1616
# via aiohttp
1717
annotated-types==0.7.0
1818
# via pydantic
19+
async-timeout==5.0.1
20+
# via aiohttp
1921
attrs==24.2.0
2022
# via aiohttp
2123
frozenlist==1.4.1
@@ -44,6 +46,7 @@ six==1.16.0
4446
# via python-dateutil
4547
typing-extensions==4.15.0
4648
# via
49+
# aiosignal
4750
# pydantic
4851
# pydantic-core
4952
# typing-inspection

0 commit comments

Comments
 (0)