Skip to content

Commit dd86f98

Browse files
authored
Recognize tower requirements.txt files (#2147)
1 parent 9508685 commit dd86f98

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ repos:
124124
# empty args needed in order to match mypy cli behavior
125125
args: [--strict]
126126
additional_dependencies:
127-
- ansible-compat>=2.0.3
127+
- ansible-compat>=2.0.4
128128
- ansible-core
129129
- enrich
130130
- flaky
@@ -149,7 +149,7 @@ repos:
149149
hooks:
150150
- id: pylint
151151
additional_dependencies:
152-
- ansible-compat>=2.0.3
152+
- ansible-compat>=2.0.4
153153
- ansible-core
154154
- docutils
155155
- enrich

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# pip-compile --extra=docs --extra=test --no-annotate --output-file=requirements.txt --strip-extras setup.cfg
66
#
77
alabaster==0.7.12
8-
ansible-compat==2.0.3
8+
ansible-compat==2.0.4
99
ansible-core==2.13.0
1010
ansible-pygments==0.1.1
1111
astroid==2.11.5

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ zip_safe = False
6363

6464
# These are required in actual runtime:
6565
install_requires =
66-
ansible-compat>=2.0.3 # GPLv3
66+
ansible-compat>=2.0.4 # GPLv3
6767
ansible-core>=2.12.0 # GPLv3
6868
enrich>=1.2.6
6969
jsonschema>=4.5.1 # MIT, first version to have ordered keys in output

0 commit comments

Comments
 (0)