chore(deps): update all dependencies#408
Merged
renovate[bot] merged 2 commits intomainfrom Feb 23, 2026
Merged
Conversation
ansibuddy
approved these changes
Feb 23, 2026
ansibuddy
approved these changes
Feb 23, 2026
ansibuddy
approved these changes
Feb 23, 2026
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:
v0.15.1→v0.15.20.10.2→0.10.44.2.0→4.2.1v4.0.4→v4.0.54.0.4→4.0.50.15.1→0.15.24.36.0→4.44.00.10.2→0.10.4Note: 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
astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)
v0.15.2Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.15.2
astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)
v0.10.4Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.10.4
v0.10.3Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.10.3
tox-dev/pre-commit-uv (pre-commit-uv)
v4.2.1Compare Source
What's Changed
Full Changelog: tox-dev/pre-commit-uv@4.2.0...4.2.1
pycqa/pylint (pycqa/pylint)
v4.0.5Compare Source
What's new in Pylint 4.0.5?
Release date: 2026-02-20
False Positives Fixed
Fix possibly-used-before-assignment false positive when using self.fail() in tests.
Closes #10743
Fixed false positive for
logging-unsupported-formatwhen no arguments are provided to logging functions.According to Python's logging documentation, no formatting is performed when no arguments are supplied, so strings like
logging.error("%test")are valid.Closes #10752
Fix a false positive for
invalid-namewhere a dataclass field typed withFinalwas evaluated against the
class_constregex instead of theclass_attributeregex.Closes #10790
Avoid emitting
unspecified-encoding(W1514) whenpy-versionis 3.15+.Refs #10791
Other Bug Fixes
Fix
--known_third_partyconfig being ignored.Closes #10801
Fixed dynamic color mapping for "fail-on" messages when using multiple reporter/output formats.
Closes #10825
dependency on isort is now set to <9, permitting to use isort 8.
Closes #10857
pylint-dev/pylint (pylint)
v4.0.5Compare Source
What's new in Pylint 4.0.5?
Release date: 2026-02-20
False Positives Fixed
Fix possibly-used-before-assignment false positive when using self.fail() in tests.
Closes #10743
Fixed false positive for
logging-unsupported-formatwhen no arguments are provided to logging functions.According to Python's logging documentation, no formatting is performed when no arguments are supplied, so strings like
logging.error("%test")are valid.Closes #10752
Fix a false positive for
invalid-namewhere a dataclass field typed withFinalwas evaluated against the
class_constregex instead of theclass_attributeregex.Closes #10790
Avoid emitting
unspecified-encoding(W1514) whenpy-versionis 3.15+.Refs #10791
Other Bug Fixes
Fix
--known_third_partyconfig being ignored.Closes #10801
Fixed dynamic color mapping for "fail-on" messages when using multiple reporter/output formats.
Closes #10825
dependency on isort is now set to <9, permitting to use isort 8.
Closes #10857
astral-sh/ruff (ruff)
v0.15.2Compare Source
Released on 2026-02-19.
Preview features
Expand the default rule set (#23385)
In preview, Ruff now enables a significantly expanded default rule set of 412
rules, up from the stable default set of 59 rules. The new rules are mostly a
superset of the stable defaults, with the exception of these rules, which are
removed from the preview defaults:
multiple-imports-on-one-line(E401)module-import-not-at-top-of-file(E402)module-import-not-at-top-of-file(E701)multiple-statements-on-one-line-semicolon(E702)useless-semicolon(E703)none-comparison(E711)true-false-comparison(E712)not-in-test(E713)not-is-test(E714)type-comparison(E721)lambda-assignment(E731)ambiguous-variable-name(E741)ambiguous-class-name(E742)ambiguous-function-name(E743)undefined-local-with-import-star(F403)undefined-local-with-import-star-usage(F405)undefined-local-with-nested-import-star-usage(F406)forward-annotation-syntax-error(F722)If you use preview and prefer the old defaults, you can restore them with
configuration like:
If you do give them a try, feel free to share your feedback in the GitHub
discussion!
[
flake8-pyi] Also check string annotations (PYI041) (#19023)Bug fixes
flake8-async] Fixin_async_contextlogic (#23426)ruff] Fix forRUF102should delete entire comment (#23380)ruff] Suppress diagnostic for strings with backslashes in interpolations before Python 3.12 (RUF027) (#21069)flake8-bugbear] FixB023false positive for immediately-invoked lambdas (#23294)Rule changes
flake8-executable] Allow global flags in uv shebangs (EXE003) (#22582)pyupgrade] Fix handling oftyping.{io,re}(UP035) (#23131)ruff] DetectPLC0207on chainedstr.split()calls (#23275)CLI
noqawarning (#23270)Configuration
Documentation
Q004to the list of conflicting rules (#23340)ruff] Expandlint.externaldocs and add sub-diagnostic (RUF100,RUF102) (#23268)Contributors
tox-dev/tox (tox)
v4.44.0Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.43.0...4.44.0
v4.43.0Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.42.0...4.43.0
v4.42.0Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.41.0...4.42.0
v4.41.0Compare Source
What's Changed
package = "deps-only"mode by @gaborbernat in #3774Full Changelog: tox-dev/tox@4.40.0...4.41.0
v4.40.0Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.39.0...4.40.0
v4.39.0Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.38.0...4.39.0
v4.38.0Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.37.0...4.38.0
v4.37.0Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/tox@4.36.1...4.37.0
v4.36.1Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.36.0...4.36.1
astral-sh/uv (uv)
v0.10.4Compare Source
Released on 2026-02-17.
Enhancements
uv pythonerrors (#18008)Bug fixes
uv init / --name foo) (#17983)wheelandsdistfiles produced by theuv_buildbuild backend (#18020)v0.10.3Compare Source
Released on 2026-02-16.
Python
Enhancements
Preview features
exclude-newerinuv format(#17651)target-workspace-discoveryis enabled (#17965)uv format(#17977)Bug fixes
cpython-3.1is specified (#17972)--allow-existingwith minor version links on Windows (#17978)u64::MAXin version segments to prevent overflow (#17985)Documentation
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.