mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
build(deps): bump boto3 from 1.43.58 to 1.43.69
Bumps [boto3](https://github.com/boto/boto3) from 1.43.58 to 1.43.69. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.58...1.43.69) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.69 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
+8
-8
@@ -562,18 +562,18 @@ tibs = ">=0.5.6,<0.6"
|
||||
|
||||
[[package]]
|
||||
name = "boto3"
|
||||
version = "1.43.58"
|
||||
version = "1.43.69"
|
||||
description = "The AWS SDK for Python"
|
||||
optional = false
|
||||
python-versions = ">=3.10"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "boto3-1.43.58-py3-none-any.whl", hash = "sha256:ce1a20cbcfaa1d0b3c8f568e2b6c7fbd34b842ea00e729d49a4b4de522828db9"},
|
||||
{file = "boto3-1.43.58.tar.gz", hash = "sha256:12871fb50c383f1b9aa4ed6dd386ba689062baef730552e79d5a9cd782b53058"},
|
||||
{file = "boto3-1.43.69-py3-none-any.whl", hash = "sha256:4eb494d05b2bd08a7eee61b8ac4c34745c99e9bbce435c91f8d15d372dd8c2db"},
|
||||
{file = "boto3-1.43.69.tar.gz", hash = "sha256:76297a0b415849c63575ae08a4f1661b2dc8ee0100f104b86f98aa69b47fa2c7"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
botocore = ">=1.43.58,<1.44.0"
|
||||
botocore = ">=1.43.69,<1.44.0"
|
||||
jmespath = ">=0.7.1,<2.0.0"
|
||||
s3transfer = ">=0.19.0,<0.20.0"
|
||||
|
||||
@@ -1039,14 +1039,14 @@ xray = ["mypy-boto3-xray (>=1.43.0,<1.44.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "botocore"
|
||||
version = "1.43.68"
|
||||
version = "1.43.74"
|
||||
description = "Low-level, data-driven core of boto 3."
|
||||
optional = false
|
||||
python-versions = ">=3.10"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "botocore-1.43.68-py3-none-any.whl", hash = "sha256:9985c6eb9b7896f88bd89c07d543accd6985ea772af9d796087012ad40f78420"},
|
||||
{file = "botocore-1.43.68.tar.gz", hash = "sha256:a6c7ac88724c96f2ad5a7657f87d545d8218a74a1b219ba4397e3d37481941cd"},
|
||||
{file = "botocore-1.43.74-py3-none-any.whl", hash = "sha256:5793d9170b2b9f3194fb6f667feed8986eb81f767528d52ceaf45df2242d56e9"},
|
||||
{file = "botocore-1.43.74.tar.gz", hash = "sha256:b127b24d49532b5d7b0851b4abb3d3b99f58a121f87f07c23dac7c4d88b25c72"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -5244,4 +5244,4 @@ upnp = ["miniupnpc"]
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = ">=3.10, <4"
|
||||
content-hash = "0a699e35185bb71a490019eedf0b00326f181d8dbb28ee85f87a0a4824623c88"
|
||||
content-hash = "0e0e75772f4bbebf0786ef9b9e7616855059ff39a4f1d9d5033d6ebef464df7a"
|
||||
|
||||
+1
-1
@@ -49,7 +49,7 @@ aiohttp = ">=3.14.0" # HTTP server for full node rpc
|
||||
aiosqlite = ">=0.20.0" # asyncio wrapper for sqlite, to store blocks
|
||||
anyio = ">=4.6.2.post1"
|
||||
bitstring = ">=4.1.4" # Binary data management library
|
||||
boto3 = ">=1.43.8" # AWS S3 for Data Layer S3 plugin
|
||||
boto3 = ">=1.43.69" # AWS S3 for Data Layer S3 plugin
|
||||
chiabip158 = ">=1.5.2" # bip158-style wallet filters
|
||||
chiapos = ">=2.0.10" # proof of space
|
||||
chia-puzzles-py = ">=0.20.1"
|
||||
|
||||
Reference in New Issue
Block a user