From 3115d6af141dc35033c657a94ed803aa5e7ae28c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 00:03:10 +0000 Subject: [PATCH] Bump pytest from 9.0.2 to 9.0.3 in /dvp 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dvp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvp/requirements.txt b/dvp/requirements.txt index 822c250f..95767ed1 100644 --- a/dvp/requirements.txt +++ b/dvp/requirements.txt @@ -2,6 +2,6 @@ bump2version==1.0.1 packaging==26.0 pluggy==1.6.0 pyparsing==3.3.2 -pytest==9.0.2 +pytest==9.0.3 six==1.17.0 zipp==3.23.0