From dc73b685e0615ea9992c3c9164894a2fd1fdec27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:42:04 +0000 Subject: [PATCH] Update pytest requirement from <8.2,>=6.2.5 to >=6.2.5,<8.4 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.3.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 2b55125c7..607df944c 100644 --- a/requirements/testing_without_asyncio.txt +++ b/requirements/testing_without_asyncio.txt @@ -1,4 +1,4 @@ # pip install -r requirements/testing_without_asyncio.txt -pytest>=6.2.5,<8.2 # https://github.com/tornadoweb/tornado/issues/3375 +pytest>=6.2.5,<8.4 # https://github.com/tornadoweb/tornado/issues/3375 pytest-cov>=3,<6 black==22.8.0 # Until we drop Python 3.6 support, we have to stay with this version