From b3debe4d4e18b3681061d1b9fd7ff0752ced2fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 20:38:24 +0000 Subject: [PATCH] Update pytest requirement from 7.1.1 to 7.1.2 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.1.1...7.1.2) --- 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 c19780ba..35f66438 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.1.1", optional = true } +pytest = { version = "7.1.2", 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 }