From 890aa5784191274c605ea52fc26fff8f7301e6da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:37:08 +0200 Subject: [PATCH] chore(deps): bump azure-mgmt-containerservice from 29.1.0 to 30.0.0 (#3839) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 60ea5884c5..dca1c3f579 100644 --- a/poetry.lock +++ b/poetry.lock @@ -404,19 +404,19 @@ isodate = ">=0.6.1" [[package]] name = "azure-mgmt-containerservice" -version = "29.1.0" +version = "30.0.0" description = "Microsoft Azure Container Service Management Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure-mgmt-containerservice-29.1.0.tar.gz", hash = "sha256:46887178bb1035933f06fa63121c1ac9d4c5871f202ae2b86bc4af6e1e3b354f"}, - {file = "azure_mgmt_containerservice-29.1.0-py3-none-any.whl", hash = "sha256:0941a26a9c61930e004001e7340812dadb8a726e2ccc5b4d30ce4e6403fe1f43"}, + {file = "azure-mgmt-containerservice-30.0.0.tar.gz", hash = "sha256:6c62e6ac590e34fedd739fe24b31b3750713a014616696ea8d44c7bcc81c06b7"}, + {file = "azure_mgmt_containerservice-30.0.0-py3-none-any.whl", hash = "sha256:795a6a50d6632344910216853167b9bd47b09d50cb2afa28b2a18e58f5088c3f"}, ] [package.dependencies] -azure-common = ">=1.1,<2.0" -azure-mgmt-core = ">=1.3.2,<2.0.0" -isodate = ">=0.6.1,<1.0.0" +azure-common = ">=1.1" +azure-mgmt-core = ">=1.3.2" +isodate = ">=0.6.1" [[package]] name = "azure-mgmt-core" @@ -4542,4 +4542,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "71ec6a96ab33cb1065cc137e73261eae99c2551d3460fa5b9208a424bc988b79" +content-hash = "2a88a0fadd791386483857cd14238285e6621601dade782ed549968a3a2d5b81" diff --git a/pyproject.toml b/pyproject.toml index 79bc3535b1..b4135a5a3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ azure-keyvault-keys = "4.9.0" azure-mgmt-applicationinsights = "4.0.0" azure-mgmt-authorization = "4.0.0" azure-mgmt-compute = "30.6.0" -azure-mgmt-containerservice = "29.1.0" +azure-mgmt-containerservice = "30.0.0" azure-mgmt-cosmosdb = "9.4.0" azure-mgmt-keyvault = "10.3.0" azure-mgmt-monitor = "6.0.2"