From 3560f51dcc5f0ba7bee836dc32c81a62bf302ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:39:04 +0000 Subject: [PATCH] deps(deps): update pytest-timeout requirement from >=2.2.0 to >=2.4.0 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.2.0...2.4.0) --- updated-dependencies: - dependency-name: pytest-timeout dependency-version: 2.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1cf1d12..3efd5ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ test = [ "pytest>=7.4.0", "pytest-asyncio>=0.23.0", - "pytest-timeout>=2.2.0", + "pytest-timeout>=2.4.0", "pytest-cov>=4.1.0", "httpx>=0.28.1", "mcp>=1.27.0", diff --git a/requirements.txt b/requirements.txt index 82febb8..e7677f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pydantic>=2.13.4 # Testing pytest>=7.4.0 pytest-asyncio>=0.23.0 -pytest-timeout>=2.2.0 # per-test timeout so no run can hang the suite (see tests/conftest, pyproject) +pytest-timeout>=2.4.0 # per-test timeout so no run can hang the suite (see tests/conftest, pyproject) pytest-cov>=4.1.0 # coverage report in CI logs httpx>=0.28.1 # Official protocol SDKs used by the conformance + live tests to validate translation