diff --git a/poetry.lock b/poetry.lock index 011b16ee5c..85e4f267ef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -721,13 +721,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.16" +version = "1.35.17" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.16-py3-none-any.whl", hash = "sha256:3564a980d95ff2861a6ca74313173d8778aa659125c63cf49c93ad23896c63b1"}, - {file = "botocore-1.35.16.tar.gz", hash = "sha256:1b48c94e8a4bbe23143f3d1c21a32b9ffc7476b651ef42371ab45d678f6dbfbc"}, + {file = "botocore-1.35.17-py3-none-any.whl", hash = "sha256:a93f773ca93139529b5d36730b382dbee63ab4c7f26129aa5c84835255ca999d"}, + {file = "botocore-1.35.17.tar.gz", hash = "sha256:0d35d03ea647b5d464c7f77bdab6fb23ae5d49752b13cf97ab84444518c7b1bd"}, ] [package.dependencies] @@ -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 = "93d9906206844ef3d6519fe018a5915aca2269a4ce39494616464fda493cff46" +content-hash = "b54b95ab44d8ec025bb35816dbe84d94016ef7544649e1bd6351e396e1a04177" diff --git a/pyproject.toml b/pyproject.toml index 0eac5da87b..31f8c241f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.1" azure-storage-blob = "12.22.0" boto3 = "1.35.16" -botocore = "1.35.16" +botocore = "1.35.17" colorama = "0.4.6" detect-secrets = "1.5.0" google-api-python-client = "2.145.0"