From f1997a394a2f2b05d78037a907f448928416c803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 17:59:32 +0000 Subject: [PATCH] chore(deps-dev): 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.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 2fc0763..fb282cf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ pytest-cov>=7.0.0 pytest-rerunfailures>=16.4 # flake detection (Pillar 2: Stability) pytest-memray>=1.8.0; sys_platform != "win32" # memory baseline (Pillar 3); memray Linux/macOS only pytest-benchmark>=5.2.3 # micro-benchmarks -pytest-timeout>=2.3.0 # safety net for hung tests +pytest-timeout>=2.4.0 # safety net for hung tests hypothesis>=6.165.0 # property-based testing (Pillar 4: Versatility) # ── Type checking & quality ─────────────────────────────────────────────────