We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06837ca commit af6cde4Copy full SHA for af6cde4
1 file changed
pyproject.toml
@@ -21,8 +21,8 @@ optional = true
21
22
[dependency-groups]
23
dev = [
24
- "pytest>=8.3.0,<9",
25
- "mypy==1.15.0 ; platform_python_implementation != 'PyPy'",
+ "pytest>=8.3.0,<10",
+ "mypy==1.18.2 ; platform_python_implementation != 'PyPy'",
26
"flake8>=7.0.0,<8",
27
"coverage[toml]>=7.2.3,<8",
28
"meson-python>= 0.16.0",
0 commit comments