Skip to content

Commit f8e99d9

Browse files
chore(deps): bump aiohttp from 3.10.2 to 3.10.11
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.2 to 3.10.11. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.10.2...v3.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b72926 commit f8e99d9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements.cli.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
python-escpos[all]==3.1
22
python-socketio[client]==5.11.4
33
requests==2.32.3
4-
aiohttp==3.10.2
4+
aiohttp==3.10.11
55
argparse==1.4.0
66
uuid==1.30
77
appdirs==1.4.4

requirements.kivy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ python-socketio[client]==5.11.4
33
websocket-client==1.8.0
44
simple-websocket==1.0.0
55
requests==2.32.3
6-
aiohttp==3.10.2
6+
aiohttp==3.10.11
77
argparse==1.4.0
88
uuid==1.30
99
appdirs==1.4.4

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ typing_extensions==4.12.2
2121
urllib3==2.2.2
2222
websocket-client==1.8.0
2323
wsproto==1.2.0
24-
aiohttp==3.10.2
24+
aiohttp==3.10.11
2525
argparse==1.4.0
2626
uuid==1.30
2727
platformdirs==4.2.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'websocket-client==1.8.0',
1414
'simple-websocket==1.0.0',
1515
'requests==2.32.3',
16-
'aiohttp==3.10.2',
16+
'aiohttp==3.10.11',
1717
'argparse==1.4.0',
1818
'uuid==1.30',
1919
'appdirs==1.4.4',

0 commit comments

Comments
 (0)