Skip to content

Bump the python group with 2 updates#71

Merged
Buried-In-Code merged 1 commit into
mainfrom
dependabot/uv/python-bcdf91c663
May 15, 2026
Merged

Bump the python group with 2 updates#71
Buried-In-Code merged 1 commit into
mainfrom
dependabot/uv/python-bcdf91c663

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Bumps the python group with 2 updates: ty and zensical.

Updates ty from 0.0.35 to 0.0.36

Release notes

Sourced from ty's releases.

0.0.36

Release Notes

Released on 2026-05-14.

Bug fixes

  • Fix Go To-Definition for self-imported submodules (#25106)
  • Fix ClassVar[Self] assignment checks for class objects (#24657)
  • Fix attribute access on Callable-bounded TypeVars (#24793)
  • Fix panic from TypedDict schema cycle with Self fields (#25094)
  • Fix panic from accessing args[0] for static_assert (#25149)
  • Fix panic from non-name walrus target access (#25121)
  • Fix singleton classification for runtime typing objects (#25099)
  • Guard self-referential TypeOf recursion in generic callables (#24668)
  • Preserve lexical ParamSpec scope for returned Callable annotations (#24909)
  • Preserve walrus bindings through negated short-circuit conditions (#25163)
  • Run full iteration analysis on narrowed typevars (#25143)

LSP server

  • Classify TypeVar semantic tokens as type parameters (#24891)
  • Emit folding ranges for an entire block (#25113)
  • Respect the includeDeclaration request parameter (#24960)
  • Support TypedDict key completions in incomplete, anonymous contexts (#25147)

Performance

  • Bound loop-header analysis for large loops (#24972)
  • Convert inference hash maps to boxed slices on finish (#25102)

Core type checking

  • Add support for sentinel values (PEP 661) (#25082)
  • Hoist path assignment implication checks (#25107)
  • Preserve TypedDict keys through dict unpacking (#24523)
  • Treat custom enum __new__ values as dynamic (#25136)

Contributors

Install ty 0.0.36

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.36

Released on 2026-05-14.

Bug fixes

  • Fix Go To-Definition for self-imported submodules (#25106)
  • Fix ClassVar[Self] assignment checks for class objects (#24657)
  • Fix attribute access on Callable-bounded TypeVars (#24793)
  • Fix panic from TypedDict schema cycle with Self fields (#25094)
  • Fix panic from accessing args[0] for static_assert (#25149)
  • Fix panic from non-name walrus target access (#25121)
  • Fix singleton classification for runtime typing objects (#25099)
  • Guard self-referential TypeOf recursion in generic callables (#24668)
  • Preserve lexical ParamSpec scope for returned Callable annotations (#24909)
  • Preserve walrus bindings through negated short-circuit conditions (#25163)
  • Run full iteration analysis on narrowed typevars (#25143)

LSP server

  • Classify TypeVar semantic tokens as type parameters (#24891)
  • Emit folding ranges for an entire block (#25113)
  • Respect the includeDeclaration request parameter (#24960)
  • Support TypedDict key completions in incomplete, anonymous contexts (#25147)

Performance

  • Bound loop-header analysis for large loops (#24972)
  • Convert inference hash maps to boxed slices on finish (#25102)

Core type checking

  • Add support for sentinel values (PEP 661) (#25082)
  • Hoist path assignment implication checks (#25107)
  • Preserve TypedDict keys through dict unpacking (#24523)
  • Treat custom enum __new__ values as dynamic (#25136)

Contributors

Commits

Updates zensical from 0.0.41 to 0.0.42

Release notes

Sourced from zensical's releases.

0.0.42

Summary

This version includes a number of bug fixes and refactorings to improve the stability and accuracy of link validation, and fixes a reload loop when the custom_dir, which is auto-watched, is explicitly added to watch. Moreover, GLightbox is now only downloaded when needed, which fixes an issue when using Zensical in air-gapped environments.

Changelog

Bug fixes

  • 6b54e14 ui – update ui to v0.0.18
  • cdee1e8 zensical – disabling link validation doesn't disable link and reference collection (#659)
  • 4355dad compat – harden link validation for files with CRLF line endings
  • a418c6b compat – link validation doesn't ignore fenced code blocks when \r is present
  • b31dd14 compat$ at end of line breaks link validation (#659)
  • 17c67a2 compat – remove abbreviations from table of contents (#669)
  • 6eb2f4d compat – reserve theme name zensical
  • a5a8641 zensical – only wait for config update after a first successful build (#670)
  • 8207554 compat – don't consider [] and [][] link references (#663)
  • c338b27 compat – two backticks with no closing run trip up link parser (#663, #665)
  • d707aa9 compat – prevent reload loop by de-duplicating watched theme files (#655)

Refactorings

  • 53f593f compat – avoid mutating configurations list
  • a77087a compat – reorganize config module
Commits
  • 7a141c5 chore: release v0.0.42
  • 6b54e14 fix: update ui to v0.0.18
  • cdee1e8 fix: disabling link validation doesn't disable link and reference collection ...
  • 7a5d97a Merge pull request #680 from zensical/fix/validation-edge-cases
  • 4355dad fix: harden link validation for files with CRLF line endings
  • a418c6b fix: link validation doesn't ignore fenced code blocks when \r is present
  • b31dd14 fix: $ at end of line breaks link validation (#659)
  • 17c67a2 fix: remove abbreviations from table of contents (#669)
  • 6eb2f4d fix: reserve theme name zensical
  • a5a8641 fix: only wait for config update after a first successful build (#670)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python group with 2 updates: [ty](https://github.com/astral-sh/ty) and [zensical](https://github.com/zensical/zensical).


Updates `ty` from 0.0.35 to 0.0.36
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.35...0.0.36)

Updates `zensical` from 0.0.41 to 0.0.42
- [Release notes](https://github.com/zensical/zensical/releases)
- [Commits](zensical/zensical@v0.0.41...v0.0.42)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.36
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: zensical
  dependency-version: 0.0.42
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 15, 2026
@Buried-In-Code Buried-In-Code merged commit 8619e04 into main May 15, 2026
22 checks passed
@Buried-In-Code Buried-In-Code deleted the dependabot/uv/python-bcdf91c663 branch May 15, 2026 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant