From 1d9777f7c8d4151759348c7c295c92045bd2abf1 Mon Sep 17 00:00:00 2001 From: Ajinkya Udgirkar Date: Wed, 30 Aug 2023 15:49:47 +0530 Subject: [PATCH] Update `ansible-compat` to v4.1.8 (#4028) Update ansible-compat to v4.1.8 --- .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 2621aa3e8..a3c5fb056 100644 --- a/.config/requirements.in +++ b/.config/requirements.in @@ -1,4 +1,4 @@ -ansible-compat >= 4.1.7 +ansible-compat >= 4.1.8 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 bc1fc60c7..039e416c7 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.7 + - ansible-compat>=4.1.8 - 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.7 + - ansible-compat>=4.1.8 - click - click-help-colors - enrich>=1.2.7