From 4ed55b09ca261bc3f3c41ea5563949f3e572cdd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 00:32:36 +0000 Subject: [PATCH] Bump pytest from 8.3.5 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 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.3.5...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 86e21ac..fd3cbd1 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -5,7 +5,7 @@ setuptools==76.0.0 build==1.2.2.post1 # MIT wheel==0.45.1 # MIT -pytest==8.3.5 # MIT +pytest==9.0.3 # MIT pytest-cov==6.0.0 # MIT mypy==1.15.0 # MIT types-PyYAML==6.0.12.20241230 # Apache 2.0