Skip to content

Commit 214815a

Browse files
chore(deps): update pytest-timeout requirement from <3,>=2.2 to >=2.4.0,<3 (#1927)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 21772f0 commit 214815a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pytest-asyncio<2
1717

1818
# pytest-timeout
1919
# Note: per-test timeout so a hung test fails fast with a thread dump instead of stalling CI.
20-
pytest-timeout>=2.2,<3
20+
pytest-timeout>=2.4.0,<3
2121

2222
# pytest-cov
2323
# Note: pytest-cov 7.1+ requires Python >=3.9; cap older interpreters below it.

0 commit comments

Comments
 (0)