Skip to content

Commit bf61aa1

Browse files
build(deps): bump aiohttp from 3.9.5 to 3.10.2
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.2. - [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.9.5...v3.10.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84aa0bf commit bf61aa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ chia-blockchain==2.0.0
22
blspy==2.0.3
33
setuptools~=67.6.1
44
aiosqlite==0.20.0
5-
aiohttp==3.9.5
5+
aiohttp==3.10.2
66
pytest==8.2.1
77
PyYAML==6.0.1
88
PyMySQL==1.1.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read(fname):
1818
"blspy==2.0.3",
1919
"setuptools~=56.1.0",
2020
"aiosqlite==0.20.0",
21-
"aiohttp==3.9.5",
21+
"aiohttp==3.10.2",
2222
"pytest==8.2.1",
2323
"PyMySQL==1.1.1",
2424
]

0 commit comments

Comments
 (0)