From 923c21c3796d9669e1eab4fce1c6a16921681f27 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Mon, 12 Jun 2023 16:53:02 +0200 Subject: [PATCH] Bump components. --- files/pre-commit-config.yaml | 4 ++-- templates/tox.ini.j2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/pre-commit-config.yaml b/files/pre-commit-config.yaml index 7beec98..f889d1d 100644 --- a/files/pre-commit-config.yaml +++ b/files/pre-commit-config.yaml @@ -1,14 +1,14 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-added-large-files - repo: https://github.com/adrienverge/yamllint - rev: v1.26.3 + rev: v1.32.0 hooks: - id: yamllint args: [-c=.yamllint] diff --git a/templates/tox.ini.j2 b/templates/tox.ini.j2 index 4994f2e..1c9b4a3 100644 --- a/templates/tox.ini.j2 +++ b/templates/tox.ini.j2 @@ -14,7 +14,7 @@ deps = -rrequirements.txt ansible6: ansible == 6.* ansible7: ansible == 7.* - ansible5: ansible == 8.* + ansible8: ansible == 8.* commands = molecule test setenv = TOX_ENVNAME={envname}