From 1c986517fb87b68e6e90c92a3ea4d19b94e26885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:01:22 +0000 Subject: [PATCH] chore(deps): bump azure-mgmt-compute from 33.1.0 to 34.0.0 Bumps [azure-mgmt-compute](https://github.com/Azure/azure-sdk-for-python) from 33.1.0 to 34.0.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-mgmt-compute_33.1.0...azure-mgmt-compute_34.0.0) --- updated-dependencies: - dependency-name: azure-mgmt-compute dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7f41fd2c482..e75467b6da9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -399,13 +399,13 @@ isodate = ">=0.6.1,<1.0.0" [[package]] name = "azure-mgmt-compute" -version = "33.1.0" +version = "34.0.0" description = "Microsoft Azure Compute Management Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure_mgmt_compute-33.1.0-py3-none-any.whl", hash = "sha256:9b119a1b7f621aee951074ef110b16d545d7b45c9cfb303becf04210bd772c91"}, - {file = "azure_mgmt_compute-33.1.0.tar.gz", hash = "sha256:f5a5e18a5a7a0354562bbfa589b5db4aaf1e8ac3a194a2a910db55900d2535e9"}, + {file = "azure_mgmt_compute-34.0.0-py3-none-any.whl", hash = "sha256:f8f7b1c5c187a26fae4d1f099adf93561244242f28899484d9a42747bf0d5af4"}, + {file = "azure_mgmt_compute-34.0.0.tar.gz", hash = "sha256:58cd01d025efa02870b84dbfb69834a3b23501a135658c03854d2434e8dfee1e"}, ] [package.dependencies] @@ -5199,4 +5199,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "71c5b84096456b7129d2338fd32b5dd984e0fbadc7846299b9484414e8e46e30" +content-hash = "79c5e78394910474d25f256468dc3f7d013fa7743131c6c2c7207b9cbd9dfa0e" diff --git a/pyproject.toml b/pyproject.toml index 49a5b127a14..de3a9271610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ azure-identity = "1.19.0" azure-keyvault-keys = "4.10.0" azure-mgmt-applicationinsights = "4.0.0" azure-mgmt-authorization = "4.0.0" -azure-mgmt-compute = "33.1.0" +azure-mgmt-compute = "34.0.0" azure-mgmt-containerregistry = "10.3.0" azure-mgmt-containerservice = "33.0.0" azure-mgmt-cosmosdb = "9.7.0"