From c867189732a07f583ebb3bbb5a4a960aff6f7def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:42:43 +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:development 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 ee5cf0fbf1..44bf33fbec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ test = [ "requests_mock==1.12.1", "pytest==9.0.3", "pytest-xdist==3.6.1", - "pytest-timeout==2.3.1", + "pytest-timeout==2.4.0", "pytest-benchmark[histogram]==5.1.0; python_version >= '3.10'", "cryptography==46.0.7", "pyopenssl==26.0.0",