From 2a47cdc880752d474f00fcd5c72b5b4973ac73f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 11:50:57 +0000 Subject: [PATCH] chore(deps): 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 b229b17..15cf778 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ wemake-python-styleguide = "0.16.0" flake8-bandit = "2.1.2" # https://github.com/PyCQA/bandit/issues/837 bandit = "1.7.2" # https://github.com/PyCQA/bandit/issues/837 -pytest = "~7.2.1" +pytest = "~9.0.0" pytest-asyncio = "~0.18.2" pytest-cov = "~3.0.0"