From e284ed57e5210eedda5880709d1b0c19caae313b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 03:02:36 +0000 Subject: [PATCH] build: Bump pytest-timeout from 2.1.0 to 2.2.0 Bumps [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) from 2.1.0 to 2.2.0. - [Commits](https://github.com/pytest-dev/pytest-timeout/compare/2.1.0...2.2.0) --- updated-dependencies: - dependency-name: pytest-timeout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d5b815d..f926fdaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ test = [ "pytest==7.4.2", "pytest-aiohttp==1.0.5", "pytest-mock==3.11.1", - "pytest-timeout==2.1.0", + "pytest-timeout==2.2.0", "playwright==1.38.0", ]