Update Python dependencies - #511
Merged
Merged
Conversation
anuraaga
approved these changes
Aug 17, 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:
==2.0.5→==2.0.6==0.16.2→==0.16.3==1.2.8→==1.4.1==0.0.69→==0.0.72==0.0.53→==0.0.55Release Notes
mkdocstrings/python (mkdocstrings-python)
v2.0.6Compare Source
Compare with 2.0.5
Bug Fixes
astral-sh/ruff (ruff)
v0.16.3Compare Source
Released on 2026-08-13.
Preview features
pylint] Fix false negatives on negative numbers (PLR6104) (#27251)pyupgrade] Add rule to replacewhile 1withwhile True(UP048) (#27190)Bug fixes
flake8-bandit] Also check keyword arguments (S602,S603,S607,S609) (#27687)pylint] Allowcontinueinfinallyon Python 3.8 (#27626)pylint] FixPLE1307false positive with bools (#27651)pylint] Fix false positives and negatives with%bformat character (PLE1300,PLE1307) (#27560)pylint] Improve handling of concatenated strings (PLE1300) (#27659)Rule changes
numpy] Makenp.chararrayautofix backwards-compatible (NPY201) (#27527)Performance
Exprsize to 64 bytes (#27591)CLI
ruff check --statisticsoutput (#27646)Documentation
ruff] Also suggestasyncio.TaskGroup(RUF006) (#27461)Other changes
Contributors
tombi-toml/tombi (tombi)
v1.4.1Compare Source
v1.4.0Compare Source
What's Changed
Starting from this version, we are introducing the WebAssembly npm package.
Please refer to the documentation for details.
https://tombi-toml.github.io/tombi/docs/wasm
🐝 Bug Fixes
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v1.3.5...v1.4.0
v1.3.5Compare Source
What's Changed
🐝 Bug Fixes
Full Changelog: tombi-toml/tombi@v1.3.4...v1.3.5
v1.3.4Compare Source
What's Changed
🚨 Breaking Changes
🐝 Bug Fixes
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v1.3.3...v1.3.4
v1.3.3Compare Source
What's Changed
🚨 Breaking Changes
🦅 New Features
Full Changelog: tombi-toml/tombi@v1.3.2...v1.3.3
v1.3.2Compare Source
What's Changed
Unless
line-widthis specified, there is no wrap limit.This is because allowing multi-line inline tables in TOML v1.1.0 has unnecessarily led to the creation of numerous issues.
🚨 Breaking Changes
line-widthto unlimited by @ya7010 in #2104🦅 New Features
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v1.3.1...v1.3.2
v1.3.1Compare Source
v1.3.0Compare Source
v1.2.10Compare Source
What's Changed
📦 Dependencies
Full Changelog: tombi-toml/tombi@v1.2.9...v1.2.10
v1.2.9Compare Source
What's Changed
🦅 New Features
🐝 Bug Fixes
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v1.2.8...v1.2.9
astral-sh/ty (ty)
v0.0.72Compare Source
Released on 2026-08-14.
Preview features
Library support
Diagnostics
TypedDicttypes (#27717)Core type checking
__getattr__calls (#27507)TypedDictaliases (#27760)Never(#27580)TypeVarTuplein call binding (#26886)Performance
Contributors
v0.0.71Compare Source
Released on 2026-08-12.
Library support
Diagnostics
__getattribute__calls (#27506)Core type checking
type[...]parameters (#27689)TypeVartypes when slicing (#27645)Selfand bounded type variables (#27644)_missing_methods (#27700)type[](#27663)Performance
Contributors
v0.0.70Compare Source
Released on 2026-08-10.
LSP server
TYPE_CHECKINGblocks (#27549)CLI
Diagnostics
unsound-return-statementlint (#27561)unsound-yieldlint (#27593)__getattr__calls (#27502)__get__calls (#27400)Core type checking
Generatoraliases when evaluating return, send, and yield types (#27577)TypedDictkey-membership truthiness (#27579)type[T](#27534)NewTypetypes and their underlying values (#27522)ClassVardeclarations for protocol members (#27530)Annotatedinsidetype[...](#27629)Contributors
zensical/zensical (zensical)
v0.0.55: 0.0.55Compare Source
Summary
This version fixes two false positives in the reference extractor and reverts Zensical's bootstrapped
zensical.tomlto TOML 1.0, since most editor tooling does not yet support TOML 1.1. Zensical understands both, TOML 1.0 and TOML 1.1, so this change does not affect the functionality of Zensical itself.Changelog
Bug fixes
91d9d50compat – ignore surrounding whitespace in inline link targets (#861)6774d61compat – invalid code span detection in reference extractorRefactorings
b53048ecompat – revert code blocks to TOML 1.0 (#860)v0.0.54: 0.0.54Compare Source
Summary
This version reduces peak memory usage by 8–10x, making builds of large documentation projects substantially more efficient. It also improves reference validation by preventing false positives for links successfully resolved through autorefs.
Additionally, the user interface is updated to v0.0.25, fixing instant navigation for inline scripts and version aliases created with
mike. This release also correctsmikeconfiguration defaults and updateswebbrowserto address a security vulnerability.Changelog
Bug fixes
0d2fa6fui – update ui to v0.0.25bb2cbeecompat – defaults formikeincorrectly set8cf761f– updatewebbrowserto address CVEdb4f8efzensical, compat – avoid unresolved reference false-positive for autorefsPerformance improvements
34e6c89zensical, ui – reduce peak memory usage by 8-10xConfiguration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.