diff --git a/poetry.lock b/poetry.lock index 4d75fddd994..d97f3ec085f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -744,13 +744,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.17" +version = "1.35.18" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.17-py3-none-any.whl", hash = "sha256:a93f773ca93139529b5d36730b382dbee63ab4c7f26129aa5c84835255ca999d"}, - {file = "botocore-1.35.17.tar.gz", hash = "sha256:0d35d03ea647b5d464c7f77bdab6fb23ae5d49752b13cf97ab84444518c7b1bd"}, + {file = "botocore-1.35.18-py3-none-any.whl", hash = "sha256:1027083aeb1fe74057273410fd768e018e22f85adfbd717b5a69f578f7812b80"}, + {file = "botocore-1.35.18.tar.gz", hash = "sha256:e59da8b91ab06683d2725b6cbbb0383b30c68a241c3c63363f4c5bff59b3c0c0"}, ] [package.dependencies] @@ -4967,4 +4967,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "68aedb69b79c496ed5840f27915d78e07732fc467e8f920b080a22504f8b822a" +content-hash = "353b4f9de96fb0c6fbcde6c53eda6e8459101caa25ff85ec04add242d054618f" diff --git a/pyproject.toml b/pyproject.toml index a78746aa1d7..29a5739cadf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,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.17" +botocore = "1.35.18" colorama = "0.4.6" cryptography = "43.0.1" dash = "2.18.0"