diff --git a/poetry.lock b/poetry.lock index 34f78ceb40..a7aba29502 100644 --- a/poetry.lock +++ b/poetry.lock @@ -716,13 +716,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.123" +version = "1.34.128" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.123-py3-none-any.whl", hash = "sha256:8c34ada2a708c82e7174bff700611643db7ce2cb18f1130c35045c24310d299d"}, - {file = "botocore-1.34.123.tar.gz", hash = "sha256:a8577f6574600c4d159b5cd103ee05744a443d77f7778304e17307940b369c4f"}, + {file = "botocore-1.34.128-py3-none-any.whl", hash = "sha256:db67fda136c372ab3fa432580c819c89ba18d28a6152a4d2a7ea40d44082892e"}, + {file = "botocore-1.34.128.tar.gz", hash = "sha256:8d8e03f7c8c080ecafda72036eb3b482d649f8417c90b5dca33b7c2c47adb0c9"}, ] [package.dependencies] @@ -4500,4 +4500,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "3bc1ce64218893f1830b23f055ea66f30976300e5c728189240a8448014e5271" +content-hash = "ebae785f98e173aa53f0b4ecf5a11c501a242cf9dbe79cb6350c850992d01549" diff --git a/pyproject.toml b/pyproject.toml index 40367c13a7..c33c2dc41c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.2.0" azure-storage-blob = "12.20.0" boto3 = "1.34.123" -botocore = "1.34.123" +botocore = "1.34.128" colorama = "0.4.6" detect-secrets = "1.5.0" google-api-python-client = "2.132.0"