diff --git a/requirements-dev.txt b/requirements-dev.txt index 3823eb61cc14..6453b0eade25 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -38,7 +38,7 @@ keyring~=21.5.0 bitstring~=3.1.7 setproctitle~=1.2.2 aiter~=0.13.20191203 -aiosqlite~=0.15.0 +aiosqlite~=0.18.0 sortedcontainers~=2.3.0 py~=1.9.0 pip~=21.0.1 diff --git a/setup.py b/setup.py index 297c676c289b..6b8f4c5cf9ed 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ "clvm_rs==0.1.3", # noqa "clvm_tools==0.4.1", # noqa "aiohttp==3.7.3", # HTTP server for full node rpc - "aiosqlite==0.17.0", # asyncio wrapper for sqlite, to store blocks + "aiosqlite==0.18.0", # asyncio wrapper for sqlite, to store blocks "bitstring==3.1.7", # Binary data management library "colorlog==4.7.2", # Adds color to logs "concurrent-log-handler==0.9.19", # Concurrently log and rotate logs