From 071c1fb575d3bc19de07d9c541c494e1dd2248e7 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 00:24:05 +0000 Subject: [PATCH] fix(deps): update dependency pypsrp to ^0.9.0 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | pypsrp | 0.8.1 | 0.9.1 | --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6321798..61ac2323 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ ansible-core = [{ version = "==2.12.6", python = "<3.11" }, { version = "==2.18.0", python = ">=3.11,<3.12" }, { version = ">=2.20.0,<2.21.0", python = ">=3.12" }] pywinrm = "^0.5.0" -pypsrp = "^0.8.1" +pypsrp = "^0.9.0" requests = { version = "^2.32.3", extras = ["socks"] } azure-identity = "^1.19.0" # Current Azure management SDKs require Python 3.9 or newer.