From 3d18c32b1e876d9314c4e6341b2c269458a31b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 20:14:00 +0000 Subject: [PATCH] Bump pytest from 6.2.5 to 7.1.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.1.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...7.1.3) --- 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..3072e1a7b4 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.1.3 # For unit test pytest-xdist == 2.4.0 # For unit test sphinx < 4.0 # For sphinx documentation sphinx_rtd_theme == 1.0.0