Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ansible-compat to v25.1.0 #4381

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/constraints.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand Down
Loading