Skip to content

Commit 52a76d2

Browse files
build(deps): bump aiohttp from 3.10.11 to 3.12.13
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.13 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef49150 commit 52a76d2

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.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.12.13
66
pytest==8.3.4
77
PyYAML==6.0.2
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
"chia_rs>=0.5.2",
1919
"setuptools>=56.1,<75.7",
2020
"aiosqlite==0.20.0",
21-
"aiohttp==3.10.11",
21+
"aiohttp==3.12.13",
2222
"pytest==8.3.4",
2323
"PyMySQL==1.1.1",
2424
]

0 commit comments

Comments
 (0)