diff --git a/requirements.txt b/requirements.txt index 6eceedf..f1bd120 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ chia-blockchain==2.0.0 blspy==2.0.2 setuptools~=67.6.1 -aiosqlite==0.19.0 +aiosqlite==0.20.0 aiohttp==3.9.5 pytest==7.4.0 PyYAML==6.0.1 diff --git a/setup.py b/setup.py index a03e91b..3da811d 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def read(fname): "chia-blockchain==2.0.0", "blspy==2.0.2", "setuptools~=56.1.0", - "aiosqlite==0.19.0", + "aiosqlite==0.20.0", "aiohttp==3.9.5", "pytest==7.4.0", "PyMySQL==1.1.0",