Skip to content

Commit 785091f

Browse files
build(deps): bump aiohttp from 3.10.11 to 3.11.11
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.11 to 3.11.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.11...v3.11.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 20263c4 commit 785091f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ chia-blockchain==2.4.4
22
blspy==2.0.3
33
setuptools~=75.6.0
44
aiosqlite==0.20.0
5-
aiohttp==3.10.11
5+
aiohttp==3.11.11
66
pytest==8.3.4
77
PyYAML==6.0.2
88
PyMySQL==1.1.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read(fname):
1818
"chia_rs>=0.5.2",
1919
"setuptools>=56.1,<75.7",
2020
"aiosqlite==0.20.0",
21-
"aiohttp==3.10.11",
21+
"aiohttp==3.11.11",
2222
"pytest==8.3.4",
2323
"PyMySQL==1.1.1",
2424
]

0 commit comments

Comments
 (0)