Skip to content

Commit 365fe86

Browse files
Chore(deps-dev): Update mypy requirement from <1.20 to <1.21
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.20.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d90968 commit 365fe86

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
@@ -58,7 +58,7 @@ dependencies = [
5858
dev = [
5959
"certifi",
6060
"coverage",
61-
"mypy<1.20",
61+
"mypy<1.21",
6262
"pytest<10",
6363
"pytz",
6464
"ruff<0.16",

0 commit comments

Comments
 (0)