From a01a7978f718dd95af634d10f32e5e2b3b3dd5f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 00:01:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20pytest=20requirement=20fro?= =?UTF-8?q?m=20<8.0.0,>=3D7.1.3=20to=20>=3D7.1.3,<9.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.3...8.0.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 027605d..c647843 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "mypy ==1.7.1", "ruff ==0.1.8", "devtools[pygments] ==0.12.2", - "pytest >=7.1.3,<8.0.0", + "pytest >=7.1.3,<9.0.0", "coverage[toml] >=6.5.0,<8.0" ]