Skip to content

Commit

Permalink
Avoid using incompatible ansible-compat version (#3906)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed May 3, 2023
1 parent 0d874bd commit 2c4e788
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
@@ -1,4 +1,4 @@
ansible-compat >= 2.2.0
ansible-compat >= 2.2.0, < 4.0.0
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
Expand Up @@ -62,7 +62,7 @@ repos:
entry: mypy src/
pass_filenames: false
additional_dependencies:
- ansible-compat>=2.2.0
- ansible-compat>=2.2.0,<4.0.0
- click>=8.0.1
- enrich>=1.2.7
- importlib-metadata>=4.6.1
Expand All @@ -81,7 +81,7 @@ repos:
args:
- --output-format=colorized
additional_dependencies:
- ansible-compat>=2.2.0
- ansible-compat>=2.2.0,<4.0.0
- click
- click-help-colors
- cookiecutter
Expand Down

0 comments on commit 2c4e788

Please sign in to comment.