mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-28 11:38:38 +03:00
build(deps): bump boto3 from 1.33.13 to 1.34.0 (#17066)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a168093c91
commit
ccdc5891f0
2
setup.py
2
setup.py
@ -8,7 +8,7 @@ from setuptools import find_packages, setup
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"aiofiles==23.2.1", # Async IO for files
|
"aiofiles==23.2.1", # Async IO for files
|
||||||
"anyio==4.1.0",
|
"anyio==4.1.0",
|
||||||
"boto3==1.33.13", # AWS S3 for DL s3 plugin
|
"boto3==1.34.0", # AWS S3 for DL s3 plugin
|
||||||
"chiavdf==1.1.1", # timelord and vdf verification
|
"chiavdf==1.1.1", # timelord and vdf verification
|
||||||
"chiabip158==1.3", # bip158-style wallet filters
|
"chiabip158==1.3", # bip158-style wallet filters
|
||||||
"chiapos==2.0.3", # proof of space
|
"chiapos==2.0.3", # proof of space
|
||||||
|
Loading…
Reference in New Issue
Block a user