From 5fd1fc08a43937f2f08a0ad46800ab0634cba0bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:43:37 +0000 Subject: [PATCH] build(deps): bump aiosqlite from 0.20.0 to 0.22.1 Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.20.0 to 0.22.1. - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.20.0...v0.22.1) --- updated-dependencies: - dependency-name: aiosqlite dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 afb811ec..d4c9de85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ chia-blockchain==2.4.4 blspy==2.0.3 setuptools~=75.6.0 -aiosqlite==0.20.0 +aiosqlite==0.22.1 aiohttp==3.10.11 pytest==8.3.4 PyYAML==6.0.2 diff --git a/setup.py b/setup.py index d6555985..fd839500 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def read(fname): "chia-blockchain==2.4.4", "chia_rs>=0.5.2", "setuptools>=56.1,<75.7", - "aiosqlite==0.20.0", + "aiosqlite==0.22.1", "aiohttp==3.10.11", "pytest==8.3.4", "PyMySQL==1.1.1",