From 86ec830e4a7d0190acd32346833608ddedbafea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 10:47:21 +0000 Subject: [PATCH] build(deps): bump pytest from 8.4.0 to 8.4.1 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.0 to 8.4.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.0...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.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 ce89e2f2db..30458e03d1 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -3,7 +3,7 @@ scipy == 1.15.2 matplotlib == 3.10.1 cvxpy == 1.6.6 ecos == 2.0.14 -pytest == 8.4.0 # For unit test +pytest == 8.4.1 # For unit test pytest-xdist == 3.7.0 # For unit test mypy == 1.16.1 # For unit test ruff == 0.12.0 # For unit test