updates: python 3.12, ansible 13, ansible-vault 4, deps

This commit is contained in:
2025-11-25 14:24:09 -08:00
parent c318e25189
commit fd683a6c35
3 changed files with 358 additions and 299 deletions
+3 -3
View File
@@ -6,9 +6,9 @@ authors = ["Iurii Tatishchev <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
ansible = "^11.1.0"
ansible-vault = "^2.1.0"
python = "^3.12"
ansible = "^13.0.0"
ansible-vault = "^4.1.0"
netaddr = "^1.3.0"
[tool.poetry.group.dev.dependencies]