diff --git a/poetry.lock b/poetry.lock index 9a6f9c8cd7e..d72b3dca2f6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -718,17 +718,17 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.35.76" +version = "1.35.93" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.35.76-py3-none-any.whl", hash = "sha256:69458399f41f57a50770c8974796d96978bcca44915c260319696bb43e47dffd"}, - {file = "boto3-1.35.76.tar.gz", hash = "sha256:31ddcdb6f15dace2b68f6a0f11bdb58dd3ae79b8a3ccb174ff811ef0bbf938e0"}, + {file = "boto3-1.35.93-py3-none-any.whl", hash = "sha256:7de2c44c960e486f3c57e5203ea6393c6c4f0914c5f81c789ceb8b5d2ba5d1c5"}, + {file = "boto3-1.35.93.tar.gz", hash = "sha256:2446e819cf4e295833474cdcf2c92bc82718ce537e9ee1f17f7e3d237f60e69b"}, ] [package.dependencies] -botocore = ">=1.35.76,<1.36.0" +botocore = ">=1.35.93,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -4663,4 +4663,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "7f6aa3e781786566710bbcec94e1c95e179f861ec0d7339d58395dbb579c01e4" +content-hash = "e7b60e3747149410723a8fbc42360ee7b3828a378600eafb5c03578db8f77e73" diff --git a/pyproject.toml b/pyproject.toml index b3ee91fdd45..f778732fa3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ azure-mgmt-storage = "21.2.1" azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.1" azure-storage-blob = "12.24.0" -boto3 = "1.35.76" +boto3 = "1.35.93" botocore = "1.35.93" colorama = "0.4.6" detect-secrets = "1.5.0"