From d449933f4d2362803cf592c715d45c85a724c4fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 00:36:10 +0000 Subject: [PATCH] fix(deps): update dependency pytest to v9 [security] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2deebd8..3bace20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dev = [ # Security "bandit[toml]>=1.8.0", # Testing - "pytest>=8.4.1", + "pytest>=9.0.3", "pytest-cov>=6.2.0", "pytest-xdist>=3.5.0", # Parallel test execution "pytest-randomly>=3.16.0", # Randomize test order diff --git a/requirements-dev.txt b/requirements-dev.txt index 5686d34..bc6592b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -13,7 +13,7 @@ bandit[toml]>=1.8.0 pip-audit>=2.7.0 # Testing -pytest>=8.4.1 +pytest>=9.0.3 pytest-cov>=6.2.0 pytest-xdist>=3.5.0 pytest-randomly>=3.16.0