From 220e79db368d5476a841d845210228c33925f491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 06:46:17 +0000 Subject: [PATCH] chore: Update ty requirement in the all-pip group Updates the requirements on [ty](https://github.com/astral-sh/ty) to permit the latest version. Updates `ty` to 0.0.56 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ty/compare/0.0.55...0.0.56) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.56 dependency-type: direct:development dependency-group: all-pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b40385bfb..348b740de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dev = [ "pydantic>=2.13.4", "attrs>=26.1.0", "pyright>=1.1.411", - "ty>=0.0.55", + "ty>=0.0.56", ] [tool.hatch.build.targets.sdist]