Conversation
ansibuddy
approved these changes
Mar 2, 2026
rija
added a commit
to rmenage/ansible-role-hardened-docker
that referenced
this pull request
Mar 12, 2026
This MR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [molecule](https://github.com/ansible-community/molecule) ([changelog](https://github.com/ansible-community/molecule/releases)) | `>=26.2.0,<26.3.0` → `>=26.3.0,<26.4.0` |  |  | --- ### Release Notes <details> <summary>ansible-community/molecule (molecule)</summary> ### [`v26.3.0`](https://github.com/ansible/molecule/releases/tag/v26.3.0) [Compare Source](ansible/molecule@v26.2.0...v26.3.0) #### Features - feat: add --workers flag for concurrent scenario execution ([#​4616](ansible/molecule#4616)) [@​cidrblock](https://github.com/cidrblock) #### Maintenance - chore(deps): update pep621 ([#​4619](ansible/molecule#4619)) @​[renovate\[bot\]](https://github.com/apps/renovate) - chore(deps): update all dependencies ([#​4618](ansible/molecule#4618)) @​[renovate\[bot\]](https://github.com/apps/renovate) </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 MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Refs: rmenage/ansible-role-hardened-docker!27 See-also:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
25.12.0→25.12.126.1.1→26.2.026.1.2→26.1.3v26.1.1→v26.2.00.10.6→0.10.725.6.0→25.6.10.15.2→0.15.40.7.32→0.7.330.8.04.46.0→4.46.34.47.01.32.1→1.33.0Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
ansible/ansible-compat (ansible-compat)
v25.12.1Compare Source
Fixes
Maintenance
ansible/ansible-lint (ansible-lint)
v26.2.0Compare Source
Features
Fixes
Maintenance
ansible/ansible-navigator (ansible-navigator)
v26.1.3Compare Source
Fixes
Maintenance
astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)
v0.10.7Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.10.7
ansible/mkdocs-ansible (mkdocs-ansible)
v25.6.1Compare Source
Fixes
Maintenance
astral-sh/ruff (ruff)
v0.15.4Compare Source
Released on 2026-02-26.
This is a follow-up release to 0.15.3 that resolves a panic when the new rule
PLR1712was enabled with any rule that analyzes definitions, such as many of theANNorDrules.Bug fixes
pyflakes] Suppress false positive inF821for names used beforedelin stub files (#23550)Documentation
import-headingexample (#23568)Contributors
v0.15.3Compare Source
Released on 2026-02-26.
Preview features
Drop explicit support for
.qmdfile extension (#23572)This can now be enabled instead by setting the
extensionoption:Include configured extensions in file discovery (#23400)
[
flake8-bandit] Allow suspicious imports inTYPE_CHECKINGblocks (S401-S415) (#23441)[
flake8-bugbear] AllowB901in pytest hook wrappers (#21931)[
flake8-import-conventions] Add missing conventions from upstream (ICN001,ICN002) (#21373)[
pydocstyle] Add rule to enforce docstring section ordering (D420) (#23537)[
pylint] Implementswap-with-temporary-variable(PLR1712) (#22205)[
ruff] Addunnecessary-assign-before-yield(RUF070) (#23300)[
ruff] Support file-level noqa inRUF102(#23535)[
ruff] Suppress diagnostic for invalid f-strings before Python 3.12 (RUF027) (#23480)[
flake8-bandit] Don't flagBaseLoader/CBaseLoaderas unsafe (S506) (#23510)Bug fixes
I002andPYI025(#23352)pyflakes] Fix false positive for@overloadfromlint.typing-modules(F811) (#23357)pyupgrade] Fix false positive forTypeVardefault before Python 3.12 (UP046) (#23540)pyupgrade] Fix handling of\Nin raw strings (UP032) (#22149)Rule changes
Render sub-diagnostics in the GitHub output format (#23455)
[
flake8-bugbear] Tag certainB007diagnostics as unnecessary (#23453)[
ruff] Ignore unknown rule codes inRUF100(#23531)These are now flagged by
RUF102instead.Documentation
pydocstyle] Fix double comma in description ofD404(#23440)Other changes
find_ruff_bin) for parity with uv (#23406)Contributors
tombi-toml/tombi (tombi)
v0.7.33Compare Source
What's Changed
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v0.7.32...v0.7.33
tox-dev/tox (tox)
v4.46.3Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/tox@4.46.2...4.46.3
v4.46.2Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.46.1...4.46.2
v4.46.1Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.46.0...4.46.1
tox-dev/tox-uv (tox-uv)
v1.33.0Compare Source
What's Changed
Full Changelog: tox-dev/tox-uv@1.32.1...1.33.0
Configuration
📅 Schedule: Branch creation - "before 4am on monday" in timezone UTC, Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC.
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.