diff --git a/poetry.lock b/poetry.lock index e3e44c29b73..51989bc2df1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -401,13 +401,13 @@ typing-extensions = ">=4.6.0" [[package]] name = "azure-mgmt-containerservice" -version = "31.0.0" +version = "32.0.0" description = "Microsoft Azure Container Service Management Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure-mgmt-containerservice-31.0.0.tar.gz", hash = "sha256:134358d7f88c4d29b4009f91d7619861e1fad5dbea5e147402dd61ad96b5624a"}, - {file = "azure_mgmt_containerservice-31.0.0-py3-none-any.whl", hash = "sha256:75c6dbbaf27ed6c8251e34b86fefcfb001fe096c69df9ce93c163de71a2b5275"}, + {file = "azure_mgmt_containerservice-32.0.0-py3-none-any.whl", hash = "sha256:66ff0a2651122207db0d5492e86550561f9d81509379abe7d401ed4805a1c66b"}, + {file = "azure_mgmt_containerservice-32.0.0.tar.gz", hash = "sha256:ccb587479d8a93ec78f7162590adc82e4fba4de76e4adc3419f33ad225efb292"}, ] [package.dependencies] @@ -4967,4 +4967,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "a94561e0388a27a30ccfb290687f65c6ad2a2bdd64b09cfa4bbf6d6b0a848fe5" +content-hash = "c1a22cafe8276fe14946d29c129311ff9e9633b1c0db8322c04de69ae6da8677" diff --git a/pyproject.toml b/pyproject.toml index 224e34c77be..71e2f17248f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ azure-keyvault-keys = "4.9.0" azure-mgmt-applicationinsights = "4.0.0" azure-mgmt-authorization = "4.0.0" azure-mgmt-compute = "33.0.0" -azure-mgmt-containerservice = "31.0.0" +azure-mgmt-containerservice = "32.0.0" azure-mgmt-cosmosdb = "9.5.1" azure-mgmt-keyvault = "10.3.1" azure-mgmt-monitor = "6.0.2"