Skip to content

Commit 6e97199

Browse files
authored
Bump ansible-compat to 1.0.0 (#3392)
1 parent 19fd4e6 commit 6e97199

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ repos:
6464
entry: mypy src/
6565
pass_filenames: false
6666
additional_dependencies:
67-
- ansible-compat>=0.5.0
67+
- ansible-compat>=1.0.0
6868
- click>=8.0.1
6969
- enrich>=1.2.7
7070
- importlib-metadata>=4.6.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# pip-compile --extra=test --extra=yamllint --no-annotate --output-file=requirements.txt --strip-extras setup.cfg tools/opts.txt
66
#
77
ansi2html==1.6.0
8-
ansible-compat==0.5.0
8+
ansible-compat==1.0.0
99
arrow==1.2.1
1010
attrs==21.4.0
1111
bcrypt==3.2.0

setup.cfg

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

6060
# These are required in actual runtime:
6161
install_requires =
62-
ansible-compat >= 0.5.0
62+
ansible-compat >= 1.0.0
6363
cerberus >= 1.3.1, !=1.3.3, !=1.3.4
6464
click >= 8.0, < 9
6565
click-help-colors >= 0.9

0 commit comments

Comments
 (0)