Skip to content

[MAINT]: Bump the minor-and-patch group across 1 directory with 3 updates - #182

Merged
Nina Chikanov (nina-msft) merged 1 commit into
mainfrom
dependabot/uv/minor-and-patch-fcfea577eb
Sep 4, 2026
Merged

[MAINT]: Bump the minor-and-patch group across 1 directory with 3 updates#182
Nina Chikanov (nina-msft) merged 1 commit into
mainfrom
dependabot/uv/minor-and-patch-fcfea577eb

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 3 updates in the / directory: pydantic, ruff and ty.

Updates pydantic from 2.13.4 to 2.13.5

Release notes

Sourced from pydantic's releases.

v2.13.5 (2026-08-28)

What's Changed

Fixes

  • Allow reuse of validators when plugins are set by @​Viicos in #13535
  • Fix missing GC traversal on some pydantic-core struct fields by @​Viicos in #13624
  • Fix missing GC traversal in pydantic-core for GeneralFieldsSerializer by @​Viicos in #13629
  • Count validated model fields once in smart unions by @​tamird in #13731
Changelog

Sourced from pydantic's changelog.

v2.13.5 (2026-08-28)

GitHub release

What's Changed

Fixes

  • Allow reuse of validators when plugins are set by @​Viicos in #13535
  • Fix missing GC traversal on some pydantic-core struct fields by @​Viicos in #13624
  • Fix missing GC traversal in pydantic-core for GeneralFieldsSerializer by @​Viicos in #13629
  • Count validated model fields once in smart unions by @​tamird in #13731
Commits
  • 001dea0 Bump pypa/gh-action-pypi-publish action to v1.14.2
  • 558379f Bump twine to v7.0.0
  • 2cfd5d3 Do not check for docs build
  • a735bee Fix more Clippy lints
  • 7eed4a1 Fix Clippy 0.1.95 warnings
  • b353bbb Prepare release v2.13.5
  • 63d2ccc Count validated model fields once in smart unions
  • a53ec2e Speed up PyPy CI tests
  • d65e0f9 Workaround circular import error in Mypy
  • 47a6dbf Fix missing GC traversal in pydantic-core for GeneralFieldsSerializer
  • Additional commits viewable in compare view

Updates ruff from 0.16.4 to 0.16.5

Release notes

Sourced from ruff's releases.

0.16.5

Release Notes

Released on 2026-08-27.

Preview features

  • Allow rules without codes (#28049)
  • Introduce category selectors (#27666)
  • Update preview default rules and categories (#27877)

Bug fixes

  • [flake8-async] Detect blocking generic HTTP requests (ASYNC210) (#28024)
  • [flake8-datetimez] Allow timezone-safe strptime chains (DTZ007) (#28023)
  • [flake8-simplify] Respect side effects in lambda defaults (SIM401) (#28000)

Server

  • Fix duplicated "of" in ClientOptions doc comment (#27978)

Documentation

  • Document rule acceptance guidelines (#27910)
  • Document the new category selectors (#27906)

Contributors

Install ruff 0.16.5

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download ruff 0.16.5

... (truncated)

Changelog

Sourced from ruff's changelog.

0.16.5

Released on 2026-08-27.

Preview features

  • Allow rules without codes (#28049)
  • Introduce category selectors (#27666)
  • Update preview default rules and categories (#27877)

Bug fixes

  • [flake8-async] Detect blocking generic HTTP requests (ASYNC210) (#28024)
  • [flake8-datetimez] Allow timezone-safe strptime chains (DTZ007) (#28023)
  • [flake8-simplify] Respect side effects in lambda defaults (SIM401) (#28000)

Server

  • Fix duplicated "of" in ClientOptions doc comment (#27978)

Documentation

  • Document rule acceptance guidelines (#27910)
  • Document the new category selectors (#27906)

Contributors

Commits

Updates ty from 0.0.74 to 0.0.77

Release notes

Sourced from ty's releases.

0.0.77

Release Notes

Released on 2026-08-31.

Bug fixes

  • Bound recursive protocol traversal in generic intersections (#28215)
  • Preserve recursion guards across nested type operations (#28150)
  • Preserve syntax and comments when removing redundant casts (#28145)
  • Stabilize recursive receiver inference (#28042)
  • Stabilize condition truthiness during cyclic inference (#28212)

Core type checking

  • Preserve generic receivers in implicit __init_subclass__ calls (#28138)
  • Preserve specialization for inherited TypedDict methods (#28111)
  • Propagate deletions through nested loop headers (#28044)

Performance

  • Avoid repeated inference for literal union call results (#28196)

Contributors

Install ty 0.0.77

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ty/releases/download/0.0.77/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.77/ty-installer.ps1 | iex"

Download ty 0.0.77

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

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.77

Released on 2026-08-31.

Bug fixes

  • Bound recursive protocol traversal in generic intersections (#28215)
  • Preserve recursion guards across nested type operations (#28150)
  • Preserve syntax and comments when removing redundant casts (#28145)
  • Stabilize recursive receiver inference (#28042)
  • Stabilize condition truthiness during cyclic inference (#28212)

Core type checking

  • Preserve generic receivers in implicit __init_subclass__ calls (#28138)
  • Preserve specialization for inherited TypedDict methods (#28111)
  • Propagate deletions through nested loop headers (#28044)

Performance

  • Avoid repeated inference for literal union call results (#28196)

Contributors

0.0.76

Released on 2026-08-31.

Preview features

  • Add a missing-direct-dependency rule (#28001)
  • Cancel superseded queued uv requests (#28108)
  • Check direct dependencies in PEP 723 scripts (#28136)
  • Fix Goto definition in script dependencies (#27747)
  • Move script environment initialization to the CLI and LSP (#28038)
  • Refresh uv project metadata in the background (#27933)
  • Synchronize PEP 723 script environments in the language server (#27619)
  • Warn when uv metadata cannot support dependency checks (#28133)

Bug fixes

  • Avoid panics on incomplete protocol type parameter lists (#28088)
  • Fix auto-completion panic involving bare declarations (#28191)
  • Guard recursive meta-type expansion (#28143)
  • Preserve parentheses when removing redundant casts (#28092)

LSP server

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 3, 2026
@dependabot
dependabot Bot requested a review from a team September 3, 2026 07:56
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 3, 2026
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

@dependabot dependabot Bot changed the title [MAINT]: Bump the minor-and-patch group with 3 updates [MAINT]: Bump the minor-and-patch group across 1 directory with 3 updates Sep 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/minor-and-patch-fcfea577eb branch from 3f924a1 to eca8cf1 Compare September 3, 2026 20:21
Nina Chikanov (nina-msft) added a commit that referenced this pull request Sep 4, 2026
## Summary

- preserve the two intentionally autouse fixtures while suppressing Ruff
0.16.5's `pytest-fixture-autouse` diagnostic
- retain compatibility with `main`'s Ruff 0.16.4 by narrowly ignoring
`unused-noqa` only in the affected files
- provide prerequisite remediation for Dependabot PR #182

## Validation

- `uv sync --all-extras --frozen`
- `uv run ruff check .`
- `uv run ruff format --check .`
- `uv run flake8`
- `uv run ty check`
- `uvx --from ruff==0.16.5 ruff check .`

---------

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@nina-msft

Copy link
Copy Markdown
Contributor

Dependabot (@dependabot) rebase

…ates

Bumps the minor-and-patch group with 3 updates in the / directory: [pydantic](https://github.com/pydantic/pydantic), [ruff](https://github.com/astral-sh/ruff) and [ty](https://github.com/astral-sh/ty).


Updates `pydantic` from 2.13.4 to 2.13.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md)
- [Commits](pydantic/pydantic@v2.13.4...v2.13.5)

Updates `ruff` from 0.16.4 to 0.16.5
- [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.16.4...0.16.5)

Updates `ty` from 0.0.74 to 0.0.77
- [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.74...0.0.77)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ruff
  dependency-version: 0.16.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ty
  dependency-version: 0.0.75
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/uv/minor-and-patch-fcfea577eb branch from eca8cf1 to fb0010b Compare September 4, 2026 22:43
@nina-msft
Nina Chikanov (nina-msft) merged commit c23578d into main Sep 4, 2026
14 checks passed
@dependabot
dependabot Bot deleted the dependabot/uv/minor-and-patch-fcfea577eb branch September 4, 2026 22:48
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