From 5c73ab0f07687d4bcf3552086f95fe18dc088338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 21:07:02 +0000 Subject: [PATCH] Bump pytest in /requirements in the pip group across 1 directory Bumps the pip group with 1 update in the /requirements directory: [pytest](https://github.com/pytest-dev/pytest). Updates `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:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 00fba79..1d81bb7 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -63,7 +63,7 @@ pygments==2.19.2 # via pytest pyright==1.1.408 # via hatch.envs.dev -pytest==9.0.2 +pytest==9.0.3 # via # hatch.envs.dev # pytest-cov