diff --git a/poetry.lock b/poetry.lock index c59f39a84f..6d4be91fd8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -730,13 +730,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.147" +version = "1.34.148" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.147-py3-none-any.whl", hash = "sha256:be94a2f4874b1d1705cae2bd512c475047497379651678593acb6c61c50d91de"}, - {file = "botocore-1.34.147.tar.gz", hash = "sha256:2e8f000b77e4ca345146cb2edab6403769a517b564f627bb084ab335417f3dbe"}, + {file = "botocore-1.34.148-py3-none-any.whl", hash = "sha256:9e09428b0bc4d0c1cf5e368dd6ab18eabf6047304060f8b5dd8391677cfe00e6"}, + {file = "botocore-1.34.148.tar.gz", hash = "sha256:258dd95570b43db9fa21cce5426eabaea5867e3a61224157650448b5019d1bbd"}, ] [package.dependencies] @@ -4897,4 +4897,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 = "18339e4650e99e9ca29adaf24f26844e25b564288f2f2716191c837b63d91146" +content-hash = "54159dbae5a9eb6431b6be0d5cbdaff3dd1644d001e15f0013218df483d23901" diff --git a/pyproject.toml b/pyproject.toml index 16587533ae..2da6323e16 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.147" -botocore = "1.34.147" +botocore = "1.34.148" colorama = "0.4.6" cryptography = "43.0.0" dash = "2.17.1"