mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2025-01-06 04:07:16 +03:00
Bump aiosqlite from 0.17.0 to 0.19.0 (#15074)
Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.17.0 to 0.19.0. - [Release notes](https://github.com/omnilib/aiosqlite/releases) - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.17.0...v0.19.0) --- updated-dependencies: - dependency-name: aiosqlite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
62d73db346
commit
6843bba7c0
2
setup.py
2
setup.py
@ -18,7 +18,7 @@ dependencies = [
|
||||
"chia_rs==0.2.6",
|
||||
"clvm-tools-rs==0.1.30", # Rust implementation of clvm_tools' compiler
|
||||
"aiohttp==3.8.4", # HTTP server for full node rpc
|
||||
"aiosqlite==0.17.0", # asyncio wrapper for sqlite, to store blocks
|
||||
"aiosqlite==0.19.0", # asyncio wrapper for sqlite, to store blocks
|
||||
"bitstring==4.0.1", # Binary data management library
|
||||
"colorama==0.4.6", # Colorizes terminal output
|
||||
"colorlog==6.7.0", # Adds color to logs
|
||||
|
Loading…
Reference in New Issue
Block a user