From 7346fa6d8da8983acf874b84b811b9a50665a3f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 06:47:14 +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.34 - [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.33...0.0.34) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.34 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 43726553d..2f24dc14d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dev = [ "pydantic>=2.13.3", "attrs>=26.1.0", "pyright>=1.1.409", - "ty>=0.0.33", + "ty>=0.0.34", ] [tool.hatch.build.targets.sdist]