diff --git a/poetry.lock b/poetry.lock index 6ac14c60354..cb69ed19dbc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -724,13 +724,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.51" +version = "1.35.54" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.51-py3-none-any.whl", hash = "sha256:4d65b00111bd12b98e9f920ecab602cf619cc6a6d0be6e5dd53f517e4b92901c"}, - {file = "botocore-1.35.51.tar.gz", hash = "sha256:a9b3d1da76b3e896ad74605c01d88f596324a3337393d4bfbfa0d6c35822ca9c"}, + {file = "botocore-1.35.54-py3-none-any.whl", hash = "sha256:9cca1811094b6cdc144c2c063a3ec2db6d7c88194b04d4277cd34fc8e3473aff"}, + {file = "botocore-1.35.54.tar.gz", hash = "sha256:131bb59ce59c8a939b31e8e647242d70cf11d32d4529fa4dca01feea1e891a76"}, ] [package.dependencies] @@ -4566,4 +4566,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "46475f607e4abdde47e262054f8847d27e32855edc5e935fa2edce1721304c2d" +content-hash = "19ab4053e38ed6d02fbd3709d12ad118f66121d4c65338efc032d25307ce6d2a" diff --git a/pyproject.toml b/pyproject.toml index 652d948c98d..0f5f3be8520 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.1" azure-storage-blob = "12.23.1" boto3 = "1.35.51" -botocore = "1.35.51" +botocore = "1.35.54" colorama = "0.4.6" detect-secrets = "1.5.0" google-api-python-client = "2.149.0"