From 24ac94bef637266bf9d1cac5377b9afa5128285e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:40:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps:=20Update=20dependenc?= =?UTF-8?q?y=20pytest=20to=20v8.4.2?= 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 3d158f3..eef6da3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build = "build.py" python = "^3.8" [tool.poetry.dev-dependencies] -pytest = "^9.0.0" +pytest = "^8.4.2" black = "^21.11b1" Cython = "^3.0.0"