From 2edd5cd06b12dd79527511efd6cd2592ae67c3c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 06:41:18 +0000 Subject: [PATCH] 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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69a3d7d..fa5b05b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ tools = [ dev = [ "pytest>=8.4.2,<9.0.0", "pytest-cov>=4.1.0,<8.0.0", - "pytest-timeout>=2.1.0,<3.0.0", + "pytest-timeout>=2.4.0,<3.0.0", "mypy>=1.19.1,<2.0.0", "ruff>=0.15.10,<1.0.0", "black>=25.11.0,<26.0.0",