chore(deps): update all dependencies#254
Merged
renovate[bot] merged 1 commit intomainfrom Nov 20, 2025
Merged
Conversation
ansibuddy
approved these changes
Nov 17, 2025
45b9bc0 to
250b8ba
Compare
ansibuddy
approved these changes
Nov 18, 2025
250b8ba to
67a5cf6
Compare
ansibuddy
approved these changes
Nov 18, 2025
67a5cf6 to
5780dfb
Compare
ansibuddy
approved these changes
Nov 19, 2025
5780dfb to
e7d8b67
Compare
ansibuddy
approved these changes
Nov 19, 2025
e7d8b67 to
31f22d1
Compare
ansibuddy
approved these changes
Nov 19, 2025
31f22d1 to
63d6afd
Compare
ansibuddy
approved these changes
Nov 20, 2025
63d6afd to
0d92ab9
Compare
ansibuddy
approved these changes
Nov 20, 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:
v3.21.0->v3.21.1v3.21.2v0.14.4->v0.14.50.9.8->0.9.10v2.3.4->v2.3.61.11.0->1.12.11.4.1->1.5.09.6.23->9.7.01.18.2->1.19.0v4.0.2->v4.0.310.16.1->10.17.19.0.0->9.0.10.34.1->0.35.00.2.14->0.2.15v9.2.1->v9.3.3v0.6.41->v0.6.50v0.6.52(+1)Note: 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
asottile/pyupgrade (asottile/pyupgrade)
v3.21.1Compare Source
astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)
v0.14.5Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.14.5
astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)
v0.9.10Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.9.10
v0.9.9Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.9.9
biomejs/pre-commit (biomejs/pre-commit)
v2.3.6Compare Source
v2.3.5Compare Source
pawamoy/markdown-exec (markdown-exec)
v1.12.1Compare Source
Compare with 1.12.0
Code Refactoring
v1.12.0Compare Source
Compare with 1.12.0
Code Refactoring
fralau/mkdocs_macros_plugin (mkdocs-macros-plugin)
v1.5.0Compare Source
squidfunk/mkdocs-material (mkdocs-material)
v9.7.0: mkdocs-material-9.7.0Compare Source
→ Read the full announcement on our blog
This release includes all features that were previously exclusive to the Insiders edition. These features are now freely available to everyone.
Note on deprecated plugins: The projects and typeset plugins are included in this release, but must be considered deprecated. Both plugins proved unsustainable to maintain and represent architectural dead ends. They are provided as-is without ongoing support.
Changes:
mkdocstrings/python (mkdocstrings-python)
v1.19.0Compare Source
Compare with 1.18.2
Features
__all__ordering feature (84aaebc by Timothée Mazzucotelli).Code Refactoring
pycqa/pylint (pycqa/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.python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)
v0.35.0Compare Source
dependabot, gitlab-ci, meltano, mergify, renovate, snapcraft (2025-11-11)
edgarrmondragon! (:issue:502)581)streetsidesoftware/cspell-cli (streetsidesoftware/cspell-cli)
v9.3.3Compare Source
Trivial updates and changes.
v9.3.2Compare Source
Trivial updates and changes.
v9.3.1Compare Source
Trivial updates and changes.
v9.3.0Compare Source
Features
tombi-toml/tombi-pre-commit (tombi-toml/tombi-pre-commit)
v0.6.50Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v0.6.50
v0.6.49Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v0.6.49
v0.6.48Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v0.6.48
v0.6.47Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v0.6.47
v0.6.46Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v0.6.46
v0.6.45Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v0.6.45
v0.6.44Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v0.6.44
v0.6.42Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v0.6.42
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.