From 94c3b395924a2d081912cf8416b8ca8cfb0c0e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 08:09:16 +0000 Subject: [PATCH] build(deps-dev): update ty requirement 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.12...0.0.61) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.58 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 f6b8d49..90db1fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ docs = [ "mkdocs-material>=9.0", ] dev = [ - "ty>=0.0.12,<0.0.56", + "ty>=0.0.12,<0.0.62", "pytest>=9.0.3,<10.0.0", "pytest-cov>=6.0.0,<8.0.0", "jsonschema>=4.0.0,<5.0.0",