From 691023ec6ce654ae30f4780a1abc98932ce52d5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:26:00 +0100 Subject: [PATCH] build(deps): bump azure-mgmt-compute from 30.5.0 to 30.6.0 (#3559) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4256aa978b..86629e7753 100644 --- a/poetry.lock +++ b/poetry.lock @@ -377,19 +377,19 @@ isodate = ">=0.6.1,<1.0.0" [[package]] name = "azure-mgmt-compute" -version = "30.5.0" +version = "30.6.0" description = "Microsoft Azure Compute Management Client Library for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "azure-mgmt-compute-30.5.0.tar.gz", hash = "sha256:ed3ea34b799db0d52ee55e2f1ab4b0f09fa4a08f35e061ecb9aad9fb5a218844"}, - {file = "azure_mgmt_compute-30.5.0-py3-none-any.whl", hash = "sha256:b65a6c1e22be7334604257d8d9f96a9c6dc4c6d4869f95d0d551c7c8170a2e71"}, + {file = "azure-mgmt-compute-30.6.0.tar.gz", hash = "sha256:4d80d723ec6d4cb9583617ebec0716e7d74b2732acbaed023ed2e3cc7053d00e"}, + {file = "azure_mgmt_compute-30.6.0-py3-none-any.whl", hash = "sha256:9f6d29864ebe080796d4020533e79e4c8508512d3c53ec5a7a8930e4bd2f0bd4"}, ] [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-containerservice" @@ -4426,4 +4426,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "c7143edd28b9a9f8f48122bd412895b724524bf4e7b49635919fc424fa29bc2b" +content-hash = "41511db48755a78c79f9626523d5d0320bbf05b52618764fee545c8cf66ad223" diff --git a/pyproject.toml b/pyproject.toml index b089ae6f47..992c1c5e1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ azure-identity = "1.15.0" azure-keyvault-keys = "4.9.0" azure-mgmt-applicationinsights = "4.0.0" azure-mgmt-authorization = "4.0.0" -azure-mgmt-compute = "30.5.0" +azure-mgmt-compute = "30.6.0" azure-mgmt-containerservice = "29.1.0" azure-mgmt-cosmosdb = "9.4.0" azure-mgmt-keyvault = "10.3.0"