Skip to content

Commit

Permalink
deps: update dependency molecule to v24 (#81)
Browse files Browse the repository at this point in the history
[![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,<7.0` -> `>=24.2,<24.3` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/molecule/24.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/molecule/24.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/molecule/6.0.3/24.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/molecule/6.0.3/24.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ansible-community/molecule (molecule)</summary>

###
[`v24.2.0`](https://togithub.com/ansible/molecule/releases/tag/v24.2.0)

[Compare
Source](https://togithub.com/ansible-community/molecule/compare/v6.0.3...v24.2.0)

#### Major Changes

- Set Python 3.10 as minimum version
([#&#8203;4099](https://togithub.com/ansible-community/molecule/issues/4099))
[@&#8203;cristianonicolai](https://togithub.com/cristianonicolai)

#### Minor Changes

- Adding molecule template based on `driver.name`
([#&#8203;4126](https://togithub.com/ansible-community/molecule/issues/4126))
[@&#8203;mrbrandao](https://togithub.com/mrbrandao)

#### Bugfixes

- Fix background color on matrix command
([#&#8203;4133](https://togithub.com/ansible-community/molecule/issues/4133))
[@&#8203;ssbarnea](https://togithub.com/ssbarnea)
- Fix python interpreter for scenario init
([#&#8203;4111](https://togithub.com/ansible-community/molecule/issues/4111))
[@&#8203;dobbi84](https://togithub.com/dobbi84)
- Drivers command now display more information
([#&#8203;4112](https://togithub.com/ansible-community/molecule/issues/4112))
[@&#8203;ssbarnea](https://togithub.com/ssbarnea)
- Fix indents in Getting Started example playbook
([#&#8203;4104](https://togithub.com/ansible-community/molecule/issues/4104))
[@&#8203;akira6592](https://togithub.com/akira6592)
- Restructure documentation
([#&#8203;4102](https://togithub.com/ansible-community/molecule/issues/4102))
[@&#8203;ssbarnea](https://togithub.com/ssbarnea)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <[email protected]>
  • Loading branch information
renovate[bot] and jooola authored Feb 9, 2024
1 parent bbbfd24 commit 30516de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
],
python_requires=">=3.9",
install_requires=[
"molecule>=5.0.0,<7.0",
"molecule>=5.0.0,<24.3",
# Dependencies for the hetzner.hcloud collection
"python-dateutil>=2.7.5",
"requests>=2.20",
Expand Down
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
min_version = 4.0
env_list = py{39,310,311,312}-molecule{5,6}
env_list =
py{39,310,311,312}-molecule{5,6}
py{310,311,312}-molecule24

[testenv]
usedevelop = True
extras = test
deps =
molecule5: molecule>=5.0,<6
molecule6: molecule>=6.0,<7
molecule24: molecule>=24.0,<25
ansible-core>=2.13,<2.17
commands =
pytest -v {posargs}
Expand Down

0 comments on commit 30516de

Please sign in to comment.