diff --git a/.config/requirements-lock.txt b/.config/requirements-lock.txt index 6f3e3a874b..5e5f27a8e3 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.8 +ansible-compat==4.1.9 ansible-core==2.15.3 attrs==23.1.0 black==23.7.0 diff --git a/.config/requirements.in b/.config/requirements.in index a8a24fb654..3931f6d87e 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.0.5 # GPLv3 +ansible-compat>=4.1.9 # 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 827aa9ffc2..6929680e8e 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.8 +ansible-compat==4.1.9 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 e53d5f7db0..a75cec98a9 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.6 + - ansible-compat>=4.1.9 - 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.6 + - ansible-compat>=4.1.9 - ansible-core>=2.14.0 - black>=22.10.0 - docutils