Skip to content

Commit

Permalink
chore(deps): update dependency molecule to >=5.0.0,<24.13 (#131)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [molecule](https://github.com/ansible-community/molecule)
([changelog](https://github.com/ansible-community/molecule/releases))
| `>=5.0.0,<24.10` -> `>=5.0.0,<24.13` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/molecule/24.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/molecule/24.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/molecule/24.9.0/24.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/molecule/24.9.0/24.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://github.com/ansible-community/molecule/compare/v24.9.0...v24.12.0)

#### Bugfixes

- Add support for py313
([#&#8203;4322](https://github.com/ansible-community/molecule/issues/4322))
[@&#8203;ssbarnea](https://github.com/ssbarnea)
- Add -h option to print help
([#&#8203;4316](https://github.com/ansible-community/molecule/issues/4316))
[@&#8203;cfasnacht](https://github.com/cfasnacht)
- Refactor API to use standard types
([#&#8203;4240](https://github.com/ansible-community/molecule/issues/4240))
[@&#8203;ssbarnea](https://github.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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ansible-community/molecule-hetznercloud).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 665635d commit 0877b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
],
python_requires=">=3.10",
install_requires=[
"molecule>=5.0.0,<24.10",
"molecule>=5.0.0,<24.13",
# Dependencies for the hetzner.hcloud collection
"python-dateutil>=2.7.5",
"requests>=2.20",
Expand Down

0 comments on commit 0877b15

Please sign in to comment.