From 0e59fcb6ead4f415b8f27cffc5ffc3e60e910952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 20:02:03 +0000 Subject: [PATCH] build(deps): bump pytest from 9.0.0 to 9.0.1 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.0 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/9.0.0...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 59056ed336..66e075b041 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -3,7 +3,7 @@ scipy == 1.16.3 matplotlib == 3.10.7 cvxpy == 1.7.3 ecos == 2.0.14 -pytest == 9.0.0 # For unit test +pytest == 9.0.1 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.18.2 # For unit test ruff == 0.14.4 # For unit test