From a3ad97e2a3331ba167bfa4640541e3cc45546f05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 20:17:26 +0000 Subject: [PATCH] Bump pytest from 6.2.5 to 7.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.2.0. - [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...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a0135cf44..5630f7237c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ scipy == 1.7.3 pandas == 1.3.4 matplotlib == 3.5.0 cvxpy == 1.1.17 -pytest == 6.2.5 # For unit test +pytest == 7.2.0 # For unit test pytest-xdist == 2.4.0 # For unit test sphinx < 4.0 # For sphinx documentation sphinx_rtd_theme == 1.0.0