From ea4080076e5f39e35497c505ac844b5d2523f9dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 20:19:14 +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 87d71b96a7..f91dc81384 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ scipy == 1.7.3 pandas == 1.3.5 matplotlib == 3.5.1 cvxpy == 1.1.18 -pytest == 6.2.5 # For unit test +pytest == 7.2.0 # For unit test pytest-xdist == 2.5.0 # For unit test mypy == 0.931 # For unit test flake8 == 4.0.1 # For unit test