From c00580a5ac656c5b0b4c219151240121f2d73a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 06:04:42 +0000 Subject: [PATCH] Update pytest requirement from <8.0.0,>=4.6 to >=4.6,<9.0.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/4.6.0...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 07940762b..97720d020 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ # Dependencies needed to run the tests -pytest>=4.6,<8.0.0; python_version>"3.8.10" +pytest>=4.6,<9.0.0; python_version>"3.8.10" pytest>=6.1.1,<6.2.0; python_version<="3.8.10" pytest-cov pytest-cases>=3.6.9,<4.0.0