From eb56da94eb088dbd5549882c294fe0207853670f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:07:55 +0200 Subject: [PATCH] deps: update dependency molecule to >=5.0.0,<24.7 (#98) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [molecule](https://togithub.com/ansible-community/molecule) ([changelog](https://togithub.com/ansible-community/molecule/releases)) | `>=5.0.0,<24.3` -> `>=5.0.0,<24.7` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/molecule/24.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/molecule/24.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/molecule/24.2.1/24.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/molecule/24.2.1/24.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
ansible-community/molecule (molecule) ### [`v24.6.0`](https://togithub.com/ansible/molecule/releases/tag/v24.6.0) [Compare Source](https://togithub.com/ansible-community/molecule/compare/v24.2.1...v24.6.0) ##### Bugfixes - Respect ANSIBLE_COLLECTIONS_PATH ([#​4192](https://togithub.com/ansible-community/molecule/issues/4192)) [@​cidrblock](https://togithub.com/cidrblock) - Avoid requests 2.32.0 during testing ([#​4185](https://togithub.com/ansible-community/molecule/issues/4185)) [@​ssbarnea](https://togithub.com/ssbarnea) - Update configuration.md for role name check ([#​4155](https://togithub.com/ansible-community/molecule/issues/4155)) [@​AlexanderStohr](https://togithub.com/AlexanderStohr) - Added more dynamic arguments to podman container creation playbook ([#​4169](https://togithub.com/ansible-community/molecule/issues/4169)) [@​felipe4334](https://togithub.com/felipe4334) - Always apply ssh_connection_options ([#​4174](https://togithub.com/ansible-community/molecule/issues/4174)) [@​wokis](https://togithub.com/wokis) - Link to the parallel.md, not docker-rootless.md for parallel example ([#​4168](https://togithub.com/ansible-community/molecule/issues/4168)) [@​evgeni](https://togithub.com/evgeni) - Fix test method name. ([#​4165](https://togithub.com/ansible-community/molecule/issues/4165)) [@​expeehaa](https://togithub.com/expeehaa)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ansible-community/molecule-hetznercloud). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc7238e..cd80bb0 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ ], python_requires=">=3.9", install_requires=[ - "molecule>=5.0.0,<24.3", + "molecule>=5.0.0,<24.7", # Dependencies for the hetzner.hcloud collection "python-dateutil>=2.7.5", "requests>=2.20",