From dd2f947c0cde31b31b8049d15fae77cef6173351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 13:57: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.58) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.56 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 47b441c..609400f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ docs = [ "mkdocs-material>=9.0", ] dev = [ - "ty>=0.0.12,<0.0.56", + "ty>=0.0.12,<0.0.59", "pytest>=9.0.3,<10.0.0", "pytest-cov>=6.0.0,<8.0.0", "ruff>=0.8.0,<1.0.0",