Skip to content

Commit de5a519

Browse files
build(deps): bump aiohttp from 3.10.11 to 3.11.13
--- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac72355 commit de5a519

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.13
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.13",
2222
"pytest==8.3.4",
2323
"PyMySQL==1.1.1",
2424
]

0 commit comments

Comments
 (0)