From 400c94c70e04c96c22df16edf6b8d90fe0b96aae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 02:49:46 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps:=20Update=20dependenc?= =?UTF-8?q?y=20pytest=20to=20v9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 416576b..3d158f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build = "build.py" python = "^3.8" [tool.poetry.dev-dependencies] -pytest = "^8.0.0" +pytest = "^9.0.0" black = "^21.11b1" Cython = "^3.0.0"