diff --git a/poetry.lock b/poetry.lock index 6fd9984148..b858549ab9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -733,13 +733,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.99" +version = "1.34.105" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.99-py3-none-any.whl", hash = "sha256:18c68bdeb0ffb73290912b0c96204fc36d3128f00a00b5cdc35ac34d66225f1c"}, - {file = "botocore-1.34.99.tar.gz", hash = "sha256:cafe569e2136cb33cb0e5dd32fb1c0e1503ddc1413d3be215df8ddf05e69137a"}, + {file = "botocore-1.34.105-py3-none-any.whl", hash = "sha256:a459d060b541beecb50681e6e8a39313cca981e146a59ba7c5229d62f631a016"}, + {file = "botocore-1.34.105.tar.gz", hash = "sha256:727d5d3e800ac8b705fca6e19b6fefa1e728a81d62a712df9bd32ed0117c740b"}, ] [package.dependencies] @@ -4528,4 +4528,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "d840de0a0e04e50cc9b2c472c0dbea11dd0b793add31066792e04cca5d8f4eaa" +content-hash = "d9bc1055b53b7778cba9f61d25d5f9f593c416439a78ec567826b9d3d8455033" diff --git a/pyproject.toml b/pyproject.toml index 7123ee93b3..e180ef96c2 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.99" -botocore = "1.34.99" +botocore = "1.34.105" colorama = "0.4.6" detect-secrets = "1.5.0" google-api-python-client = "2.129.0"