diff --git a/poetry.lock b/poetry.lock index eeb5c3d2a57..b099a5e0445 100644 --- a/poetry.lock +++ b/poetry.lock @@ -712,17 +712,17 @@ files = [ [[package]] name = "boto3" -version = "1.34.154" +version = "1.34.156" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.154-py3-none-any.whl", hash = "sha256:7ca22adef4c77ee128e1e1dc7d48bc9512a87cc6fe3d771b3f913d5ecd41c057"}, - {file = "boto3-1.34.154.tar.gz", hash = "sha256:864f06528c583dc7b02adf12db395ecfadbf9cb0da90e907e848ffb27128ce19"}, + {file = "boto3-1.34.156-py3-none-any.whl", hash = "sha256:cbbd453270b8ce94ef9da60dfbb6f9ceeb3eeee226b635aa9ec44b1def98cc96"}, + {file = "boto3-1.34.156.tar.gz", hash = "sha256:b33e9a8f8be80d3053b8418836a7c1900410b23a30c7cb040927d601a1082e68"}, ] [package.dependencies] -botocore = ">=1.34.154,<1.35.0" +botocore = ">=1.34.156,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -4918,4 +4918,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "ba0ecbb3cc63c5d058a79e77eb9067bda009d887aa7644402bea6c26b33eef54" +content-hash = "72bb7caf25569fd4c5a937bdb125f9e342606f423c1ecc7c7e9558cc98c6598b" diff --git a/pyproject.toml b/pyproject.toml index 57300097205..ccff44ee4de 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.0" azure-storage-blob = "12.22.0" -boto3 = "1.34.154" +boto3 = "1.34.156" botocore = "1.34.156" colorama = "0.4.6" cryptography = "43.0.0"