diff --git a/poetry.lock b/poetry.lock index ee7fa4d88d..f8a1acb266 100644 --- a/poetry.lock +++ b/poetry.lock @@ -702,17 +702,17 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.35.19" +version = "1.35.20" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.35.19-py3-none-any.whl", hash = "sha256:84b3fe1727945bc3cada832d969ddb3dc0d08fce1677064ca8bdc13a89c1a143"}, - {file = "boto3-1.35.19.tar.gz", hash = "sha256:9979fe674780a0b7100eae9156d74ee374cd1638a9f61c77277e3ce712f3e496"}, + {file = "boto3-1.35.20-py3-none-any.whl", hash = "sha256:aaddbeb8c37608492f2c8286d004101464833d4c6e49af44601502b8b18785ed"}, + {file = "boto3-1.35.20.tar.gz", hash = "sha256:47e89d95964f10beee21ee723c3290874fddf364269bd97d200e8bfa9bf93a06"}, ] [package.dependencies] -botocore = ">=1.35.19,<1.36.0" +botocore = ">=1.35.20,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -4573,4 +4573,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "c1dccc50d4b9166d8e6ca11e400e697d2e4cdd31f57951d8a1edf42e7e6f0856" +content-hash = "6a63c8f2690d8dd50deee8275dc6e0015c595cec9c13554f4d73a006f720426e" diff --git a/pyproject.toml b/pyproject.toml index 081c54bbb9..cdf4b6eaeb 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.22.0" -boto3 = "1.35.19" +boto3 = "1.35.20" botocore = "1.35.20" colorama = "0.4.6" detect-secrets = "1.5.0"