Skip to content

Commit

Permalink
Update ansible-compat to v4.1.8 (#4028)
Browse files Browse the repository at this point in the history
Update ansible-compat to v4.1.8
  • Loading branch information
audgirka committed Aug 30, 2023
1 parent 61cf052 commit 1d9777f
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,4 +1,4 @@
ansible-compat >= 4.1.7
ansible-compat >= 4.1.8
ansible-core >= 2.12.10
click >= 8.0, < 9
click-help-colors >= 0.9
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repos:
entry: mypy src/
pass_filenames: false
additional_dependencies:
- ansible-compat>=4.1.7
- ansible-compat>=4.1.8
- click>=8.0.1,<8.1.4 # https://github.com/pallets/click/issues/2558
- enrich>=1.2.7
- importlib-metadata>=4.6.1
Expand All @@ -80,7 +80,7 @@ repos:
args:
- --output-format=colorized
additional_dependencies:
- ansible-compat>=4.1.7
- ansible-compat>=4.1.8
- click
- click-help-colors
- enrich>=1.2.7
Expand Down

0 comments on commit 1d9777f

Please sign in to comment.