diff --git a/poetry.lock b/poetry.lock index 0d5a064fde..44c7825954 100644 --- a/poetry.lock +++ b/poetry.lock @@ -726,17 +726,17 @@ files = [ [[package]] name = "boto3" -version = "1.35.24" +version = "1.35.26" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.35.24-py3-none-any.whl", hash = "sha256:97fcc1a14cbc759e4ba9535ced703a99fcf652c9c4b8dfcd06f292c80551684b"}, - {file = "boto3-1.35.24.tar.gz", hash = "sha256:be7807f30f26d6c0057e45cfd09dad5968e664488bf4f9138d0bb7a0f6d8ed40"}, + {file = "boto3-1.35.26-py3-none-any.whl", hash = "sha256:c31db992655db233d98762612690cfe60723c9e1503b5709aad92c1c564877bb"}, + {file = "boto3-1.35.26.tar.gz", hash = "sha256:b04087afd3570ba540fd293823c77270ec675672af23da9396bd5988a3f8128b"}, ] [package.dependencies] -botocore = ">=1.35.24,<1.36.0" +botocore = ">=1.35.26,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -5005,4 +5005,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "015f7ab338d9543358401f3ee42b0adc64e8f4f5bea695caf222d22cf5aa579c" +content-hash = "07bc98da4de8b29170da2806fd83bb5ec0a86bf31b7e15fa623b5550416f44ba" diff --git a/pyproject.toml b/pyproject.toml index 38057a5487..1e80598da7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ azure-mgmt-storage = "21.2.1" azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.1" azure-storage-blob = "12.23.0" -boto3 = "1.35.24" +boto3 = "1.35.26" botocore = "1.35.26" colorama = "0.4.6" cryptography = "43.0.1"