From 6f6017724f7d0998e58c2589489a5516a7f912e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 03:14:14 +0400 Subject: [PATCH] Bump pytest-timeout from 2.1.0 to 2.2.0 in /src/bindings/python (#20310) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/bindings/python/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/python/constraints.txt b/src/bindings/python/constraints.txt index 9db99017681f4f..20e888bde84984 100644 --- a/src/bindings/python/constraints.txt +++ b/src/bindings/python/constraints.txt @@ -5,7 +5,7 @@ numpy>=1.16.6,<1.27 # Python bindings, frontends pytest>=5.0,<7.5 pytest-dependency==0.5.1 pytest-html==3.2.0 -pytest-timeout==2.1.0 +pytest-timeout==2.2.0 # Python bindings py>=1.9.0