Skip to content

Commit 92b455e

Browse files
Update mypy requirement from <1.17 to <1.18
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v0.1.0...v1.17.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0c65ca0 commit 92b455e

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
@@ -119,7 +119,7 @@ dependencies = [
119119
"yt-dlp",
120120
]
121121
optional-dependencies.develop = [
122-
"mypy<1.17",
122+
"mypy<1.18",
123123
"poethepoet<1",
124124
"pyproject-fmt<3",
125125
"ruff<0.12",

0 commit comments

Comments
 (0)