From 4c07ccf1216f7073a73c561335ba7ebcb3f2a31b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:02:45 +0000 Subject: [PATCH] Bump pytest from 8.2.2 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.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/8.2.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index bea5d5a..9a18fe2 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -20,7 +20,7 @@ packaging==24.1 pluggy==1.5.0 pycodestyle==2.12.0 pyflakes==3.2.0 -pytest==8.2.2 +pytest==9.0.3 pytest-cov==5.0.0 tomli==2.0.1 typing_extensions==4.12.2