Skip to content

Commit c421120

Browse files
chore(deps): update pytest-timeout requirement
Updates the requirements on [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) to permit the latest version. - [Commits](pytest-dev/pytest-timeout@2.2.0...2.4.0) --- updated-dependencies: - dependency-name: pytest-timeout dependency-version: 2.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79c528e commit c421120

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)