Skip to content

chore(deps-dev): bump the deps group with 2 updates#69

Merged
zobweyt merged 1 commit into
mainfrom
dependabot/uv/main/deps-cbd2711072
May 2, 2026
Merged

chore(deps-dev): bump the deps group with 2 updates#69
zobweyt merged 1 commit into
mainfrom
dependabot/uv/main/deps-cbd2711072

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the deps group with 2 updates: git-cliff and ty.

Updates git-cliff from 2.12.0 to 2.13.1

Release notes

Sourced from git-cliff's releases.

Release v2.13.1

animation

2.13.1 - 2026-04-26

🐛 Bug Fixes

  • (cd) Prepare embedded assets before PyPI and crates.io packaging - (b99a232)

Release v2.13.0

animation

2.13.0 - 2026-04-26

⛰️ Features

  • (config) Support more configuration file locations (#1448) - (7d90eee)
  • (context) Add per-commit statistics (#1487) - (9d43a15)
  • (context) Expose determined bump type in release context (#1483) - (3e97e75)
  • (docker) Apply latest tag to stable only (#1371) - (9d2a52a)
  • (git) Add configurable commit processing order (#1485) - (ead5587)
  • (remote) Add environment variable for offline execution (#1427) - (2d53920)
  • (tracing) Migrate logging to tracing (#1488) - (b71d250)

🐛 Bug Fixes

  • (args) Correctly parse multiple env values for include/exclude paths (#1450) - (f1874b8)
  • (cd) Publish musl wheels to PyPI by matching matrix.build.NAME (#1490) - (9b5e732)
  • (cli) Warn when --with-commit does not change version (#1484) - (3d6a7cb)
  • (docs) Use updated usage of doc_auto_cfg and fix internal link (#1373) - (0a0a795)
  • (npm) Use require.resolve to resolve binary path (#1392) - (39cd76e)
  • (remote) Deserialize GitLab API data models safely (#1368) - (954106f)

🚜 Refactor

  • (deps) Replace dirs_next with etcetera (#1477) - (ee8bfd1)

📚 Documentation

  • (website) Add highlights for 2.13.0 (#1491) - (3a6195f)
  • (website) Add more-examples section for templates (#1472) - (e588472)

⚡ Performance

🧪 Testing

... (truncated)

Changelog

Sourced from git-cliff's changelog.

2.13.1 - 2026-04-26

🐛 Bug Fixes

  • (cd) Prepare embedded assets before PyPI and crates.io packaging - (b99a232)

2.13.0 - 2026-04-26

⛰️ Features

  • (config) Support more configuration file locations (#1448) - (7d90eee)
  • (context) Add per-commit statistics (#1487) - (9d43a15)
  • (context) Expose determined bump type in release context (#1483) - (3e97e75)
  • (docker) Apply latest tag to stable only (#1371) - (9d2a52a)
  • (git) Add configurable commit processing order (#1485) - (ead5587)
  • (remote) Add environment variable for offline execution (#1427) - (2d53920)
  • (tracing) Migrate logging to tracing (#1488) - (b71d250)

🐛 Bug Fixes

  • (args) Correctly parse multiple env values for include/exclude paths (#1450) - (f1874b8)
  • (cd) Publish musl wheels to PyPI by matching matrix.build.NAME (#1490) - (9b5e732)
  • (cli) Warn when --with-commit does not change version (#1484) - (3d6a7cb)
  • (docs) Use updated usage of doc_auto_cfg and fix internal link (#1373) - (0a0a795)
  • (npm) Use require.resolve to resolve binary path (#1392) - (39cd76e)
  • (remote) Deserialize GitLab API data models safely (#1368) - (954106f)

🚜 Refactor

  • (deps) Replace dirs_next with etcetera (#1477) - (ee8bfd1)

📚 Documentation

  • (website) Add highlights for 2.13.0 (#1491) - (3a6195f)
  • (website) Add more-examples section for templates (#1472) - (e588472)

⚡ Performance

🧪 Testing

  • (fixture) Add test fixture for skipped contributors (#1481) - (68b59a5)
  • (fixtures) Add include-path multi-value handling tests (#1456) - (dbe670c)
  • (website) Add site crawler for console error (#1444) - (e7057dd)

⚙️ Miscellaneous Tasks

  • (ci) Add github token to the profiler job (#1359) - (91e65f5)

... (truncated)

Commits
  • 5d3a670 chore(release): prepare for v2.13.1
  • b99a232 fix(cd): prepare embedded assets before PyPI and crates.io packaging
  • d235492 chore(release): prepare for v2.13.0
  • 3a6195f docs(website): add highlights for 2.13.0 (#1491)
  • 9b5e732 fix(cd): publish musl wheels to PyPI by matching matrix.build.NAME (#1490)
  • b71d250 feat(tracing): migrate logging to tracing (#1488)
  • 9d43a15 feat(context): add per-commit statistics (#1487)
  • ead5587 feat(git): add configurable commit processing order (#1485)
  • 3e97e75 feat(context): expose determined bump type in release context (#1483)
  • bd074d9 perf(ci): add caching where applicable (#1486)
  • 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 deps group with 2 updates: [git-cliff](https://github.com/orhun/git-cliff) and [ty](https://github.com/astral-sh/ty).


Updates `git-cliff` from 2.12.0 to 2.13.1
- [Release notes](https://github.com/orhun/git-cliff/releases)
- [Changelog](https://github.com/orhun/git-cliff/blob/main/CHANGELOG.md)
- [Commits](orhun/git-cliff@v2.12.0...v2.13.1)

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: git-cliff
  dependency-version: 2.13.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: ty
  dependency-version: 0.0.34
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies: uv Dependabot alerts for uv priority: medium The work is medium prioritized status: review needed The work is pending review type: chore Maintenance tasks that don't affect production code or fix bugs labels May 2, 2026
@dependabot dependabot Bot requested a review from zobweyt as a code owner May 2, 2026 03:34
@dependabot dependabot Bot added status: review needed The work is pending review priority: medium The work is medium prioritized dependencies: uv Dependabot alerts for uv type: chore Maintenance tasks that don't affect production code or fix bugs labels May 2, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 2, 2026

PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-05-02 08:42 UTC

@zobweyt zobweyt merged commit 0d7562b into main May 2, 2026
8 checks passed
@dependabot dependabot Bot deleted the dependabot/uv/main/deps-cbd2711072 branch May 2, 2026 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies: uv Dependabot alerts for uv priority: medium The work is medium prioritized status: review needed The work is pending review type: chore Maintenance tasks that don't affect production code or fix bugs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant