From 0edb4ec92eba22a46dc13bb9b17606ead524d76f Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Mon, 18 Jul 2022 15:27:29 +0100 Subject: [PATCH] Require molecule 4.0.0 or newer (#129) --- .pre-commit-config.yaml | 8 ++++---- setup.cfg | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f313cb7..436ae19 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,16 +47,16 @@ repos: entry: mypy src/ pass_filenames: false additional_dependencies: - - ansible-compat>=0.5.0 - - molecule>=3.5.0a0 + - ansible-compat>=2.2.0 + - molecule>=4.0.0 - packaging - repo: https://github.com/pre-commit/mirrors-pylint rev: v3.0.0a4 hooks: - id: pylint additional_dependencies: - - ansible-core>=2.11.1 - - molecule>=3.5.0a0 + - ansible-core>=2.13 + - molecule>=4.0.0 - repo: https://github.com/ansible/ansible-lint.git rev: v6.2.1 hooks: diff --git a/setup.cfg b/setup.cfg index be20b02..9b9fcc4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -66,8 +66,8 @@ setup_requires = # These are required in actual runtime: install_requires = - ansible-compat >= 0.5.0 - molecule >= 3.5.0a0 + ansible-compat >= 2.2.0 + molecule >= 4.0.0 # selinux python module is needed as least by ansible-podman modules # and allows us of isolated (default) virtualenvs. It does not avoid need # to install the system selinux libraries but it will provide a clear