From c205c446e0f084e6b692ee316bfa8d61f4a114b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 06:13:42 +0000 Subject: [PATCH] Update pytest requirement from <7.4,>=6.2 to >=6.2,<7.5 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/6.2.0...7.4.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 f58f3b1e..857d46ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ tests = [ "coverage>=5.3,<7.3", "doc8>=0.9,<1.2", "pre-commit>=2.9,<3.4", - "pytest>=6.2,<7.4", + "pytest>=6.2,<7.5", "pytest-console-scripts>=1.1,<1.5", "pytest-cov>=2.10,<4.2", "rstcheck[sphinx,toml]>=5.0,<6.2",