From 9686e47be4493934337925ef1a405094d7ee330b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 07:50:07 +0000 Subject: [PATCH] Bump pytest from 7.0.1 to 7.1.1 in /extra_requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.1 to 7.1.1. - [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.0.1...7.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- extra_requirements/requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra_requirements/requirements-tests.txt b/extra_requirements/requirements-tests.txt index e414c1761..9607ba6f2 100644 --- a/extra_requirements/requirements-tests.txt +++ b/extra_requirements/requirements-tests.txt @@ -28,7 +28,7 @@ pandas==1.4.1 panel==0.12.7 # Bokeh dependency psutil==5.9.0 # Strax dependency pymongo==3.12.0 # Strax dependency -pytest==7.0.1 +pytest==7.1.1 pytest-cov==3.0.0 scikit-learn==1.0.2 scipy==1.8.0 # Strax dependency