From 5e499cd848a9d207e7c5459b669a42ee632d6cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:06:02 +0000 Subject: [PATCH] chore(deps): update pytest-timeout requirement Updates the requirements on [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) to permit the latest version. - [Commits](https://github.com/pytest-dev/pytest-timeout/compare/2.2.0...2.4.0) --- updated-dependencies: - dependency-name: pytest-timeout dependency-version: 2.4.0 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 c024e4169..c6114e2aa 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -17,7 +17,7 @@ pytest-asyncio<2 # pytest-timeout # Note: per-test timeout so a hung test fails fast with a thread dump instead of stalling CI. -pytest-timeout>=2.2,<3 +pytest-timeout>=2.4.0,<3 # pytest-cov # Note: pytest-cov 7.1+ requires Python >=3.9; cap older interpreters below it.