diff --git a/poetry.lock b/poetry.lock index e6fc2c5094..f1d3ac8df0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -743,13 +743,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.159" +version = "1.34.160" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.159-py3-none-any.whl", hash = "sha256:7633062491457419a49f5860c014251ae85689f78266a3ce020c2c8688a76b97"}, - {file = "botocore-1.34.159.tar.gz", hash = "sha256:dc28806eb21e3c8d690c422530dff8b4b242ac033cbe98f160a9d37796c09cb1"}, + {file = "botocore-1.34.160-py3-none-any.whl", hash = "sha256:39bcf31318a062a8a9260bf7044131694ed18f019568d2eba0a22164fdca49bd"}, + {file = "botocore-1.34.160.tar.gz", hash = "sha256:a5fd531c640fb2dc8b83f264efbb87a6e33b9c9f66ebbb1c61b42908f2786cac"}, ] [package.dependencies] @@ -4960,4 +4960,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "5be473ed8baaed3993a534bdae0536359ce00daa25bc50269d25bfec7c46c8e0" +content-hash = "2e774591ce874090898e6027ce0e44e7dd0be8c72f235fec4443489fdbd5b6da" diff --git a/pyproject.toml b/pyproject.toml index 097bdfb53b..df1343702e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.0" azure-storage-blob = "12.22.0" boto3 = "1.34.159" -botocore = "1.34.159" +botocore = "1.34.160" colorama = "0.4.6" cryptography = "43.0.0" dash = "2.17.1"