Skip to content

Commit

Permalink
Update ansible-compat to v25.1.0 (#4381)
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka authored Jan 28, 2025
1 parent 30a9749 commit 2372b5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit 2372b5a

Please sign in to comment.