From 0d51f629252a4e99404e82e1de60574875a3c414 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Sun, 19 Jan 2025 20:26:47 +0000 Subject: [PATCH] Require ansible 2.16 or newer --- .ansible-lint | 2 +- .config/requirements.in | 2 +- .github/lower-constraints.txt | 4 ++-- .pre-commit-config.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index dce6ce09a1..099fe016c3 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -126,4 +126,4 @@ task_name_prefix: "{stem} | " # Also recognize these versions of Ansible as supported: # supported_ansible_also: -# - "2.14" +# - "2.18" diff --git a/.config/requirements.in b/.config/requirements.in index 51080603e2..42fc15ba09 100644 --- a/.config/requirements.in +++ b/.config/requirements.in @@ -1,6 +1,6 @@ # 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-core>=2.16.0 # GPLv3 ansible-compat>=24.10.0 # GPLv3 # alphabetically sorted: black>=24.3.0 # MIT (security) diff --git a/.github/lower-constraints.txt b/.github/lower-constraints.txt index d313869d14..b033a083bb 100644 --- a/.github/lower-constraints.txt +++ b/.github/lower-constraints.txt @@ -1,8 +1,8 @@ # This file is kept in a different directory than .config in order to not be # automatically updated by dependabot. This should be kept in sync with # minimal requirements configured inside .config/requirements.in -ansible-core==2.13.0 -ansible-compat==24.5.1 # GPLv3 +ansible-core==2.16.0 +ansible-compat==24.10.0 # GPLv3 black==24.3.0 # MIT (security) filelock==3.3.0 # The Unlicense jsonschema==4.10.0 # MIT, version needed for improved errors diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 280ca5c796..980d034f45 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -179,7 +179,7 @@ repos: plugins/.* )$ - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.391 + rev: v1.1.392 hooks: - id: pyright additional_dependencies: @@ -210,7 +210,7 @@ repos: - --output-format=colorized additional_dependencies: - ansible-compat>=24.8.0 - - ansible-core>=2.14.0 + - ansible-core>=2.16.0 - black>=24.10.0 - docutils - filelock>=3.12.2