From 33d35157697584ea58be548f44c5b1dab8497231 Mon Sep 17 00:00:00 2001 From: tanwigeetika1618 <84617407+tanwigeetika1618@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:14:59 +0530 Subject: [PATCH] chore: Update ansible-compat version (#4303) --- .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 3b3ca52f9b..8da66dfc12 100644 --- a/.config/requirements.in +++ b/.config/requirements.in @@ -1,7 +1,7 @@ # Special order section for helping pip: will-not-work-on-windows-try-from-wsl-instead; platform_system=='Windows' ansible-core>=2.13.0 # GPLv3 -ansible-compat>=24.5.0dev0 # GPLv3 +ansible-compat>=24.8.0 # GPLv3 # alphabetically sorted: black>=24.3.0 # MIT (security) filelock>=3.3.0 # The Unlicense diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 220bad55e0..17b0e48d19 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -153,7 +153,7 @@ repos: # empty args needed in order to match mypy cli behavior args: [--strict] additional_dependencies: - - ansible-compat>=24.5.1 + - ansible-compat>=24.8.0 - black>=22.10.0 - cryptography>=39.0.1 - filelock>=3.12.2 @@ -183,7 +183,7 @@ repos: args: - --output-format=colorized additional_dependencies: - - ansible-compat>=24.5.1 + - ansible-compat>=24.8.0 - ansible-core>=2.14.0 - black>=22.10.0 - docutils