From 224c04b1167d9715f40e42668f4dd7a2db58f582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 23:33:34 +0000 Subject: [PATCH] Update pytest requirement from <7,>=6.2.5 to >=6.2.5,<9 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/6.2.5...8.0.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/testing_without_asyncio.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing_without_asyncio.txt b/requirements/testing_without_asyncio.txt index 5421347a0..ddc8ee0b3 100644 --- a/requirements/testing_without_asyncio.txt +++ b/requirements/testing_without_asyncio.txt @@ -1,5 +1,5 @@ # pip install -r requirements/testing_without_asyncio.txt -pytest>=6.2.5,<7 +pytest>=6.2.5,<9 pytest-cov>=3,<5 black==22.8.0 # Until we drop Python 3.6 support, we have to stay with this version click<=8.0.4 # black is affected by https://github.com/pallets/click/issues/2225