From aafd9dcaac38e531cdcdcf468fc7cde086e47ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 07:04:45 +0000 Subject: [PATCH] chore(deps): update pytest requirement from ==7.* to ==8.* 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.0.0rc1...8.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 07f252be..272c218e 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,7 +1,7 @@ coverage[toml] ~= 7.2; python_version == '3.7' coverage[toml] == 7.*; python_version > '3.7' coverage-conditional-plugin == 0.9.* -pytest == 7.* +pytest == 8.* pytest-cov == 5.* pytest-timeout == 2.* pytest-xdist == 3.*