We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c38bfe commit 1d3e217Copy full SHA for 1d3e217
1 file changed
pyproject.toml
@@ -68,8 +68,8 @@ dependencies = [
68
"tomli; python_version<'3.11'",
69
]
70
optional-dependencies.dev = [
71
- "mypy==1.20.2",
72
- "tomli", # Needed even on 3.11+ for typechecking with mypy
+ "mypy==2.1",
+ "tomli", # Needed even on 3.11+ for typechecking with mypy
73
"tox",
74
75
urls = { Homepage = "https://github.com/python/pyperformance" }
0 commit comments