From 70e1c723dce03174dd6c876d52aae4633ebfc8ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:52:20 +0000 Subject: [PATCH] Update pytest-timeout requirement from <2.3,>=1.3.3 to >=1.3.3,<2.4 (#6772) 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/1.3.3...2.3.1) --- updated-dependencies: - dependency-name: pytest-timeout dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17337e34f..12a5877b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dev = [ "pyinstaller==6.4.0", "pytest-asyncio>=0.23,<0.24", "pytest-cov>=2.7.1,<4.2", - "pytest-timeout>=1.3.3,<2.3", + "pytest-timeout>=1.3.3,<2.4", "pytest-xdist>=2.1.0,<3.6", "pytest>=6.1.0,<9", "requests>=2.9.1,<3",