From 32fb83c4c616e926a9f2dca40d279a2dc126b460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 00:01:24 +0000 Subject: [PATCH] Bump pytest from 8.4.1 to 9.0.1 in /tools Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 9.0.1. - [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...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 5c2a4e73..01c3d2c8 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -16,7 +16,7 @@ pycodestyle==2.14.0 pyflakes==3.4.0 pyparsing==3.2.4 pytest-cov==6.2.1 -pytest==8.4.1 +pytest==9.0.1 six==1.16.0 yapf==0.43.0 zipp==3.23.0