Skip to content

⬆ Bump the python-packages group across 1 directory with 7 updates#15777

Merged
YuriiMotov merged 1 commit into
masterfrom
dependabot/uv/python-packages-fb1ced99e3
Jun 16, 2026
Merged

⬆ Bump the python-packages group across 1 directory with 7 updates#15777
YuriiMotov merged 1 commit into
masterfrom
dependabot/uv/python-packages-fb1ced99e3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-packages group with 7 updates in the / directory:

Package From To
ruff 0.15.15 0.15.16
inline-snapshot 0.34.0 0.34.1
ty 0.0.42 0.0.46
typer 0.26.6 0.26.7
zensical 0.0.43 0.0.45
pydantic-ai 1.105.0 1.106.0
prek 0.4.3 0.4.4

Updates ruff from 0.15.15 to 0.15.16

Release notes

Sourced from ruff's releases.

0.15.16

Release Notes

Released on 2026-06-04.

Preview features

  • [flake8-async] Implement yield-in-context-manager-in-async-generator (ASYNC119) (#24644)
  • [pylint] Narrow diagnostic range and exclude cases without exception handlers (PLW0717) (#25440)
  • [ruff] Treat yield before break from a terminal loop as terminal (RUF075) (#25447)

Bug fixes

  • [eradicate] Avoid flagging ruff:ignore comments as code (ERA001) (#25537)
  • [eradicate] Fix ERA001/RUF100 conflict when noqa is on commented-out code (#25414)
  • [pyflakes] Avoid removing the format call when it would change behavior (F523) (#25320)
  • [pylint] Avoid syntax errors in invalid character replacements in f-strings before Python 3.12 (PLE2510, PLE2512, PLE2513, PLE2514, PLE2515) (#25544)
  • [pyupgrade] Avoid converting format calls with more kinds of side effects (UP032) (#25484)

Rule changes

  • [flake8-pytest-style] Avoid fixes for ambiguous argnames and argvalues combinations (PT006) (#24776)

Performance

  • Drop excess capacity from statement suites during parsing (#25368)

Documentation

  • [pydocstyle] Improve discoverability of rules enabled for each convention (#24973)
  • [ruff] Restore example code for Python versions before 3.15 (RUF017) (#25439)
  • Fix typo bin/activebin/activate in tutorial (#25473)

Other changes

  • Shrink additional parser AST collections (#25465)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.16

Released on 2026-06-04.

Preview features

  • [flake8-async] Implement yield-in-context-manager-in-async-generator (ASYNC119) (#24644)
  • [pylint] Narrow diagnostic range and exclude cases without exception handlers (PLW0717) (#25440)
  • [ruff] Treat yield before break from a terminal loop as terminal (RUF075) (#25447)

Bug fixes

  • [eradicate] Avoid flagging ruff:ignore comments as code (ERA001) (#25537)
  • [eradicate] Fix ERA001/RUF100 conflict when noqa is on commented-out code (#25414)
  • [pyflakes] Avoid removing the format call when it would change behavior (F523) (#25320)
  • [pylint] Avoid syntax errors in invalid character replacements in f-strings before Python 3.12 (PLE2510, PLE2512, PLE2513, PLE2514, PLE2515) (#25544)
  • [pyupgrade] Avoid converting format calls with more kinds of side effects (UP032) (#25484)

Rule changes

  • [flake8-pytest-style] Avoid fixes for ambiguous argnames and argvalues combinations (PT006) (#24776)

Performance

  • Drop excess capacity from statement suites during parsing (#25368)

Documentation

  • [pydocstyle] Improve discoverability of rules enabled for each convention (#24973)
  • [ruff] Restore example code for Python versions before 3.15 (RUF017) (#25439)
  • Fix typo bin/activebin/activate in tutorial (#25473)

Other changes

  • Shrink additional parser AST collections (#25465)

Contributors

Commits

Updates inline-snapshot from 0.34.0 to 0.34.1

Release notes

Sourced from inline-snapshot's releases.

0.34.1

Fixed

  • Fixed snapshot_arg() to use the fix category (instead of create) when creating an argument with an existing non-ellipsis default argument value.
Changelog

Sourced from inline-snapshot's changelog.

0.34.1 — 2026-06-05

Fixed

  • Fixed snapshot_arg() to use the fix category (instead of create) when creating an argument with an existing non-ellipsis default argument value.

Commits
  • c70375e bump: version 0.34.0 → 0.34.1
  • cea2a7f fix: snapshot_arg() to use the fix category (instead of create) when cr...
  • See full diff in compare view

Updates ty from 0.0.42 to 0.0.46

Release notes

Sourced from ty's releases.

0.0.46

Release Notes

Released on 2026-06-08.

Bug fixes

  • Avoid crash when hovering over Callable (#25759)

Core type checking

  • Support Callable() in match statement class patterns (#25541)
  • Improve support for enum.property (#25681)

Contributors

Install ty 0.0.46

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ty/releases/download/0.0.46/ty-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/ty/releases/download/0.0.46/ty-installer.ps1 | iex"

Download ty 0.0.46

File Platform Checksum
ty-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ty-x86_64-apple-darwin.tar.gz Intel macOS checksum
ty-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ty-i686-pc-windows-msvc.zip x86 Windows checksum
ty-x86_64-pc-windows-msvc.zip x64 Windows checksum
ty-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ty-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ty-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
ty-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
ty-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
ty-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
ty-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.46

Released on 2026-06-08.

Bug fixes

  • Avoid crash when hovering over Callable (#25759)

Core type checking

  • Support Callable() in match statement class patterns (#25541)
  • Improve support for enum.property (#25681)

Contributors

0.0.45

Released on 2026-06-08.

Bug fixes

  • Avoid treating dynamic class attributes as instance attributes (#25678)
  • Fix divergence in recursive inference due to ambiguous overload (#25548)
  • Preserve literal promotion for mixed bounds (#25648)

Diagnostics

  • Add missing-type-argument lint rule (#25617)

Core type checking

  • Add support for narrowing on tuple match cases (#25493)
  • Check implicit open TypedDict extra items (#25628)
  • Create fresh copies of generic callable typevars (#24949)
  • Preserve deprecation on replacement functions (#25688)
  • Preserve intersection receivers during attribute lookup (#25626)
  • Preserve transparent callable decorators (#25030)

Performance

  • Avoid AST load for callable description names (#25728)
  • Avoid caching absent class decorators and type parameters (#25689)
  • Avoid caching atomic type specializations (#25663)
  • Avoid caching constant constraint relations (#25656)
  • Avoid caching missing implicit attributes (#25649)
  • Avoid caching trivial class-header queries (#25692)

... (truncated)

Commits

Updates typer from 0.26.6 to 0.26.7

Release notes

Sourced from typer's releases.

0.26.7

Fixes

Changelog

Sourced from typer's changelog.

0.26.7 (2026-06-03)

Fixes

Commits

Updates zensical from 0.0.43 to 0.0.45

Release notes

Sourced from zensical's releases.

0.0.45

Summary

This version reverts a behavior change in link validation that was introduced in 0.0.44 which is causing false positives.

Changelog

Bug fixes

  • 8d9536a compat – revert "fix: brackets in indented code recognized as unresolved references (#700)" (#735)

0.0.44

Summary

This version fixes several bugs related to link validation and macros, and ensures that dotfiles are not removed from the site directory during generation.

Changelog

Bug fixes

  • eb72115 compat – ignore Markdown comments [//]: ... during link validation
  • c40f649 compat – brackets in indented code blocks recognized as unresolved link references (#700)
  • 93cc869 compat – snippet markers recognized as unresolved link references (#700)
  • a212c59 zensical – don't remove dotfiles from site dir (#728)
  • db1f19c compat – provide conf attribute in macros' env object
  • 9b452cb zensical – improve error message when missing icon is used (#708)
  • d7ccbe6 zensical, compat – anchors with escaped chars not matched during link validation (#703)
  • 8b7e29e compat – empty footnote ref classified as link ref (#702)
Commits
  • 4cd38f3 chore: release v0.0.45
  • 8318158 chore: workflow cleanup
  • 8d9536a fix: revert "fix: brackets in indented code blocks recognized as unresolved l...
  • 35ff260 chore: update dependencies (#733)
  • c7fe3e7 chore: release v0.0.44
  • 033da3c Merge pull request #731 from zensical/fix/validation
  • fe04446 chore: make ruff happy
  • eb72115 fix: ignore Markdown comments [//]: ... during link validation
  • a4866d0 chore: make ruff happy
  • c40f649 fix: brackets in indented code blocks recognized as unresolved link reference...
  • Additional commits viewable in compare view

Updates pydantic-ai from 1.105.0 to 1.106.0

Release notes

Sourced from pydantic-ai's releases.

v1.106.0 (2026-06-04)

What's Changed

🛡️ Security

  • Handle UploadedFile consistently with FileUrl in UI adapters by @​dsfaccini in pydantic/pydantic-ai#5772
    • Security advisory: VercelAIAdapter trusts client-controlled provider metadata to construct UploadedFile references (confused-deputy file read) GHSA-h7p7-w5gc-xj3w
    • You are affected only if your application passes untrusted client-submitted message history to an agent through a UI adapter (e.g. VercelAIAdapter), AND your model-provider or cloud-storage account holds files referenceable by an attacker-guessable UploadedFile id or storage URI (e.g. s3://…, gs://…).
    • You are not affected if you do not pass untrusted client-submitted message history to the agent, or you strip UploadedFile parts before running it.
    • You are not affected via AGUIAdapter / Agent.to_ag_ui on defaults — the preserve_file_data flag that re-enables this path is off by default.

🚀 Features

🐛 Bug Fixes

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.105.0...v1.106.0

Commits
  • 1b42945 fix(messages): from_data_uri crashes on a valid non-base64 data URI (#5779)
  • 78bfaae Add api_host and timeout to XaiProvider (#5742)
  • 70cb782 Map base seed setting to xAI (#5741)
  • ed31bdd Handle UploadedFile consistently with FileUrl in UI adapters (#5772)
  • 49f62a3 Fix incomplete streamed response when event_stream_handler doesn't consume ...
  • 60f5147 docs: update Ragas repository link (#5759)
  • See full diff in compare view

Updates prek from 0.4.3 to 0.4.4

Release notes

Sourced from prek's releases.

0.4.4

Release Notes

Released on 2026-06-04.

✨ Highlights

0.4.4 makes prek run easier to watch and easier to slice.

Hook stream output now shows a small live preview under the running hook in the progress UI. Long-running hooks no longer look stuck while they are producing logs, and failed hooks are easier to diagnose because recent output is already visible before the final result.

The new group selector lets a single config support different workflows. Tag hooks with groups, then select or exclude those groups at run time:

repos:
  - repo: local
    hooks:
      - id: format
        name: Format Python
        language: system
        entry: ruff format
        groups: [format, ci]
  - id: lint
    name: Lint Python
    language: system
    entry: ruff check
    groups: [lint, ci]

prek run --all-files --group ci
prek run --all-files --no-group format

This is useful when local development, CI, slow validation, or project-specific checks need different hook sets without splitting the config.

💚 Sponsorship

If prek saves time for you or your team, please consider sponsoring the project on GitHub Sponsors. It helps keep new features, performance work, and maintenance moving.

Enhancements

... (truncated)

Changelog

Sourced from prek's changelog.

0.4.4

Released on 2026-06-04.

Highlights

0.4.4 makes prek run easier to watch and easier to slice.

Hook stream output now shows a small live preview under the running hook in the progress UI. Long-running hooks no longer look stuck while they are producing logs, and failed hooks are easier to diagnose because recent output is already visible before the final result.

The new group selector lets a single config support different workflows. Tag hooks with groups, then select or exclude those groups at run time:

repos:
  - repo: local
    hooks:
      - id: format
        name: Format Python
        language: system
        entry: ruff format
        groups: [format, ci]
  - id: lint
    name: Lint Python
    language: system
    entry: ruff check
    groups: [lint, ci]

prek run --all-files --group ci
prek run --all-files --no-group format

This is useful when local development, CI, slow validation, or project-specific checks need different hook sets without splitting the config.

Enhancements

  • Add hook group filters to prek run (#2141)
  • Delay hook output preview rendering (#2140)
  • Stream hook output in progress UI (#2136)

Bug fixes

  • Fix intent-to-add stash restore (#2143)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 16, 2026
@codspeed-hq

codspeed-hq Bot commented Jun 16, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 20 untouched benchmarks


Comparing dependabot/uv/python-packages-fb1ced99e3 (c2301c6) with master (705324e)1

Open in CodSpeed

Footnotes

  1. No successful run was found on master (c66d1c2) during the generation of this report, so 705324e was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@github-actions

github-actions Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

📝 Docs preview

Last commit c2301c6 at: https://8ede2e1c.fastapitiangolo.pages.dev

@dependabot dependabot Bot changed the title ⬆ Bump the python-packages group with 7 updates ⬆ Bump the python-packages group across 1 directory with 7 updates Jun 16, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/python-packages-fb1ced99e3 branch from 1d8f94e to 6d64da5 Compare June 16, 2026 15:57
Bumps the python-packages group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.15` | `0.15.16` |
| [inline-snapshot](https://github.com/15r10nk/inline-snapshot) | `0.34.0` | `0.34.1` |
| [ty](https://github.com/astral-sh/ty) | `0.0.42` | `0.0.46` |
| [typer](https://github.com/fastapi/typer) | `0.26.6` | `0.26.7` |
| [zensical](https://github.com/zensical/zensical) | `0.0.43` | `0.0.45` |
| [pydantic-ai](https://github.com/pydantic/pydantic-ai) | `1.105.0` | `1.106.0` |
| [prek](https://github.com/j178/prek) | `0.4.3` | `0.4.4` |



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

Updates `inline-snapshot` from 0.34.0 to 0.34.1
- [Release notes](https://github.com/15r10nk/inline-snapshot/releases)
- [Changelog](https://github.com/15r10nk/inline-snapshot/blob/main/CHANGELOG.md)
- [Commits](15r10nk/inline-snapshot@0.34.0...0.34.1)

Updates `ty` from 0.0.42 to 0.0.46
- [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.42...0.0.46)

Updates `typer` from 0.26.6 to 0.26.7
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.26.6...0.26.7)

Updates `zensical` from 0.0.43 to 0.0.45
- [Release notes](https://github.com/zensical/zensical/releases)
- [Commits](zensical/zensical@v0.0.43...v0.0.45)

Updates `pydantic-ai` from 1.105.0 to 1.106.0
- [Release notes](https://github.com/pydantic/pydantic-ai/releases)
- [Changelog](https://github.com/pydantic/pydantic-ai/blob/main/docs/changelog.md)
- [Commits](pydantic/pydantic-ai@v1.105.0...v1.106.0)

Updates `prek` from 0.4.3 to 0.4.4
- [Release notes](https://github.com/j178/prek/releases)
- [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md)
- [Commits](j178/prek@v0.4.3...v0.4.4)

---
updated-dependencies:
- dependency-name: inline-snapshot
  dependency-version: 0.34.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: prek
  dependency-version: 0.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pydantic-ai
  dependency-version: 1.106.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: ruff
  dependency-version: 0.15.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: ty
  dependency-version: 0.0.46
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: typer
  dependency-version: 0.26.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: zensical
  dependency-version: 0.0.45
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/uv/python-packages-fb1ced99e3 branch from 6d64da5 to c2301c6 Compare June 16, 2026 18:09
@YuriiMotov YuriiMotov merged commit e26e643 into master Jun 16, 2026
47 checks passed
@YuriiMotov YuriiMotov deleted the dependabot/uv/python-packages-fb1ced99e3 branch June 16, 2026 20:09
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 internal python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant