File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ ansible-core = "^2.18.5"
1212galaxy-update = " ^0.0.1"
1313
1414[tool .poetry .group .lint .dependencies ]
15- ansible-lint = { version = " ^25.4 .0" , markers = " platform_system != 'Windows'" }
16- mypy = " ^1.15 .0"
15+ ansible-lint = { version = " ^25.5 .0" , markers = " platform_system != 'Windows'" }
16+ mypy = " ^1.16 .0"
1717poethepoet = " ^0.34.0"
18- ruff = " ^0.11.10 "
18+ ruff = " ^0.11.12 "
1919
2020[tool .poetry .group .test .dependencies ]
2121molecule = " ^24.12.0"
22- molecule-plugins = { version = " ^23.5.3 " , extras = [" docker" , " vagrant" ] }
22+ molecule-plugins = { version = " ^23.7.0 " , extras = [" docker" , " vagrant" ] }
2323pytest = " ^8.3.5"
24- pytest-ansible = " ^25.4.1 "
24+ pytest-ansible = " ^25.5.0 "
2525
2626[tool .poe .tasks ]
2727mypy = " mypy ."
You can’t perform that action at this time.
0 commit comments