Skip to content

Commit 19c1c31

Browse files
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.14 - [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.12...0.0.14) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.14 dependency-type: direct:development dependency-group: lib-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 77e3531 commit 19c1c31

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
@@ -44,7 +44,7 @@ test = [
4444
"ruff>=0.5.0,<=0.14.13",
4545
"coverage>=7.5.4,<=7.13.1",
4646
"prek>=0.2.28,<0.3.0",
47-
"ty>=0.0.12,<=0.0.12",
47+
"ty>=0.0.12,<=0.0.14",
4848
]
4949

5050
[build-system]

0 commit comments

Comments
 (0)