From 04898e49b12d58e30257a36e5814be6d56491472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 07:39:57 +0000 Subject: [PATCH] chore(deps): update pytest-timeout requirement from ==2.3.* to ==2.4.* 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.3.0...2.4.0) --- updated-dependencies: - dependency-name: pytest-timeout dependency-version: 2.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 9749b27..b2529d2 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,7 +1,7 @@ coverage[toml] == 7.* pytest == 8.3.* pytest-cov == 6.1.* -pytest-timeout == 2.3.* +pytest-timeout == 2.4.* pytest-xdist == 3.6.* types-PyYAML == 6.* black == 25.*