From bc802f294683568aa884ca375822b9424a530b64 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 11 Nov 2025 19:17:51 +0100 Subject: [PATCH] Update mypy/pytest --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index af56c207..a466807d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,8 +21,8 @@ optional = true [dependency-groups] dev = [ - "pytest>=8.3.0,<9", - "mypy==1.15.0 ; platform_python_implementation != 'PyPy'", + "pytest>=8.3.0,<10", + "mypy==1.18.2 ; platform_python_implementation != 'PyPy'", "flake8>=7.0.0,<8", "coverage[toml]>=7.2.3,<8", "meson-python>= 0.16.0",