From 4d45d1da9adbccb44c0b3eb96934785ce542ae35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 06:21:22 +0000 Subject: [PATCH] Bump pytest-timeout from 2.3.1 to 2.4.0 Bumps [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) from 2.3.1 to 2.4.0. - [Commits](https://github.com/pytest-dev/pytest-timeout/compare/2.3.1...2.4.0) --- updated-dependencies: - dependency-name: pytest-timeout dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a9ad4c37..b01403a8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ test = [ "pytest==9.0.3", "pytest-xdist==3.6.1", "pytest-json-report==1.5.0", - "pytest-timeout==2.3.1", + "pytest-timeout==2.4.0", "pytest-benchmark==5.2.3", "pytest-asyncio==1.3.0", "requests==2.33.1",