From 5ba1689aea2c6187f8ee7ccffa75fe0800d3ff58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 05:38:10 +0000 Subject: [PATCH] Bump pytest from 7.4.3 to 8.4.2 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 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/7.4.3...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-major ... 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 68d8b2dc..17ccf01b 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -2,7 +2,7 @@ numpy == 1.26.2 scipy == 1.11.4 matplotlib == 3.8.2 cvxpy == 1.4.1 -pytest == 7.4.3 # For unit test +pytest == 8.4.2 # For unit test pytest-xdist == 3.5.0 # For unit test mypy == 1.7.1 # For unit test ruff == 0.1.8 # For unit test