From 3cd725402ee1ab0d1ce79b4b745300bf7905b419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 12:30:57 +0200 Subject: [PATCH] chore(deps): bump azure-mgmt-compute from 31.0.0 to 32.0.0 (#4547) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 47884cfc4d..b2e49daf41 100644 --- a/poetry.lock +++ b/poetry.lock @@ -372,19 +372,20 @@ isodate = ">=0.6.1,<1.0.0" [[package]] name = "azure-mgmt-compute" -version = "31.0.0" +version = "32.0.0" description = "Microsoft Azure Compute Management Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure-mgmt-compute-31.0.0.tar.gz", hash = "sha256:5a5b1c4fc1a19ecb022a12ded1be8b1b155f6979d03fb9efc04642f606644bbf"}, - {file = "azure_mgmt_compute-31.0.0-py3-none-any.whl", hash = "sha256:39cad123d814390cca6adbe02afe2269aa179b9051dc022c7f07134ebd416207"}, + {file = "azure-mgmt-compute-32.0.0.tar.gz", hash = "sha256:8d5a86e0116c71a07bcedd8e69d2e09270db3880932656521f3143c6f9475072"}, + {file = "azure_mgmt_compute-32.0.0-py3-none-any.whl", hash = "sha256:8578dbeee034a58c41331a71ddd2503e1e5c65a2cc233ebfe9adc5e16ca3d037"}, ] [package.dependencies] azure-common = ">=1.1" azure-mgmt-core = ">=1.3.2" isodate = ">=0.6.1" +typing-extensions = ">=4.6.0" [[package]] name = "azure-mgmt-containerservice" @@ -4511,4 +4512,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "afd8ad7843cf2dce6860b77d677c921a01c2c7fd93ae0e6a62ce881369a21f94" +content-hash = "d2214fe5f1f0023d046b13438890999d0d848d3937cedd43a18d5224d989a34e" diff --git a/pyproject.toml b/pyproject.toml index a9d74f1be2..6e6794a80b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ azure-identity = "1.17.1" azure-keyvault-keys = "4.9.0" azure-mgmt-applicationinsights = "4.0.0" azure-mgmt-authorization = "4.0.0" -azure-mgmt-compute = "31.0.0" +azure-mgmt-compute = "32.0.0" azure-mgmt-containerservice = "31.0.0" azure-mgmt-cosmosdb = "9.5.1" azure-mgmt-keyvault = "10.3.1"