From fa18ce65e3454355797c73f2f09917eb9e2fdd14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:38:32 +0000 Subject: [PATCH] Update ty requirement from >=0.0.24 to >=0.0.29 Updates the requirements on [ty](https://github.com/astral-sh/ty) to permit the latest version. - [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.24...0.0.29) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.29 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a94e21e..df3ebac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.12" dependencies = [] [dependency-groups] -dev = ["pre-commit>=4.4.0", "ruff>=0.14.5", "ty>=0.0.24", "uv-build>=0.11.2"] +dev = ["pre-commit>=4.4.0", "ruff>=0.14.5", "ty>=0.0.29", "uv-build>=0.11.2"] [build-system] requires = ["uv_build>=0.11.2,<0.12"]