From f2c0bc84e35981502baf798709e7540be7a44733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 19:56:29 +0000 Subject: [PATCH] chore(deps-dev): bump ty from 0.0.17 to 0.0.63 Bumps [ty](https://github.com/astral-sh/ty) from 0.0.17 to 0.0.63. - [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.17...0.0.63) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.63 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 0905fe7..b03c5bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ testpaths = [ [dependency-groups] dev = [ - "ty==0.0.17", + "ty==0.0.63", "ruff==0.15.1", "pytest==9.0.3", "pytest-cov==7.1.0",