From 784a18f8b8b6b92b481e65e339344175cb66f721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:47:25 +0000 Subject: [PATCH] Update ty requirement from >=0.0.31 to >=0.0.33 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.31...0.0.33) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.33 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 2d6f616..d1e2472 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.31", "uv-build>=0.11.2"] +dev = ["pre-commit>=4.4.0", "ruff>=0.14.5", "ty>=0.0.33", "uv-build>=0.11.2"] [build-system] requires = ["uv_build>=0.11.2,<0.12"]