From 87cd40a6b1773c01bac303498ffaa3c59dd9671a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:01:19 +0000 Subject: [PATCH] Bump pytest from 8.4.1 to 8.4.2 in /common Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 8.4.2. - [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.4.1...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- common/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/requirements.txt b/common/requirements.txt index ae7ef083..e196eb08 100644 --- a/common/requirements.txt +++ b/common/requirements.txt @@ -2,6 +2,6 @@ bump2version==1.0.1 packaging==25.0 pluggy==1.6.0 pyparsing==3.2.4 -pytest==8.4.1 +pytest==8.4.2 six==1.16.0 zipp==3.23.0