diff --git a/poetry.lock b/poetry.lock index 0b9887a22c3..88759451fc0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -729,13 +729,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.145" +version = "1.34.146" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.145-py3-none-any.whl", hash = "sha256:2e72e262de02adcb0264ac2bac159a28f55dbba8d9e52aa0308773a42950dff5"}, - {file = "botocore-1.34.145.tar.gz", hash = "sha256:edf0fb4c02186ae29b76263ac5fda18b0a085d334a310551c9984407cf1079e6"}, + {file = "botocore-1.34.146-py3-none-any.whl", hash = "sha256:3fd4782362bd29c192704ebf859c5c8c5189ad05719e391eefe23088434427ae"}, + {file = "botocore-1.34.146.tar.gz", hash = "sha256:849cb8e54e042443aeabcd7822b5f2b76cb5cfe33fe3a71f91c7c069748a869c"}, ] [package.dependencies] @@ -4901,4 +4901,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 = "46ee8242e32129169d00aec1524858178ec02f25dcf12ffc6afc19064bce9cda" +content-hash = "85beda2889b220f5e7374c1f0372e5efe44e0ef2e470656ab79ffc2a167644d1" diff --git a/pyproject.toml b/pyproject.toml index b8f5286b3a3..8ae03eced0d 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.21.0" boto3 = "1.34.145" -botocore = "1.34.145" +botocore = "1.34.146" colorama = "0.4.6" cryptography = "42.0.6" dash = "2.17.1"