From fc898ee7befba9ba93dbe7b24f896e76f46e085e Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 6 Sep 2023 16:32:02 +0100 Subject: [PATCH] Require ansible-compat>=4.1.10 (#3723) --- .config/requirements-lock.txt | 2 +- .config/requirements.in | 2 +- .config/requirements.txt | 2 +- .pre-commit-config.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/requirements-lock.txt b/.config/requirements-lock.txt index 5e5f27a8e3..cfcc705cad 100644 --- a/.config/requirements-lock.txt +++ b/.config/requirements-lock.txt @@ -4,7 +4,7 @@ # # pip-compile --no-annotate --output-file=.config/requirements-lock.txt --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib pyproject.toml # -ansible-compat==4.1.9 +ansible-compat==4.1.10 ansible-core==2.15.3 attrs==23.1.0 black==23.7.0 diff --git a/.config/requirements.in b/.config/requirements.in index 3931f6d87e..c76c607a64 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.12.0 # GPLv3 -ansible-compat>=4.1.9 # GPLv3 +ansible-compat>=4.1.10 # GPLv3 # alphabetically sorted: black>=22.8.0 # MIT filelock>=3.3.0 # The Unlicense diff --git a/.config/requirements.txt b/.config/requirements.txt index 6929680e8e..baf04223aa 100644 --- a/.config/requirements.txt +++ b/.config/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --extra=docs --extra=test --no-annotate --output-file=.config/requirements.txt --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib pyproject.toml # -ansible-compat==4.1.9 +ansible-compat==4.1.10 ansible-core==2.15.3 astroid==2.15.6 attrs==23.1.0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a75cec98a9..36a9517c28 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -146,7 +146,7 @@ repos: # empty args needed in order to match mypy cli behavior args: [--strict] additional_dependencies: - - ansible-compat>=4.1.9 + - ansible-compat>=4.1.10 - black>=22.10.0 - cryptography>=39.0.1 - filelock>=3.12.2 @@ -175,7 +175,7 @@ repos: args: - --output-format=colorized additional_dependencies: - - ansible-compat>=4.1.9 + - ansible-compat>=4.1.10 - ansible-core>=2.14.0 - black>=22.10.0 - docutils