diff --git a/poetry.lock b/poetry.lock index 177cc794781..168486cbc88 100644 --- a/poetry.lock +++ b/poetry.lock @@ -794,13 +794,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.85" +version = "1.35.87" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.85-py3-none-any.whl", hash = "sha256:04c196905b0eebcb29f7594a9e4588772a5222deed1b381f54cab78d0f30e239"}, - {file = "botocore-1.35.85.tar.gz", hash = "sha256:5e7e8075e85427c9e0e6d15dcb7d13b3c843011b25d43981571fe1bfb3fd6985"}, + {file = "botocore-1.35.87-py3-none-any.whl", hash = "sha256:81cf84f12030d9ab3829484b04765d5641697ec53c2ac2b3987a99eefe501692"}, + {file = "botocore-1.35.87.tar.gz", hash = "sha256:3062d073ce4170a994099270f469864169dc1a1b8b3d4a21c14ce0ae995e0f89"}, ] [package.dependencies] @@ -5199,4 +5199,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "4135be0bc2cdd6babbc630b413f7c30c9b13376e580060e20fbde5fbc791bd8f" +content-hash = "e1e718b49fb36d7dff40ff4e1da68425550774cca5109c40d711cbf2c341c23e" diff --git a/pyproject.toml b/pyproject.toml index 66c788d8546..c76afef340b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.1" azure-storage-blob = "12.24.0" boto3 = "1.35.85" -botocore = "1.35.85" +botocore = "1.35.87" colorama = "0.4.6" cryptography = "43.0.1" dash = "2.18.2"