From 363f6631e2876e46254d961fe9f45fb5ee00a8ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:45:36 +0000 Subject: [PATCH] build(deps-dev): update ty requirement in the lib-dependencies group Updates the requirements on [ty](https://github.com/astral-sh/ty) to permit the latest version. Updates `ty` to 0.0.55 - [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.42...0.0.55) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.55 dependency-type: direct:development dependency-group: lib-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba91187..2fcd0b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ test = [ "ruff<=0.15.15,>=0.15.15", "coverage<=7.14.1,>=7.14.1", "prek>=0.4.3,<0.5.0", - "ty<=0.0.42,>=0.0.42", + "ty<=0.0.55,>=0.0.55", ] [build-system]