Skip to content

Commit 5fd1fc0

Browse files
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](omnilib/aiosqlite@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] <support@github.com>
1 parent 3e890e0 commit 5fd1fc0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
chia-blockchain==2.4.4
22
blspy==2.0.3
33
setuptools~=75.6.0
4-
aiosqlite==0.20.0
4+
aiosqlite==0.22.1
55
aiohttp==3.10.11
66
pytest==8.3.4
77
PyYAML==6.0.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def read(fname):
1717
"chia-blockchain==2.4.4",
1818
"chia_rs>=0.5.2",
1919
"setuptools>=56.1,<75.7",
20-
"aiosqlite==0.20.0",
20+
"aiosqlite==0.22.1",
2121
"aiohttp==3.10.11",
2222
"pytest==8.3.4",
2323
"PyMySQL==1.1.1",

0 commit comments

Comments
 (0)