Skip to content

Commit a2b83b9

Browse files
Bump mypy from 1.19 to 1.19.1 (#448)
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 bb8495c commit a2b83b9

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.19",
75-
"tomli", # Needed even on 3.11+ for typechecking with mypy
74+
"mypy==1.19.1",
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)