There was an error while loading. Please reload this page.
1 parent 6d54e99 commit ccc0aebCopy full SHA for ccc0aeb
1 file changed
pyproject.toml
@@ -68,8 +68,8 @@ dependencies = [
68
"tomli; python_version<'3.11'",
69
]
70
optional-dependencies.dev = [
71
- "mypy==2.3",
72
- "tomli", # Needed even on 3.11+ for typechecking with mypy
+ "mypy==2.3.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