diff --git a/requirements.txt b/requirements.txt index d48f8db..8c88abe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ chia-blockchain==2.4.4 blspy==2.0.3 setuptools>=78.1.1 aiosqlite==0.20.0 -aiohttp==3.14.1 +aiohttp==3.14.3 pytest==9.0.3 PyYAML==6.0.2 PyMySQL==1.1.1 diff --git a/setup.py b/setup.py index 451faae..4452d1d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(fname): "chia_rs>=0.5.2", "setuptools>=78.1.1", "aiosqlite==0.20.0", - "aiohttp==3.14.1", + "aiohttp==3.14.3", "pytest==9.0.3", "PyMySQL==1.1.1", ]