Skip to content

Commit

Permalink
Require ansible-compat>=2.2.5 (#2694)
Browse files Browse the repository at this point in the history
Related: #2673
  • Loading branch information
ssbarnea committed Nov 19, 2022
1 parent a3e786d commit f45e364
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -142,7 +142,7 @@ repos:
# empty args needed in order to match mypy cli behavior
args: [--strict]
additional_dependencies:
- ansible-compat>=2.2.4
- ansible-compat>=2.2.5
- ansible-core
- black
- filelock
Expand All @@ -168,7 +168,7 @@ repos:
hooks:
- id: pylint
additional_dependencies:
- ansible-compat>=2.2.4
- ansible-compat>=2.2.5
- ansible-core
- black
- docutils
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -5,7 +5,7 @@
# pip-compile --extra=docs --extra=test --no-annotate --output-file=requirements.txt --strip-extras --unsafe-package=ansible-core setup.cfg
#
alabaster==0.7.12
ansible-compat==2.2.4
ansible-compat==2.2.5
ansible-pygments==0.1.1
astroid==2.12.12
attrs==22.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -67,7 +67,7 @@ zip_safe = False

# These are required in actual runtime:
install_requires =
ansible-compat>=2.2.4 # GPLv3
ansible-compat>=2.2.5 # GPLv3
ansible-core>=2.12.0 # GPLv3
black>=22.1.0 # MIT
filelock # The Unlicense
Expand Down

0 comments on commit f45e364

Please sign in to comment.