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 84aa0bf commit bf61aa1Copy full SHA for bf61aa1
requirements.txt
@@ -2,7 +2,7 @@ chia-blockchain==2.0.0
2
blspy==2.0.3
3
setuptools~=67.6.1
4
aiosqlite==0.20.0
5
-aiohttp==3.9.5
+aiohttp==3.10.2
6
pytest==8.2.1
7
PyYAML==6.0.1
8
PyMySQL==1.1.1
setup.py
@@ -18,7 +18,7 @@ def read(fname):
18
"blspy==2.0.3",
19
"setuptools~=56.1.0",
20
"aiosqlite==0.20.0",
21
- "aiohttp==3.9.5",
+ "aiohttp==3.10.2",
22
"pytest==8.2.1",
23
"PyMySQL==1.1.1",
24
]
0 commit comments