diff --git a/requirements.txt b/requirements.txt index aabbc87..81ef8ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ chia-blockchain==2.0.0 blspy==2.0.3 setuptools~=67.6.1 aiosqlite==0.20.0 -aiohttp==3.9.5 +aiohttp==3.10.9 pytest==8.2.1 PyYAML==6.0.1 PyMySQL==1.1.1 diff --git a/setup.py b/setup.py index 9a55f91..3ac70b6 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(fname): "chia_rs>=0.5.2", "setuptools~=56.1.0", "aiosqlite==0.20.0", - "aiohttp==3.9.5", + "aiohttp==3.10.9", "pytest==8.2.1", "PyMySQL==1.1.1", ]