From b5b2d0fbecbcc97f5a1a4ac7674ad6d3ebfdce1d Mon Sep 17 00:00:00 2001 From: Data-hYg Date: Fri, 3 May 2024 10:54:34 +0200 Subject: [PATCH] Update setup.cfg: New mitgon and ansible version support Ansible-base now required as ansible_collections.ansible.builtin was moved out of ansible. This might cause problems with backwards compatibility of ansible-core older 2.14 --- setup.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 02f7982..5959c17 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,8 +31,9 @@ python_requires = >= 3.8 platforms = any install_requires = ansible>=2.8.0.0 - ansible-core<2.14 - + ansible-core<2.16 + ansible-base + [options.extras_require] dev = bandit[toml] @@ -41,7 +42,7 @@ dev = pre-commit tox tests = - mitogen>=0.2.8 + mitogen>=0.3.7 paramiko port-for pytest