From 7405c59109c715d0d8f1c42791108714fa6c930b Mon Sep 17 00:00:00 2001 From: Ajinkya Udgirkar Date: Wed, 23 Aug 2023 16:21:04 +0530 Subject: [PATCH] Update ansible-compat to v4.1.7 (#4022) Fixes: #4017 --- .config/requirements.in | 2 +- .pre-commit-config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/requirements.in b/.config/requirements.in index 784de1e9ba..2621aa3e89 100644 --- a/.config/requirements.in +++ b/.config/requirements.in @@ -1,4 +1,4 @@ -ansible-compat >= 4.1.2 +ansible-compat >= 4.1.7 ansible-core >= 2.12.10 click >= 8.0, < 9 click-help-colors >= 0.9 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4dcd40ec58..bc1fc60c7a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -57,7 +57,7 @@ repos: entry: mypy src/ pass_filenames: false additional_dependencies: - - ansible-compat>=4.1.2 + - ansible-compat>=4.1.7 - click>=8.0.1,<8.1.4 # https://github.com/pallets/click/issues/2558 - enrich>=1.2.7 - importlib-metadata>=4.6.1 @@ -80,7 +80,7 @@ repos: args: - --output-format=colorized additional_dependencies: - - ansible-compat>=4.1.2 + - ansible-compat>=4.1.7 - click - click-help-colors - enrich>=1.2.7