Skip to content

Commit af5b90f

Browse files
authored
Require ansible-lint 5.0.9 (#3125)
In order to make use of the newer logic regarding preinstalling requirements bump version of ansible-lint used. Fixes: #3055
1 parent 6f52203 commit af5b90f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repos:
5454
entry: mypy src/
5555
pass_filenames: false
5656
additional_dependencies:
57-
- ansible-lint>=5.0.5
57+
- ansible-lint>=5.0.9
5858
- packaging
5959
- enrich>=1.2.5
6060
- subprocess-tee>=0.2.0
@@ -63,7 +63,7 @@ repos:
6363
hooks:
6464
- id: pylint
6565
additional_dependencies:
66-
- ansible-lint>=5.0.5
66+
- ansible-lint>=5.0.9
6767
- enrich>=1.2.5
6868
- subprocess-tee>=0.2.0
6969
- testinfra

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ setup_requires =
6666

6767
# These are required in actual runtime:
6868
install_requires =
69-
ansible-lint >= 5.0.5 # only for the prerun functionality
69+
ansible-lint >= 5.0.9 # only for the prerun functionality
7070
cerberus >= 1.3.1, !=1.3.3, !=1.3.4
7171
click >= 8.0, < 9
7272
click-help-colors >= 0.9

0 commit comments

Comments
 (0)