We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef49150 commit 52a76d2Copy full SHA for 52a76d2
requirements.txt
@@ -2,7 +2,7 @@ chia-blockchain==2.4.4
2
blspy==2.0.3
3
setuptools~=75.6.0
4
aiosqlite==0.20.0
5
-aiohttp==3.10.11
+aiohttp==3.12.13
6
pytest==8.3.4
7
PyYAML==6.0.2
8
PyMySQL==1.1.1
setup.py
@@ -18,7 +18,7 @@ def read(fname):
18
"chia_rs>=0.5.2",
19
"setuptools>=56.1,<75.7",
20
"aiosqlite==0.20.0",
21
- "aiohttp==3.10.11",
+ "aiohttp==3.12.13",
22
"pytest==8.3.4",
23
"PyMySQL==1.1.1",
24
]
0 commit comments