Skip to content

Commit 1d3e217

Browse files
Bump mypy from 1.20.2 to 2.1.0 (#476)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c38bfe commit 1d3e217

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ dependencies = [
6868
"tomli; python_version<'3.11'",
6969
]
7070
optional-dependencies.dev = [
71-
"mypy==1.20.2",
72-
"tomli", # Needed even on 3.11+ for typechecking with mypy
71+
"mypy==2.1",
72+
"tomli", # Needed even on 3.11+ for typechecking with mypy
7373
"tox",
7474
]
7575
urls = { Homepage = "https://github.com/python/pyperformance" }

0 commit comments

Comments
 (0)