From 2092daca9f8a4edf1819a1af124feb0d5cba1b50 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:12:53 +0000 Subject: [PATCH] fix(deps): update azure-sdk-for-python monorepo | datasource | package | from | to | | ---------- | ------------------ | ------ | ------ | | pypi | azure-mgmt-compute | 33.0.0 | 37.2.0 | | pypi | azure-mgmt-network | 28.0.0 | 30.2.0 | --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fff5ac3e..4ceae8e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,8 +19,8 @@ ansible-core = [{ version = "==2.12.6", python = "<3.11" }, { version = "==2.18.0", python = ">=3.11" }] pywinrm = "^0.5.0" azure-identity = "^1.19.0" -azure-mgmt-compute = "^33.0.0" -azure-mgmt-network = "^28.0.0" +azure-mgmt-compute = "^37.0.0" +azure-mgmt-network = "^30.0.0" boto3 = "^1.35.70" proxmoxer = "^2.1.0" requests = "^2.32.3"