Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bareiss committed Sep 26, 2024
1 parent 2e18038 commit 4278358
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,20 @@ authors = ["P4T12ICK <[email protected]>"]

[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"
Expand Down

0 comments on commit 4278358

Please sign in to comment.