diff --git a/pyproject.toml b/pyproject.toml index 135f44c..fac2bed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ ansible-lint = { version = "^6.9.0", markers = "platform_system != 'Windows'" } [tool.poetry.group.dev.dependencies] flake8 = "^5.0.4" -black = "^23.11.0" +black = "^24.3.0" pre-commit = "^3.6.2" ansible-lint = { version = "^6.9.0", markers = "platform_system != 'Windows'" } diff --git a/requirements.txt b/requirements.txt index 7a29235..981be13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ annotated-types==0.6.0 -ansible==9.4.0 +ansible==9.5.1 ansible-compat==4.1.11 ansible-core==2.16.6 ansible-lint==6.22.2