From 41c5022fb972b0b9b91d34c0033ed77faab4c9de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:57:56 +0000 Subject: [PATCH] chore(pip)(deps-dev): update pytest-timeout requirement in /agent 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] --- agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/pyproject.toml b/agent/pyproject.toml index ab5cc886..230a8b13 100644 --- a/agent/pyproject.toml +++ b/agent/pyproject.toml @@ -28,7 +28,7 @@ dev = [ "pytest>=7.4", "pytest-cov>=4.0", "pytest-asyncio>=0.21", - "pytest-timeout>=2.1", + "pytest-timeout>=2.4.0", "pytest-benchmark>=4.0", "hypothesis>=6.91", "black>=23.12",