Skip to content

Build(deps): bump the minor-patch group with 3 updates#160

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/minor-patch-1047f05978
Open

Build(deps): bump the minor-patch group with 3 updates#160
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/minor-patch-1047f05978

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-patch group with 3 updates: rsmetacheck, ty and sphinxcontrib-mermaid.

Updates rsmetacheck from 0.3.3 to 0.3.4

Commits

Updates ty from 0.0.56 to 0.0.57

Release notes

Sourced from ty's releases.

0.0.57

Release Notes

Released on 2026-07-07.

Bug fixes

  • Detect async generator expressions containing await (#26568)
  • Preserve exhaustive gradual match patterns (#26523)

LSP server

  • Fix selection range behavior for strings (#26532)
  • Recognize that dedent ends doctest block when parsing docstrings for signature help (#26552)
  • Render reStructuredText hyperlinks as Markdown in hover docstrings (#25907)
  • Update __slots__ string when renaming an attribute (#26438)

Documentation

  • Document PYTHONPATH support in module discovery (#3889)

Library support

  • Add support for extra arguments in Pydantic model constructors (#26520)
  • Detect Pydantic model configurations (#26573)
  • Distinguish lax and strict mode for Pydantic models (#26587)

Core type checking

  • Fix subtyping/assignability for @property protocol members (#25332)
  • Narrow isinstance against intersections containing invalid member (#26545)
  • Narrow match subjects through structural patterns (#25942)
  • Preserve generic functools.partial signatures (#24583)
  • Preserve generic variadic callback semantics (#26521)
  • Preserve invariant materialization on generic specializations (#26578)
  • Preserve literal enum member names (#26592)

Performance

  • Avoid exponential invariant constraint paths (#26538)
  • Batch parallel jobs when finding references (#26534)
  • Build module names directly in CompactString (#26546)
  • Elide default use-def state (#26398)
  • Reuse owned buffers for string literals (#26547)
  • Use ICF for macOS release builds (#3709)
  • Use cached class literal lookup for is_subclass_of (#26585)

Contributors

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.57

Released on 2026-07-07.

Bug fixes

  • Detect async generator expressions containing await (#26568)
  • Preserve exhaustive gradual match patterns (#26523)

LSP server

  • Fix selection range behavior for strings (#26532)
  • Recognize that dedent ends doctest block when parsing docstrings for signature help (#26552)
  • Render reStructuredText hyperlinks as Markdown in hover docstrings (#25907)
  • Update __slots__ string when renaming an attribute (#26438)

Documentation

  • Document PYTHONPATH support in module discovery (#3889)

Library support

  • Add support for extra arguments in Pydantic model constructors (#26520)
  • Detect Pydantic model configurations (#26573)
  • Distinguish lax and strict mode for Pydantic models (#26587)

Core type checking

  • Fix subtyping/assignability for @property protocol members (#25332)
  • Narrow isinstance against intersections containing invalid member (#26545)
  • Narrow match subjects through structural patterns (#25942)
  • Preserve generic functools.partial signatures (#24583)
  • Preserve generic variadic callback semantics (#26521)
  • Preserve invariant materialization on generic specializations (#26578)
  • Preserve literal enum member names (#26592)

Performance

  • Avoid exponential invariant constraint paths (#26538)
  • Batch parallel jobs when finding references (#26534)
  • Build module names directly in CompactString (#26546)
  • Elide default use-def state (#26398)
  • Reuse owned buffers for string literals (#26547)
  • Use ICF for macOS release builds (#3709)
  • Use cached class literal lookup for is_subclass_of (#26585)

Contributors

... (truncated)

Commits

Updates sphinxcontrib-mermaid from 2.0.2 to 2.0.3

Changelog

Sourced from sphinxcontrib-mermaid's changelog.

2.0.3 (July 7, 2026)

  • Capture mmdc error message as string for nicer error display
  • Fix local JS module imports on root-level pages by ensuring a valid relative ES module specifier (#246)
  • Defer rendering of Mermaid diagrams hidden by a parent (e.g. Reveal.js slides, unopened tabs) until they become visible, fixing broken SVGs
Commits
  • f992df7 Merge pull request #249 from mgaitan/tkp/203
  • 7ced3de bump to 2.0.3
  • 7346af2 Merge pull request #227 from drillan/fix/lazy-render-hidden-elements
  • b6d1fdc Merge branch 'master' into fix/lazy-render-hidden-elements
  • 425076f Apply zoom to deferred diagrams and fix zoom completion loop
  • 9261af4 Merge pull request #248 from timkpaine/tkp/hf
  • a902799 Fix local JS module imports on root-level pages
  • 881b38a Merge pull request #245 from imphil/string-error-message
  • 4fa3848 fix: Capture mmdc error message as string
  • 1a6cad0 Backfill CHANGELOG for 2.0.2
  • 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 minor-patch group with 3 updates: [rsmetacheck](https://github.com/SoftwareUnderstanding/RsMetaCheck), [ty](https://github.com/astral-sh/ty) and [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid).


Updates `rsmetacheck` from 0.3.3 to 0.3.4
- [Release notes](https://github.com/SoftwareUnderstanding/RsMetaCheck/releases)
- [Commits](SoftwareUnderstanding/RsMetaCheck@0.3.3...0.3.4)

Updates `ty` from 0.0.56 to 0.0.57
- [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.56...0.0.57)

Updates `sphinxcontrib-mermaid` from 2.0.2 to 2.0.3
- [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.md)
- [Commits](mgaitan/sphinxcontrib-mermaid@2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: rsmetacheck
  dependency-version: 0.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: ty
  dependency-version: 0.0.57
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: sphinxcontrib-mermaid
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

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 Jul 8, 2026
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.

0 participants