From 48b7e2baebb23f42b9cdf6e09cfe14dc160639f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 18:00:52 +0000 Subject: [PATCH] build(deps): update aiosqlite requirement from ~=0.17.0 to ~=0.20.0 Updates the requirements on [aiosqlite](https://github.com/omnilib/aiosqlite) to permit the latest version. - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.17.0...v0.20.0) --- updated-dependencies: - dependency-name: aiosqlite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",