From d23eeba13b12482efb33acd7020662042c533660 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 23:49:38 +0000 Subject: [PATCH] Update dependency pytest to v8.4.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db786ac..cf2a34e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,6 @@ Issues = "https://github.com/RealOrangeOne/seahash-py/issues" [project.optional-dependencies] dev = [ - "pytest==8.0.2", + "pytest==8.4.2", "ruff==0.3.0" ]