From 2f17615b7210adf541c2134583f0e12bfd7795cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:13:49 +0000 Subject: [PATCH] deps(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.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 d3f8bde..2fff32e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest>=9.0", - "pytest-timeout>=2.1.0", + "pytest-timeout>=2.4.0", "pytest-asyncio>=0.23.0", "black>=25.1", "ruff>=0.9",