mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-24 16:26:02 +03:00
build(deps): bump boto3 from 1.34.0 to 1.34.11 (#17193)
Bumps [boto3](https://github.com/boto/boto3) from 1.34.0 to 1.34.11. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.34.0...1.34.11) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... 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
6d9f77ca1f
commit
4ef4111db4
2
setup.py
2
setup.py
@ -8,7 +8,7 @@ from setuptools import find_packages, setup
|
||||
dependencies = [
|
||||
"aiofiles==23.2.1", # Async IO for files
|
||||
"anyio==4.1.0",
|
||||
"boto3==1.34.0", # AWS S3 for DL s3 plugin
|
||||
"boto3==1.34.11", # AWS S3 for DL s3 plugin
|
||||
"chiavdf==1.1.1", # timelord and vdf verification
|
||||
"chiabip158==1.3", # bip158-style wallet filters
|
||||
"chiapos==2.0.3", # proof of space
|
||||
|
Loading…
Reference in New Issue
Block a user