From 4278358336a6f986d19f5db6186ef351b0f968e5 Mon Sep 17 00:00:00 2001 From: Patrick Bareiss Date: Thu, 26 Sep 2024 09:47:05 +0200 Subject: [PATCH] update dependencies --- pyproject.toml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5086da56..cec0b4b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,21 +6,20 @@ authors = ["P4T12ICK "] [tool.poetry.dependencies] python = "^3.10" -ansible = "^10.3.0" -pywinrm = "^0.4.2" +ansible = "^10.4.0" +pywinrm = "^0.5.0" PyYAML = "^6.0.2" -colorama = "^0.4.4" +colorama = "^0.4.6" python-terraform = "^0.10.1" -tabulate = "^0.8.9" -boto3 = "^1.35.10" -atomic-operator = "^0.9.0" +tabulate = "^0.9.0" +boto3 = "^1.35.27" ansible-runner = "^2.4.0" azure-mgmt-resource = "^23.1.1" -azure-mgmt-network = "^26.0.0" +azure-mgmt-network = "^27.0.0" azure-mgmt-compute = "^33.0.0" -azure-identity = "^1.17.1" +azure-identity = "^1.18.0" splunk-sdk = "^2.0.2" -urllib3 = "^2.2.2" +urllib3 = "^2.2.3" pycryptodome = "^3.20.0" questionary = "^2.0.1" Jinja2 = "^3.1.4"