From ca1b82626173022548d22c0efae3c56a9fafb35a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 11:40:47 +0000 Subject: [PATCH] :arrow_up: Bump azure-mgmt-compute from 32.0.0 to 33.0.0 Bumps [azure-mgmt-compute](https://github.com/Azure/azure-sdk-for-python) from 32.0.0 to 33.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_32.0.0...azure-mgmt-compute_33.0.0) --- updated-dependencies: - dependency-name: azure-mgmt-compute dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c61e9c6039..848cf240cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "azure-keyvault-certificates==4.8.0", "azure-keyvault-keys==4.9.0", "azure-keyvault-secrets==4.8.0", - "azure-mgmt-compute==32.0.0", + "azure-mgmt-compute==33.0.0", "azure-mgmt-containerinstance==10.1.0", "azure-mgmt-dns==8.1.0", "azure-mgmt-keyvault==10.3.1",