From 213b197d1cab734f15b772e91f15549a8c6ab551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:40:16 +0000 Subject: [PATCH] Update pytest requirement from ~=7.3.1 to >=7.3.1,<8.4.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.3.1...8.3.4) --- 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 c98dd7e44..03070301d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ tests = [ "pytest-env>=0.8,<2.0", "pytest-rerunfailures>=10,<14", "pytest-sugar>=0.9,<2.0", - "pytest~=7.3.1", + "pytest>=7.3.1,<8.4.0", "pytest-timeout", "pytest-xdist", ]