diff --git a/poetry.lock b/poetry.lock index 3639b1090a..4a47da1876 100644 --- a/poetry.lock +++ b/poetry.lock @@ -745,13 +745,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.24" +version = "1.35.25" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.24-py3-none-any.whl", hash = "sha256:eb9ccc068255cc3d24c36693fda6aec7786db05ae6c2b13bcba66dce6a13e2e3"}, - {file = "botocore-1.35.24.tar.gz", hash = "sha256:1e59b0f14f4890c4f70bd6a58a634b9464bed1c4c6171f87c8795d974ade614b"}, + {file = "botocore-1.35.25-py3-none-any.whl", hash = "sha256:e58d60260abf10ccc4417967923117c9902a6a0cff9fddb6ea7ff42dc1bd4630"}, + {file = "botocore-1.35.25.tar.gz", hash = "sha256:76c5706b2c6533000603ae8683a297c887abbbaf6ee31e1b2e2863b74b2989bc"}, ] [package.dependencies] @@ -5005,4 +5005,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "9743c50b35c45f695ddc420b52cd651a624305e703f12f2853af45be27a4ab99" +content-hash = "2564cf6767b5d5ca71ece16b1e9552b7d6a1651670580b05bec9d7585c3373d7" diff --git a/pyproject.toml b/pyproject.toml index e133040d8a..9e4c039ec9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.1" azure-storage-blob = "12.23.0" boto3 = "1.35.24" -botocore = "1.35.24" +botocore = "1.35.25" colorama = "0.4.6" cryptography = "43.0.1" dash = "2.18.1"