diff --git a/poetry.lock b/poetry.lock index 54f1aa2c0e..03ba031131 100644 --- a/poetry.lock +++ b/poetry.lock @@ -716,13 +716,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.109" +version = "1.34.113" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.109-py3-none-any.whl", hash = "sha256:647059a81acbfab85c694b9b57b0ef200dde071449fb8837f10aef9c6472730d"}, - {file = "botocore-1.34.109.tar.gz", hash = "sha256:804821252597821f7223cb3bfca2a2a513ae0bb9a71e8e22605aff6866e13e71"}, + {file = "botocore-1.34.113-py3-none-any.whl", hash = "sha256:8ca87776450ef41dd25c327eb6e504294230a5756940d68bcfdedc4a7cdeca97"}, + {file = "botocore-1.34.113.tar.gz", hash = "sha256:449912ba3c4ded64f21d09d428146dd9c05337b2a112e15511bf2c4888faae79"}, ] [package.dependencies] @@ -4500,4 +4500,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "7e0bb76479f53e04835d32ec8a93f757c4d63877b472a278987a293c7f789f28" +content-hash = "907e8da777d5323e079f6e8e8d6d4aa47315b04547c6c76ad9c64cda8898847e" diff --git a/pyproject.toml b/pyproject.toml index 45ff77d197..f32ea04f47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.2.0" azure-storage-blob = "12.20.0" boto3 = "1.34.109" -botocore = "1.34.109" +botocore = "1.34.113" colorama = "0.4.6" detect-secrets = "1.5.0" google-api-python-client = "2.130.0"