diff --git a/poetry.lock b/poetry.lock index 2d2a198bb5..158ae718a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -778,13 +778,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.60" +version = "1.35.61" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.60-py3-none-any.whl", hash = "sha256:ddccfc39a0a55ac0321191a36d29c2ea9be2c96ceefb3928dd3c91c79c494d50"}, - {file = "botocore-1.35.60.tar.gz", hash = "sha256:378f53037d817bed2c04a006b7319745e664030182211429c924647273b29bc9"}, + {file = "botocore-1.35.61-py3-none-any.whl", hash = "sha256:6bf15cb459d71e53239474bf8a47c1cda0e309b8e05cbe61561fd70cf0c4551d"}, + {file = "botocore-1.35.61.tar.gz", hash = "sha256:f6ddaa5f5eca2829ce5ed798d1cfee99479d5d4fb6d05fc20ca918d0dbe98d8f"}, ] [package.dependencies] @@ -5176,4 +5176,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "244061534ffd26ff4078fafe275b4a835a35bcb23350937c9636513178cbf679" +content-hash = "982a4958c5a0ebaee82750ccfec0f3d258546578ffe5eb5f659f8c6463a48a77" diff --git a/pyproject.toml b/pyproject.toml index 9a241779d8..6b5ccbaee9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.1" azure-storage-blob = "12.24.0" boto3 = "1.35.60" -botocore = "1.35.60" +botocore = "1.35.61" colorama = "0.4.6" cryptography = "43.0.1" dash = "2.18.2"