From b9c3bbee3c0e18750eeb6d618b69972e13e31f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:32:10 +0000 Subject: [PATCH] build(deps): bump pytest from 6.2.5 to 9.0.3 in /Python Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 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/6.2.5...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/requirements.txt b/Python/requirements.txt index 69ddbc49..156def93 100644 --- a/Python/requirements.txt +++ b/Python/requirements.txt @@ -16,7 +16,7 @@ platformdirs==2.4.0 pluggy==1.0.0 py==1.10.0 pyparsing==2.4.7 -pytest==6.2.5 +pytest==9.0.3 python-dateutil==2.8.2 regex==2021.10.21 scipy==1.7.3