Skip to content

Commit 2e044a2

Browse files
chore(uv): update ty requirement from >=0.0.14 to >=0.0.31
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.14...0.0.31) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.31 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8eb5dee commit 2e044a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dev = [
3131
"pytest-cov>=7.0.0",
3232
"ruff>=0.14.14",
3333
"sqlfluff>=4.1.0",
34-
"ty>=0.0.14",
34+
"ty>=0.0.31",
3535
]
3636

3737
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)