From 0f188de2c4c0574f2b98a2406dc1cd6eb4a8aea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:18:51 +0000 Subject: [PATCH] build(deps): update pytest requirement from <9,>=6.2.5 to >=8.4.2,<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.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 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 ae3819f..18b034d 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -1,5 +1,5 @@ # pip install -r requirements/testing.txt -pytest>=6.2.5,<9 +pytest>=8.4.2,<9 pytest-cov>=3,<8 Flask>=2.0.3,<4 gevent>=22.10.2,<27