From deff09e0408292b3f689a5ff4ec00be87aa97c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:27:50 +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.1.0...2.4.0) --- updated-dependencies: - dependency-name: pytest-timeout dependency-version: 2.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- reference-apps/shared/test-suite/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference-apps/shared/test-suite/requirements.txt b/reference-apps/shared/test-suite/requirements.txt index d67cbc2..659efe8 100644 --- a/reference-apps/shared/test-suite/requirements.txt +++ b/reference-apps/shared/test-suite/requirements.txt @@ -3,7 +3,7 @@ # Testing framework pytest>=7.4.0 pytest-asyncio>=0.21.0 -pytest-timeout>=2.1.0 +pytest-timeout>=2.4.0 # HTTP client for testing httpx>=0.24.0