diff --git a/cuda_bindings/pyproject.toml b/cuda_bindings/pyproject.toml index 45c6f89d7b..b405a67fbc 100644 --- a/cuda_bindings/pyproject.toml +++ b/cuda_bindings/pyproject.toml @@ -50,7 +50,7 @@ test = [ # TODO: remove the Python 3.15 guard once 3.15 is officially supported "matplotlib>=3.5.0,<=3.10.9; python_version < '3.15'", "numpy>=1.21.1,<=2.5.0", - "pytest==9.1.0", + "pytest==9.1.1", "pytest-benchmark==5.2.3", "pytest-repeat==0.9.4", "pytest-randomly==4.1.0",