From 00e74108339525298c1d36e8d459c1d0eaa75e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:15:17 +0000 Subject: [PATCH] Update pytest requirement from <9,>=8.4.2 to >=8.4.2,<10 in /tests 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/8.4.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pyproject.toml b/tests/pyproject.toml index 9d6646e4f..8e68f7e76 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "pyhelm3 @ git+https://github.com/element-hq/pyhelm3.git@efa509e7501edeb9d04f2a9e688f6e0088305954", "pytest-asyncio-cooperative>=0.40.0", "pytest-kubernetes>=0.7.2", - "pytest>=8.4.2,<9", # pytest 9 breaks pytest-asyncio-cooperative (see #1301) + "pytest>=8.4.2,<10", # pytest 9 breaks pytest-asyncio-cooperative (see #1301) "python-dotenv>=1.2.2", "python-on-whales>=0.80.0", "pyyaml>=6.0.3",