diff --git a/.config/constraints.txt b/.config/constraints.txt index ca2548498..91b85bed4 100644 --- a/.config/constraints.txt +++ b/.config/constraints.txt @@ -1,7 +1,7 @@ # This file was autogenerated by uv via the following command: # tox run -e deps ansi2html==1.9.2 # via molecule (pyproject.toml) -ansible-compat==24.10.0 # via ansible-lint, molecule (pyproject.toml) +ansible-compat==25.1.0 # via ansible-lint, molecule (pyproject.toml) ansible-lint==25.1.0 # via molecule (pyproject.toml) astroid==3.3.8 # via pylint attrs==25.1.0 # via jsonschema, referencing diff --git a/.config/requirements.in b/.config/requirements.in index cbe4d25be..c9efc8833 100644 --- a/.config/requirements.in +++ b/.config/requirements.in @@ -1,4 +1,4 @@ -ansible-compat >= 24.6.1 +ansible-compat >= 25.1.0 ansible-core >= 2.15.0 click >= 8.0, < 9 click-help-colors diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aff9be1b1..b63d65e32 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -57,12 +57,12 @@ repos: - id: toml-sort-fix - repo: https://github.com/tox-dev/tox-ini-fmt - rev: 1.4.1 + rev: 1.5.0 hooks: - id: tox-ini-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.2 + rev: v0.9.3 hooks: - id: ruff args: @@ -89,7 +89,7 @@ repos: args: - --output-format=colorized additional_dependencies: - - ansible-compat>=24.6.1 + - ansible-compat>=25.1.0 - click - click-help-colors - enrich>=1.2.7 @@ -105,7 +105,7 @@ repos: hooks: - id: mypy additional_dependencies: - - ansible-compat>=24.6.1 + - ansible-compat>=25.1.0 - click - click-help-colors - enrich