From 9969cd7bb63fa2f7dd4a2f0e5f363069b6fe70b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 11:12:48 +0000 Subject: [PATCH] Update ty requirement from <0.0.34,>=0.0.8 to >=0.0.8,<0.0.56 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.8...0.0.55) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.55 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 c291121..18998b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ ] typing = [ "pytask-parallel", - "ty>=0.0.8,<0.0.34", + "ty>=0.0.8,<0.0.56", {include-group = "coiled"}, {include-group = "dask"}, ]