From 9acd02a657aa7d5c5cceafc933d7abecd2e9bd69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 20:28:41 +0000 Subject: [PATCH] Bump pytest from 7.1.3 to 7.2.2 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.2.2. - [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/7.1.3...7.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... 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 a85aa121e6..5b8ed2049c 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -2,7 +2,7 @@ numpy == 1.23.3 scipy == 1.9.1 matplotlib == 3.6.0 cvxpy == 1.2.1 -pytest == 7.1.3 # For unit test +pytest == 7.2.2 # For unit test pytest-xdist == 2.5.0 # For unit test mypy == 0.982 # For unit test flake8 == 5.0.4 # For unit test