Skip to content

Commit

Permalink
build(deps): update aiosqlite requirement from ~=0.17.0 to ~=0.20.0
Browse files Browse the repository at this point in the history
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](omnilib/aiosqlite@v0.17.0...v0.20.0)

---
updated-dependencies:
- dependency-name: aiosqlite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent 691a29d commit aca4360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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.8.4
pytest==7.4.0
PyYAML==6.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.4",
"pytest==7.4.0",
"PyMySQL==1.1.0",
Expand Down

0 comments on commit aca4360

Please sign in to comment.