We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d874bd commit 2c4e788Copy full SHA for 2c4e788
.config/requirements.in
@@ -1,4 +1,4 @@
1
-ansible-compat >= 2.2.0
+ansible-compat >= 2.2.0, < 4.0.0
2
ansible-core >= 2.12.10
3
click >= 8.0, < 9
4
click-help-colors >= 0.9
.pre-commit-config.yaml
@@ -62,7 +62,7 @@ repos:
62
entry: mypy src/
63
pass_filenames: false
64
additional_dependencies:
65
- - ansible-compat>=2.2.0
+ - ansible-compat>=2.2.0,<4.0.0
66
- click>=8.0.1
67
- enrich>=1.2.7
68
- importlib-metadata>=4.6.1
@@ -81,7 +81,7 @@ repos:
81
args:
82
- --output-format=colorized
83
84
85
- click
86
- click-help-colors
87
- cookiecutter
0 commit comments