From 7f826ccf209843ca2b5b84bae4cfcdd6f24f24db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:52:23 +0100 Subject: [PATCH] Update pytest-timeout requirement from <2.2,>=1.3.3 to >=1.3.3,<2.3 (#6440) 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.2.0) --- 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 13fbc1a8d..b3b62264e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dev = [ "pyinstaller==6.1.0", "pytest-asyncio>=0.17,<0.22", "pytest-cov>=2.7.1,<4.2", - "pytest-timeout>=1.3.3,<2.2", + "pytest-timeout>=1.3.3,<2.3", "pytest-xdist>=2.1.0,<3.4", "pytest>=6.1.0,<8", "requests>=2.9.1,<3",