chore(deps): update all dependencies#642
Merged
renovate[bot] merged 1 commit intomainfrom Nov 17, 2025
Merged
Conversation
ansibuddy
approved these changes
Nov 17, 2025
ansibuddy
approved these changes
Nov 17, 2025
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.8.2->25.11.025.10.0->25.11.025.8.0->25.11.025.9.2->25.11.025.9.0->25.11.00.9.8->0.9.9v2.3.4->v2.3.525.9.0->25.11.04.0.2->4.0.310.16.1->10.17.19.0.0->9.0.125.8.0->25.11.10.14.4->0.14.5v9.2.1->v9.3.1v9.3.3(+1)0.6.42->0.6.470.6.50(+2)25.8.0->25.11.1Note: 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.11.0Compare Source
Maintenance
ansible/ansible-creator (ansible-creator)
v25.11.0Compare Source
Maintenance
ansible/ansible-dev-environment (ansible-dev-environment)
v25.11.0Compare Source
Fixes
Maintenance
ansible/ansible-lint (ansible-lint)
v25.11.0Compare Source
Fixes
Maintenance
ansible/ansible-navigator (ansible-navigator)
v25.11.0Compare Source
Fixes
Maintenance
astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)
v0.9.9Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.9.9
biomejs/pre-commit (biomejs/pre-commit)
v2.3.5Compare Source
ansible-community/molecule (molecule)
v25.11.0Compare Source
Fixes
molecule listwith ansible-native configs. (#4570) @Qalthosansible.cfgconfiguration optionansible_managedas it's deprecated (#4553) @ziegenbergMaintenance
pylint-dev/pylint (pylint)
v4.0.3Compare Source
What's new in Pylint 4.0.3?
Release date: 2025-11-13
False Positives Fixed
Add Enum dunder methods
_generate_next_value_,_missing_,_numeric_repr_,_add_alias_, and_add_value_alias_to the list passed to--good-dunder-names.Closes #10435
Fixed false positive for
invalid-namewithtyping.Annotated.Closes #10696
Fix false positive for
f-string-without-interpolationwith template stringswhen using format spec.
Closes #10702
Fix a false positive when an UPPER_CASED class attribute was raising an
invalid-namewhen typed withFinal.Closes #10711
Fix a false positive for
unbalanced-tuple-unpackingwhen a tuple is assigned to a function call and the structure of the function's return value is ambiguous.Closes #10721
Other Bug Fixes
Make 'ignore' option work as expected again.
Closes #10669
Fix crash for
consider-using-assignment-exprwhen a variable annotation without assignmentis used as the
iftest expression.Closes #10707
Fix crash for
prefer-typing-namedtupleandconsider-math-not-floatwhena
sliceobject is called.Closes #10708
facelessuser/pymdown-extensions (pymdown-extensions)
v10.17.1Compare Source
10.17.1
v10.17Compare Source
10.17
#idsyntax.pytest-dev/pytest (pytest)
v9.0.1Compare Source
pytest 9.0.1 (2025-11-12)
Bug fixes
raise unittest.SkipTest.Packaging updates and notes for downstreams
version string can be passed into its
package_envthroughthe
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTESTenvironmentvariable as a part of the release process -- by
webknjaz.Contributor-facing changes
creating GitHub Releases without having a Git checkout on
disk -- by
bluetechandwebknjaz.version string can be passed into its
package_envthroughthe
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTESTenvironmentvariable as a part of the release process -- by
webknjaz.ansible/pytest-ansible (pytest-ansible)
v25.11.1Compare Source
Fixes
v25.11.0Compare Source
Fixes
Maintenance
astral-sh/ruff (ruff)
v0.14.5Compare Source
Released on 2025-11-13.
Preview features
flake8-simplify] ApplySIM113when index variable is of typeint(#21395)pydoclint] Fix false positive when Sphinx directives follow a "Raises" section (DOC502) (#20535)pydoclint] Support NumPy-style comma-separated parameters (DOC102) (#20972)refurb] Auto-fix annotated assignments (FURB101) (#21278)ruff] Ignorestr()when not used for simple conversion (RUF065) (#21330)Bug fixes
matchpatterns (#21362)flake8-simplify] Fix false positive for iterable initializers with generator arguments (SIM222) (#21187)pyupgrade] Fix false positive on relative imports from local.builtinsmodule (UP029) (#21309)pyupgrade] Consistently set the deprecated tag (UP035) (#21396)Rule changes
refurb] Detect empty f-strings (FURB105) (#21348)CLI
--add-noqa(#21294)ruff linter --output-format=json(#21316)--help(#21337)Documentation
flake8-annotations] Add link toallow-star-arg-anyoption (ANN401) (#21326)Other changes
configuration] Improve error message whenline-lengthexceedsu16::MAX(#21329)Contributors
streetsidesoftware/cspell-cli (streetsidesoftware/cspell-cli)
v9.3.1Compare Source
Trivial updates and changes.
v9.3.0Compare Source
Features
tombi-toml/tombi (tombi)
v0.6.47Compare Source
What's Changed
🛠️ Other Changes
indent-sub-tablesformat options by @ya7010 in #1230Full Changelog: tombi-toml/tombi@v0.6.46...v0.6.47
v0.6.46Compare Source
What's Changed
🚀 New Features
🛠️ Other Changes
ident-table-key-valuesoptions. by @ya7010 in #1217Full Changelog: tombi-toml/tombi@v0.6.45...v0.6.46
v0.6.45Compare Source
What's Changed
🛠️ Other Changes
key-value-equal-space-widthoptions. by @ya7010 in #1214format.*options toformat.rules.*. by @ya7010 in #1215Full Changelog: tombi-toml/tombi@v0.6.44...v0.6.45
v0.6.44Compare Source
What's Changed
🚀 New Features
🛠️ Other Changes
New Contributors
Full Changelog: tombi-toml/tombi@v0.6.42...v0.6.44
ansible/tox-ansible (tox-ansible)
v25.11.1Compare Source
Fixes
v25.11.0Compare Source
Fixes
Maintenance
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.