diff --git a/poetry.lock b/poetry.lock index 514bf224ffa..4166698c01d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -418,13 +418,13 @@ isodate = ">=0.6.1,<1.0.0" [[package]] name = "azure-mgmt-containerservice" -version = "33.0.0" +version = "34.0.0" description = "Microsoft Azure Container Service Management Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure_mgmt_containerservice-33.0.0-py3-none-any.whl", hash = "sha256:5b36cb25075c9fc3070135b5a45debae9eca3183b00f8c21faddb37b2daf4a60"}, - {file = "azure_mgmt_containerservice-33.0.0.tar.gz", hash = "sha256:868583dcdb8a4905de03a84a9b7903d76a1cb59acd9c3736f02bc743b5047c9e"}, + {file = "azure_mgmt_containerservice-34.0.0-py3-none-any.whl", hash = "sha256:34be8172241e3c2c444682407970a938f60e3b2bd06304eaae0a1ba641f2262d"}, + {file = "azure_mgmt_containerservice-34.0.0.tar.gz", hash = "sha256:822d07828b746a5ea5408a8b3770f41dc424d6c4c28de53c29611b62bef8aea3"}, ] [package.dependencies] @@ -5211,4 +5211,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "29c3c43c2c0bf5aee5e2934ab9dc05ebdb7c8bf123bfe8d8a0fbcb583d8c3add" +content-hash = "02f49751d69e13c68478ee8648da0bccd84c436177b47f90f78d01ca253f2bc9" diff --git a/pyproject.toml b/pyproject.toml index 9e1c3b02259..0a5bec154f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ azure-mgmt-applicationinsights = "4.0.0" azure-mgmt-authorization = "4.0.0" azure-mgmt-compute = "33.1.0" azure-mgmt-containerregistry = "10.3.0" -azure-mgmt-containerservice = "33.0.0" +azure-mgmt-containerservice = "34.0.0" azure-mgmt-cosmosdb = "9.7.0" azure-mgmt-keyvault = "10.3.1" azure-mgmt-monitor = "6.0.2"