From fcfd167d2a42cbbed16185031fb685335f2302b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:16:46 +0000 Subject: [PATCH] chore: update dependency pytest to v9 [security] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a83fa80..4452f52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ click = "^8.0.1" setuptools = "^65.0.0" [tool.poetry.dev-dependencies] -pytest = "^7.1" +pytest = "^9.0.0" black = "^22.3.0" coveralls = "^3.0.1" pylint = "^2.6.0"