From 4a532c7de72e24edd779011bb22b15acbaa42d16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 22:45:02 +0000 Subject: [PATCH] Bump ty from 0.0.29 to 0.0.32 Bumps [ty](https://github.com/astral-sh/ty) from 0.0.29 to 0.0.32. - [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.29...0.0.32) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.32 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45c0b357a8..775c6b324b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ dependencies = [ "black==26.3.1", "ruff==0.15.10", "poethepoet", - "ty==0.0.29", + "ty==0.0.32", "gersemi==0.26.1", ]