From 2828512e581520a528a9f379e461f8b036e30f92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 13:48:25 +0000 Subject: [PATCH] Update pytest-timeout requirement from ^1.4.2 to >=1.4.2,<3.0.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/1.4.2...2.1.0) --- updated-dependencies: - dependency-name: pytest-timeout dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b8b80f..738ade5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ optional = true [tool.poetry.group.tests.dependencies] pytest = "*" -pytest-timeout = "^1.4.2" +pytest-timeout = ">=1.4.2,<3.0.0" hypothesis = "*" requests_mock = "*" numpy = "*"