From 15012ec58cb66e1dde66998490749c263aaa0c02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 03:42:46 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-timeout in the pytest group Bumps the pytest group with 1 update: [pytest-timeout](https://github.com/pytest-dev/pytest-timeout). Updates `pytest-timeout` from 2.3.1 to 2.4.0 - [Commits](https://github.com/pytest-dev/pytest-timeout/compare/2.3.1...2.4.0) --- updated-dependencies: - dependency-name: pytest-timeout dependency-version: 2.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 472a289cc..f618c5eae 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,7 +15,7 @@ pytest-asyncio==0.26.0 pytest-cov==6.1.1 pytest-mock==3.14.0 pytest-random-order==1.1.1 -pytest-timeout==2.3.1 +pytest-timeout==2.4.0 pytest-xdist==3.6.1 isort==6.0.1 # For datetime mocking