Skip to content

Commit 98a4c30

Browse files
build(deps-dev): update ty requirement from >=0.0.29 to >=0.0.30
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.29...0.0.30) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.30 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ccfb81 commit 98a4c30

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
@@ -38,7 +38,7 @@ dev = [
3838
"pytest-random-order>=1.2.0",
3939
"pytest-recording>=0.13.4",
4040
"ruff>=0.11.13",
41-
"ty>=0.0.29",
41+
"ty>=0.0.30",
4242
]
4343
docs = [
4444
"mkdocs>=1.6.1",

0 commit comments

Comments
 (0)