From 0062f510491e70f6815cae90422a6db989e4754c Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 00:40:54 +0000 Subject: [PATCH] fix(deps): update azure-sdk-for-python monorepo | datasource | package | from | to | | ---------- | ------------------ | ------ | ------ | | pypi | azure-mgmt-compute | 33.1.0 | 38.1.0 | | pypi | azure-mgmt-network | 28.1.0 | 31.0.1 | --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8dae994..c753dfcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ ansible-core = [{ version = "==2.12.6", python = "<3.11" }, pywinrm = "^0.5.0" azure-identity = "^1.19.0" azure-mgmt-compute = "^38.0.0" -azure-mgmt-network = "^30.0.0" +azure-mgmt-network = "^31.0.0" boto3 = "^1.35.70" proxmoxer = "^2.1.0" requests = "^2.32.3"