From 24d80873d0c3fa4a944bc1ee1b553687377355f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:13:35 +0000 Subject: [PATCH] [MNT] [Dependabot](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.2.0) --- updated-dependencies: - dependency-name: pytest-timeout dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fcbb55dd3f5..b375055981f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -245,7 +245,7 @@ tests = [ "pytest<7.5,>=7.4", "pytest-cov<4.2,>=4.1", "pytest-randomly<3.16,>=3.15", - "pytest-timeout<2.2,>=2.1", + "pytest-timeout>=2.1,<2.3", "pytest-xdist<3.4,>=3.3", ]