Skip to content

Bump the python group with 3 updates - #292

Merged
Buried-In-Code merged 1 commit into
mainfrom
dependabot/uv/python-34fafe9bf9
Jul 27, 2026
Merged

Bump the python group with 3 updates#292
Buried-In-Code merged 1 commit into
mainfrom
dependabot/uv/python-34fafe9bf9

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the python group with 3 updates: ty, zensical and tox.

Updates ty from 0.0.60 to 0.0.61

Release notes

Sourced from ty's releases.

0.0.61

Release Notes

Released on 2026-07-17.

Bug fixes

  • Avoid recursive protocol structural comparisons (#26721)

LSP server

  • Render Google docstrings as structured Markdown (#26599)

Library support

  • Pydantic: Collect field metadata through subscripted generic Annotated aliases (#26885)

Diagnostics

  • Avoid extending own-line suppressions in --add-ignore (#26808)

Core type checking

  • Derive descriptor setter domains for protocols (#26683)
  • Enforce declared receiver TypeVar domains (#26863)
  • Infer isinstance results for aliases and type variables (#26961)
  • Infer isinstance results for fixed class tuples (#26935)
  • Narrow inline list and set membership checks (#26955)
  • Narrow tagged unions by tag truthiness (#26887)
  • Narrow walrus expression values (#26949)
  • Project intersections in to_instance (#26892)
  • Remove inferable TypeVar artifacts recursively (#26787)
  • Respect mixin receiver domains in method overrides (#26941)
  • Support TypeVarTuple and Unpack (#25240)

Performance

  • Deduplicate completion labels (#26890)
  • Only collect expected types for files open in the editor (#25546)
  • Parallelize subtype hierarchy search (#26875)
  • Share heap-backed parser names with CharStr (#26594)
  • Use the new incremental checker from the ignore crate (#26933)

Contributors

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.61

Released on 2026-07-17.

Bug fixes

  • Avoid recursive protocol structural comparisons (#26721)

LSP server

  • Render Google docstrings as structured Markdown (#26599)

Library support

  • Pydantic: Collect field metadata through subscripted generic Annotated aliases (#26885)

Diagnostics

  • Avoid extending own-line suppressions in --add-ignore (#26808)

Core type checking

  • Derive descriptor setter domains for protocols (#26683)
  • Enforce declared receiver TypeVar domains (#26863)
  • Infer isinstance results for aliases and type variables (#26961)
  • Infer isinstance results for fixed class tuples (#26935)
  • Narrow inline list and set membership checks (#26955)
  • Narrow tagged unions by tag truthiness (#26887)
  • Narrow walrus expression values (#26949)
  • Project intersections in to_instance (#26892)
  • Remove inferable TypeVar artifacts recursively (#26787)
  • Respect mixin receiver domains in method overrides (#26941)
  • Support TypeVarTuple and Unpack (#25240)

Performance

  • Deduplicate completion labels (#26890)
  • Only collect expected types for files open in the editor (#25546)
  • Parallelize subtype hierarchy search (#26875)
  • Share heap-backed parser names with CharStr (#26594)
  • Use the new incremental checker from the ignore crate (#26933)

Contributors

... (truncated)

Commits

Updates zensical from 0.0.50 to 0.0.51

Release notes

Sourced from zensical's releases.

0.0.51

Summary

This version improves cached rebuilds by persisting objects.inv and autorefs data, fixes stale builds after removing files, and upgrades soupsieve to address vulnerabilities.

Changelog

Bug fixes

  • ec69acc zensical, compat – cache objects.inv to persist it across cached rebuilds (#815)
  • 7e6940f zensical – cache autorefs data for cross-ref resolution across rebuilds (#805)
Commits
  • 362bf5d chore: release v0.0.51
  • 7989a55 Update dependencies
  • ec69acc fix: cache objects.inv to persist it across cached rebuilds (#815)
  • 7e6940f fix: cache autorefs data for cross-ref resolution across rebuilds (#805)
  • See full diff in compare view

Updates tox from 4.56.4 to 4.57.1

Release notes

Sourced from tox's releases.

v4.57.1

What's Changed

Full Changelog: tox-dev/tox@4.57.0...4.57.1

v4.57.0

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.56.4...4.57.0

Changelog

Sourced from tox's changelog.

Bug fixes - 4.57.1

  • Stop a lone quote in a set_env value (e.g. an apostrophe in can't) from swallowing the ; platform marker, which silently set the variable unconditionally with the marker text left in the value - by :user:chuenchen309. (:issue:3988)
  • Make tox run-parallel -p 0 turn parallelism off and run sequentially, as the -p help ("zero is turn off") and the legacy command already promise, instead of running at the CPU count - by :user:chuenchen309. (:issue:3989)

v4.57.0 (2026-07-17)


Features - 4.57.0

  • Support debug (Py_DEBUG) interpreters the way free-threaded builds are already handled. The py313d and py313td factors select a debug build, a base_python pointing at one matches those factors and conflicts with factors that lack the suffix, and a debug build gets its own d-tagged wheel build environment - by :user:chuenchen309. (:issue:3986)

Bug fixes - 4.57.0

  • Keep the free-threaded t suffix when deriving the base python spec from a path, so a base_python pointing at a free-threaded interpreter matches py313t factors and conflicts with factors that lack the suffix - by :user:chuenchen309. (:issue:3986)

v4.56.4 (2026-07-08)


Commits
  • e7e0cfa release 4.57.1
  • e19069f Do not let a lone quote in a set_env value swallow the marker (#3988)
  • a1f76cf Run sequentially for run-parallel -p 0 instead of at CPU count (#3989)
  • 484c157 release 4.57.0
  • eaf7b51 ✨ feat(python): match free-threaded and debug interpreter builds (#3986)
  • 2ce4b59 📦 build: use test dependency group in internal envs (#3985)
  • 9080a91 Replace prettier with mdformat and yamlfmt (#3984)
  • 91ab2e3 build(deps): bump astral-sh/setup-uv from 8.3.1 to 8.3.2 (#3983)
  • 4064a79 build(deps): bump astral-sh/setup-uv from 8.3.0 to 8.3.1 (#3982)
  • 4a93491 [pre-commit.ci] pre-commit autoupdate (#3981)
  • 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 3 updates: [ty](https://github.com/astral-sh/ty), [zensical](https://github.com/zensical/zensical) and [tox](https://github.com/tox-dev/tox).


Updates `ty` from 0.0.60 to 0.0.61
- [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.60...0.0.61)

Updates `zensical` from 0.0.50 to 0.0.51
- [Release notes](https://github.com/zensical/zensical/releases)
- [Commits](zensical/zensical@v0.0.50...v0.0.51)

Updates `tox` from 4.56.4 to 4.57.1
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.56.4...4.57.1)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.61
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: zensical
  dependency-version: 0.0.51
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: tox
  dependency-version: 4.57.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Jul 27, 2026
@Buried-In-Code
Buried-In-Code merged commit e571901 into main Jul 27, 2026
22 checks passed
@Buried-In-Code
Buried-In-Code deleted the dependabot/uv/python-34fafe9bf9 branch July 27, 2026 18:20
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