From a9fc166c533471a5a86d5f909858bfea40336b29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Apr 2025 11:32:34 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20pytest=20requirement=20fro?= =?UTF-8?q?m=20<8.0.0,>=3D7.0.1=20to=20>=3D7.0.1,<9.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.1...8.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 81f0d68165..ec87a3b262 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,6 +1,6 @@ -e . -r requirements-docs-tests.txt -pytest >=7.0.1,<8.0.0 +pytest >=7.0.1,<9.0.0 coverage[toml] >=6.2,<8.0 mypy ==1.4.1 ruff ==0.9.6