From 7f7f9f7959ce70c861a4563cd56f42c4eab5c2b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 20:15:38 +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 87d71b96a7..bf0ff4a699 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.1.3 # For unit test pytest-xdist == 2.5.0 # For unit test mypy == 0.931 # For unit test flake8 == 4.0.1 # For unit test