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.