From d0e3cf8978b42659e780486591a9281504eb0d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 20:50:23 +0000 Subject: [PATCH] Bump pytest from 7.2.1 to 7.3.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to 7.3.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.2.1...7.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 97a8bb5..338b4ff 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,7 +1,7 @@ black[jupyter]==23.1.0 mypy==1.0.1 pylint==2.17.4 -pytest==7.2.1 +pytest==7.3.1 pytest-describe==2.0.1 pytest-pspec==0.0.4 pytest-raises==0.11