diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cebdf2072e..a27530f4fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -168,7 +168,7 @@ repos: hooks: - id: pylint additional_dependencies: - - ansible-compat>=2.2.4 + - ansible-compat>=2.2.5 - ansible-core - black - docutils diff --git a/requirements.txt b/requirements.txt index 64574c65f9..d0f00e7c44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.cfg b/setup.cfg index 3f94d05956..69b418472b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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