From d075adc50d4627b0a0f690a1d30f3d74442ad368 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 30 Mar 2021 14:05:54 +0200 Subject: [PATCH] Relax molecule bounds See https://github.com/ansible-community/molecule-hetznercloud/pull/27. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7fb487a..3693f2b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,7 @@ setup_requires = setuptools_scm_git_archive install_requires = hcloud >= 1.10.0, < 2 - molecule >= 3.2.1, <= 3.3 + molecule >= 3.2.1, < 4 pyyaml >= 5.3.1, < 6 [options.extras_require]