From f3a979c818cd7033530f07e3425cffc1155be807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 10:03:14 -0700 Subject: [PATCH] [DEV] Update pytest requirement from ~=7.2 to >=7.2,<9.0 (#976) 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.2.0...8.1.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d2fc6c9..2fe6e339 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ where = ["src"] [project.optional-dependencies] test = [ "coverage[toml]~=6.3", - "pytest~=7.2", + "pytest>=7.2,<9.0", "pytest-rerunfailures~=14.0", ] lint = [