Skip to content

Commit 31ad958

Browse files
Update ty requirement from <0.0.34,>=0.0.8 to >=0.0.8,<0.0.50
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](astral-sh/ty@0.0.8...0.0.49) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.49 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0817aad commit 31ad958

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test = [
5050
]
5151
typing = [
5252
"pytask-parallel",
53-
"ty>=0.0.8,<0.0.34",
53+
"ty>=0.0.8,<0.0.50",
5454
{include-group = "coiled"},
5555
{include-group = "dask"},
5656
]

0 commit comments

Comments
 (0)