From d1b56ac347159d5a87d89fb3681eec95a190947c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 17:23:19 +0000 Subject: [PATCH] Bump ty from 0.0.1a25 to 0.0.1a26 Bumps [ty](https://github.com/astral-sh/ty) from 0.0.1a25 to 0.0.1a26. - [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.1-alpha.25...0.0.1-alpha.26) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.1a26 dependency-type: direct:development 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 07b8a168f..59cd0f57e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dev = [ "pytest-timeout>=2.4.0", "pytest-xdist>=3.6.1", "ruff>=0.12.8", - "ty==0.0.1a25", + "ty==0.0.1a26", "prek>=0.2.12", ]