Skip to content

build(deps-dev): bump the development group with 2 updates - #32

Merged
Tatsh merged 1 commit into
masterfrom
dependabot/uv/development-b8b0bc9969
May 9, 2026
Merged

build(deps-dev): bump the development group with 2 updates#32
Tatsh merged 1 commit into
masterfrom
dependabot/uv/development-b8b0bc9969

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the development group with 2 updates: cz-path and ty.

Updates cz-path from 0.0.6 to 0.0.7

Release notes

Sourced from cz-path's releases.

v0.0.7

Added

  • User documentation for configuring the plugin and creating commits with cz commit, in the README and docs/index.rst.

Changed

  • Replaced internal assert statements with explicit RuntimeError checks when parsing the staged diff, so failures surface even when assertions are disabled.

Full Changelog: Tatsh/cz-path@v0.0.6...v0.0.7

Changelog

Sourced from cz-path's changelog.

[0.0.7] - 2026-04-26

Added

  • User documentation for configuring the plugin and creating commits with cz commit, in the README and docs/index.rst.

Changed

  • Replaced internal assert statements with explicit RuntimeError checks when parsing the staged diff, so failures surface even when assertions are disabled.
Commits
  • ea794f7 bump: v0.0.6 → v0.0.7
  • b6212ce cruft: update
  • ca4b050 cruft: update
  • 753dc70 cruft: update
  • 7e31c18 docs/index: add installation section
  • 1e7a92b docs/conf: use GitHub icon for theme repo button
  • b92b1cb docs: add plugin usage guide to readme and index
  • 91d1346 project: refresh tooling, tighten ruff, and fix plugin paths
  • aff2959 cruft: update
  • bef3974 build(deps-dev): bump ruff from 0.15.7 to 0.15.8 (#108)
  • Additional commits viewable in compare view

Updates ty from 0.0.32 to 0.0.34

Release notes

Sourced from ty's releases.

0.0.34

Release Notes

Released on 2026-05-01.

Bug fixes

  • Avoid panic in recursive protocol signature comparisons (#24665)
  • Avoid panics for syntax error targets in invalid unpacking assignments (#24663)
  • Fix unbounded type growth in nested-typevar substitutions (#24803)
  • Prevent string annotation tokens from leaking across notebook cells (#24919)
  • Support reference finding in stringified annotations (#24956)

LSP server

  • Add hover support for PEP 695 type aliases (#24926)
  • Offer string literal completion suggestions based on expected type (#24555)
  • Support Go-to Definition, Go-To Declaration, and Find References for TypedDict and NamedTuple initializers (#24897)
  • Support Annotated metadata in semantic tokens (#24890)

Core type checking

  • Add support for functools.partial (#24582)
  • Fix ParamSpec defaults and alias variance (#24479)
  • Fix TypeIs assignability with gradual types (#24928)
  • Infer dict(**TypedDict) in TypedDict context (#24709)
  • Support infer_variance for legacy TypeVar (#24930)
  • Support variance keywords in ParamSpec (#24927)
  • Sync vendored typeshed stubs (#24952). Typeshed diff
  • Unpack Union of TypedDict in various sites (#24958)

Diagnostics

  • Add missing error context node for protocol to protocol assignability (#24905)
  • Show a diagnostic for unsupported inferred Python version (#24581)

Performance

  • Lazily build TypeVar accumulations (#24782)

Contributors

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.34

Released on 2026-05-01.

Bug fixes

  • Avoid panic in recursive protocol signature comparisons (#24665)
  • Avoid panics for syntax error targets in invalid unpacking assignments (#24663)
  • Fix unbounded type growth in nested-typevar substitutions (#24803)
  • Prevent string annotation tokens from leaking across notebook cells (#24919)
  • Support reference finding in stringified annotations (#24956)

LSP server

  • Add hover support for PEP 695 type aliases (#24926)
  • Offer string literal completion suggestions based on expected type (#24555)
  • Support Go-to Definition, Go-To Declaration, and Find References for TypedDict and NamedTuple initializers (#24897)
  • Support Annotated metadata in semantic tokens (#24890)

Core type checking

  • Add support for functools.partial (#24582)
  • Fix ParamSpec defaults and alias variance (#24479)
  • Fix TypeIs assignability with gradual types (#24928)
  • Infer dict(**TypedDict) in TypedDict context (#24709)
  • Support infer_variance for legacy TypeVar (#24930)
  • Support variance keywords in ParamSpec (#24927)
  • Sync vendored typeshed stubs (#24952). Typeshed diff
  • Unpack Union of TypedDict in various sites (#24958)

Diagnostics

  • Add missing error context node for protocol to protocol assignability (#24905)
  • Show a diagnostic for unsupported inferred Python version (#24581)

Performance

  • Lazily build TypeVar accumulations (#24782)

Contributors

... (truncated)

Commits

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 development group with 2 updates: [cz-path](https://github.com/Tatsh/cz-path) and [ty](https://github.com/astral-sh/ty).


Updates `cz-path` from 0.0.6 to 0.0.7
- [Release notes](https://github.com/Tatsh/cz-path/releases)
- [Changelog](https://github.com/Tatsh/cz-path/blob/master/CHANGELOG.md)
- [Commits](Tatsh/cz-path@v0.0.6...v0.0.7)

Updates `ty` from 0.0.32 to 0.0.34
- [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.32...0.0.34)

---
updated-dependencies:
- dependency-name: cz-path
  dependency-version: 0.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: ty
  dependency-version: 0.0.34
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
...

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 9, 2026
@dependabot
dependabot Bot requested a review from Tatsh as a code owner May 9, 2026 00:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 9, 2026
@Tatsh
Tatsh merged commit 718f0a7 into master May 9, 2026
7 checks passed
@Tatsh
Tatsh deleted the dependabot/uv/development-b8b0bc9969 branch May 9, 2026 02:27
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