From ee7e11353aa59488e9175e39ceeeab81fc53667d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 11:13:20 +0000 Subject: [PATCH] Update ty requirement from <0.0.34,>=0.0.8 to >=0.0.8,<0.0.38 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.37) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.37 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 f788463..515396c 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.38", {include-group = "coiled"}, {include-group = "dask"}, ]