Skip to content

Commit

Permalink
chore: Update ansible-compat version (#4303)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanwigeetika1618 authored Sep 3, 2024
1 parent c9defa4 commit 33d3515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Special order section for helping pip:
will-not-work-on-windows-try-from-wsl-instead; platform_system=='Windows'
ansible-core>=2.13.0 # GPLv3
ansible-compat>=24.5.0dev0 # GPLv3
ansible-compat>=24.8.0 # GPLv3
# alphabetically sorted:
black>=24.3.0 # MIT (security)
filelock>=3.3.0 # The Unlicense
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ repos:
# empty args needed in order to match mypy cli behavior
args: [--strict]
additional_dependencies:
- ansible-compat>=24.5.1
- ansible-compat>=24.8.0
- black>=22.10.0
- cryptography>=39.0.1
- filelock>=3.12.2
Expand Down Expand Up @@ -183,7 +183,7 @@ repos:
args:
- --output-format=colorized
additional_dependencies:
- ansible-compat>=24.5.1
- ansible-compat>=24.8.0
- ansible-core>=2.14.0
- black>=22.10.0
- docutils
Expand Down

0 comments on commit 33d3515

Please sign in to comment.