diff --git a/poetry.lock b/poetry.lock index b099a5e044..9a804b4402 100644 --- a/poetry.lock +++ b/poetry.lock @@ -731,13 +731,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.156" +version = "1.34.157" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.156-py3-none-any.whl", hash = "sha256:c48f8c8996216dfdeeb0aa6d3c0f2c7ae25234766434a2ea3e57bdc08494bdda"}, - {file = "botocore-1.34.156.tar.gz", hash = "sha256:5d1478c41ab9681e660b3322432fe09c4055759c317984b7b8d3af9557ff769a"}, + {file = "botocore-1.34.157-py3-none-any.whl", hash = "sha256:c6cba6de8eb86ca4d2f934e009b37adbe1e7fdcfa52fbab74783f4c30676e07d"}, + {file = "botocore-1.34.157.tar.gz", hash = "sha256:5628a36cec123cdc8c1158d05a7b06aa5e53649ad73796c50ef3fb51199785fb"}, ] [package.dependencies] @@ -4918,4 +4918,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "72bb7caf25569fd4c5a937bdb125f9e342606f423c1ecc7c7e9558cc98c6598b" +content-hash = "4bca9fd42c5565eef4a63109950d1331e51b65927dc7cf84a62dc6ee8c3309e1" diff --git a/pyproject.toml b/pyproject.toml index ccff44ee4d..2c1945185b 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.156" -botocore = "1.34.156" +botocore = "1.34.157" colorama = "0.4.6" cryptography = "43.0.0" dash = "2.17.1"