From 5ee48b60e83eec7975e0897b7e7861a5b9e3e4f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:01:36 +0000 Subject: [PATCH] Update pytest requirement from ~=8.4.1 to ~=9.0.2 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/tests-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests-requirements.txt b/tests/tests-requirements.txt index 7b962033..30b55f32 100644 --- a/tests/tests-requirements.txt +++ b/tests/tests-requirements.txt @@ -1,2 +1,2 @@ parameterized~=0.9.0 -pytest~=8.4.1 \ No newline at end of file +pytest~=9.0.2 \ No newline at end of file