From aae5677ccae14a29f31d10ea93ec87adbfa25173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:23:56 +0000 Subject: [PATCH] chore(deps): bump azure-mgmt-compute from 33.0.0 to 33.1.0 Bumps [azure-mgmt-compute](https://github.com/Azure/azure-sdk-for-python) from 33.0.0 to 33.1.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.0.0...azure-mgmt-compute_33.1.0) --- updated-dependencies: - dependency-name: azure-mgmt-compute dependency-type: direct:production update-type: version-update:semver-minor ... 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 0bf7e521504..5d8431c0996 100644 --- a/poetry.lock +++ b/poetry.lock @@ -372,13 +372,13 @@ isodate = ">=0.6.1,<1.0.0" [[package]] name = "azure-mgmt-compute" -version = "33.0.0" +version = "33.1.0" description = "Microsoft Azure Compute Management Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure-mgmt-compute-33.0.0.tar.gz", hash = "sha256:a3cc0fe4f09c8e1d3523c1bfb92620dfe263a0a893b0ac13a33d7057e9ddddd2"}, - {file = "azure_mgmt_compute-33.0.0-py3-none-any.whl", hash = "sha256:155f8d78a1fdedcea1725fd12b85b2d87fbcb6b53f8e77451c644f45701e3bcf"}, + {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"}, ] [package.dependencies] @@ -4566,4 +4566,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "d417c437c03adead601e3efe07224f57d019510866cfdb0221dd63bb5a1e5ba0" +content-hash = "c911061fb3d00557d8b7c7b9fa5594270d13a0b8508eaa1f01b1a7d988879ba8" diff --git a/pyproject.toml b/pyproject.toml index 93212a6816a..62b313c202a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,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.0.0" +azure-mgmt-compute = "33.1.0" azure-mgmt-containerservice = "33.0.0" azure-mgmt-cosmosdb = "9.7.0" azure-mgmt-keyvault = "10.3.1"