From 2a4328ceea0f403565b60bc1302b21773b4190d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 14:00:51 +0000 Subject: [PATCH] Bump aiosqlite from 0.17.0 to 0.18.0 Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/omnilib/aiosqlite/releases) - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: aiosqlite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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