From 793101f1b9be842f038b93af3b6e9fb82511dcca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:22:53 +0000 Subject: [PATCH] deps: update pytest-timeout requirement from >=2.3 to >=2.4.0 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.3.0...2.4.0) --- updated-dependencies: - dependency-name: pytest-timeout dependency-version: 2.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0b118cd..6231ccc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ # ── Testing ───────────────────────────────────────────────────────────────── pytest>=8.0 pytest-cov>=5.0 -pytest-timeout>=2.3 +pytest-timeout>=2.4.0 pytest-memray>=1.5; sys_platform != "win32" # memray has no Windows wheels # ── Type checking ────────────────────────────────────────────────────────────