-
Notifications
You must be signed in to change notification settings - Fork 665
chore(deps): update all dependencies #4576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+390
−383
Conversation
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
ansibuddy
approved these changes
Nov 17, 2025
ddfebe2 to
7003b5e
Compare
ansibuddy
approved these changes
Nov 17, 2025
7003b5e to
99dafaa
Compare
ansibuddy
approved these changes
Nov 18, 2025
99dafaa to
7a84c5c
Compare
ansibuddy
approved these changes
Nov 18, 2025
e2fda2e to
610c7bb
Compare
ansibuddy
approved these changes
Nov 18, 2025
610c7bb to
9dc4555
Compare
ansibuddy
approved these changes
Nov 19, 2025
9dc4555 to
1d329a8
Compare
ansibuddy
approved these changes
Nov 19, 2025
1d329a8 to
9b291b6
Compare
ansibuddy
approved these changes
Nov 20, 2025
9b291b6 to
1e7c276
Compare
ansibuddy
approved these changes
Nov 20, 2025
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.9.2->25.11.025.9.0->25.11.0v25.9.2->v25.11.0v0.14.4->v0.14.50.9.8->0.9.10v2.3.4->v2.3.68.3.0->8.3.1v4.0.2->v4.0.34.0.2->4.0.39.0.0->9.0.1v9.2.1->v9.3.3v0.6.41->v0.6.50v0.6.52(+1)0.14.4->0.14.525.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-lint (ansible-lint)
v25.11.0Compare Source
Fixes
Maintenance
ansible/ansible-navigator (ansible-navigator)
v25.11.0Compare Source
Fixes
Maintenance
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
pallets/click (click)
v8.3.1Compare Source
Released 2025-11-15
subprocess.Popen. :issue:3039:pr:
3055Sentinel.UNSETdefault values byNoneas they're passed throughthe
Context.invoke()method. :issue:3066:issue:3065:pr:3068Sentinel.UNSEThappening too early, which caused incorrectbehavior for multiple parameters using the same name. :issue:
3071:pr:3079Sentinel.UNSETvalues asNonewhen looking up for other parametersthrough the context inside parameter callbacks. :issue:
3136:pr:3137promptandconfirmparameterprompt_suffixisempty. :issue:
3019:pr:3021Sentinel.UNSETis found during parsing, it will skip calls totype_cast_value. :issue:3069:pr:3090pycqa/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
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
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.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
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
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.