Skip to content

Commit e9fab3a

Browse files
Bump mypy from 1.18.2 to 1.19.0 (#442)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent d780e47 commit e9fab3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ dependencies = [
7171
]
7272

7373
optional-dependencies.dev = [
74-
"mypy==1.18.2",
75-
"tomli", # Needed even on 3.11+ for typechecking with mypy
74+
"mypy==1.19",
75+
"tomli", # Needed even on 3.11+ for typechecking with mypy
7676
"tox",
7777
]
7878
urls = { Homepage = "https://github.com/python/pyperformance" }

0 commit comments

Comments
 (0)