diff --git a/poetry.lock b/poetry.lock index 265b3b102d..b299b91803 100644 --- a/poetry.lock +++ b/poetry.lock @@ -717,13 +717,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.132" +version = "1.34.136" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.132-py3-none-any.whl", hash = "sha256:06ef8b4bd3b3cb5a9b9a4273a543b257be3304030978ba51516b576a65156c39"}, - {file = "botocore-1.34.132.tar.gz", hash = "sha256:372a6cfce29e5de9bcf8c95af901d0bc3e27d8aa2295fadee295424f95f43f16"}, + {file = "botocore-1.34.136-py3-none-any.whl", hash = "sha256:c63fe9032091fb9e9477706a3ebfa4d0c109b807907051d892ed574f9b573e61"}, + {file = "botocore-1.34.136.tar.gz", hash = "sha256:7f7135178692b39143c8f152a618d2a3b71065a317569a7102d2306d4946f42f"}, ] [package.dependencies] @@ -4508,4 +4508,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "1aee174b8abbb431e604a20ff00c62356654b4c29c8d1381116bf318b06a3c93" +content-hash = "b145655cb57ee9d6ba9fa72ae0d0e5839ac93151fd0c901c923fc1a6aa5b477b" diff --git a/pyproject.toml b/pyproject.toml index a63da126a5..c062ae08b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.0" azure-storage-blob = "12.20.0" boto3 = "1.34.132" -botocore = "1.34.132" +botocore = "1.34.136" colorama = "0.4.6" detect-secrets = "1.5.0" google-api-python-client = "2.135.0"