From 9470f7cf927b8f95ca95a033888a386c8c3edaf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 20:37:17 +0000 Subject: [PATCH] Update pytest requirement from 7.0.1 to 7.1.0 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95aa7f80..37b946ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pandas = { version = "1.3.5", optional = true } tabulate = { version = "0.8.9", optional = true } # Test and examples packages -pytest = { version = "7.0.1", optional = true } +pytest = { version = "7.1.0", optional = true } pytest-cov = { version = "3.0.0", optional = true } requests-mock = { version = "1.9.3", optional = true } ipython = { version = "7.32.0", optional = true }