diff --git a/requirements.txt b/requirements.txt index e7eb08d..6eceedf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ chia-blockchain==2.0.0 blspy==2.0.2 setuptools~=67.6.1 aiosqlite==0.19.0 -aiohttp==3.8.4 +aiohttp==3.9.5 pytest==7.4.0 PyYAML==6.0.1 PyMySQL==1.1.0 diff --git a/setup.py b/setup.py index e03006c..a03e91b 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(fname): "blspy==2.0.2", "setuptools~=56.1.0", "aiosqlite==0.19.0", - "aiohttp==3.8.4", + "aiohttp==3.9.5", "pytest==7.4.0", "PyMySQL==1.1.0", ]