Skip to content

Commit 3fac61b

Browse files
build(deps): bump aiosqlite from 0.20.0 to 0.21.0
Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.20.0 to 0.21.0. - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](omnilib/aiosqlite@v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: aiosqlite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac72355 commit 3fac61b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
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.21.0
55
aiohttp==3.10.11
66
pytest==8.3.4
77
PyYAML==6.0.2

setup.py

+1-1
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.21.0",
2121
"aiohttp==3.10.11",
2222
"pytest==8.3.4",
2323
"PyMySQL==1.1.1",

0 commit comments

Comments
 (0)