From 7f93edbd38e530b11e0cb2b625b9ef3301507014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 02:32:18 +0000 Subject: [PATCH] Bump pytest from 9.0.2 to 9.0.3 in /install Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- install/testing_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/testing_requirements.txt b/install/testing_requirements.txt index eda302a0c..8c80a2f8a 100644 --- a/install/testing_requirements.txt +++ b/install/testing_requirements.txt @@ -1,6 +1,6 @@ flake8==7.3.0 coverage>=7.5 -pytest==9.0.2 +pytest==9.0.3 pytest-cov==7.0.0 pytest-timeout==2.4.0 mock==5.2.0