From 35342ca3c5f1e265730aa4f1c777d8576330e80d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 07:50:56 +0000 Subject: [PATCH] Bump pytest-timeout from 2.1.0 to 2.2.0 in /src/bindings/python 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] --- 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 48c94a4cdabcae..2fb4e581b76cbe 100644 --- a/src/bindings/python/constraints.txt +++ b/src/bindings/python/constraints.txt @@ -7,7 +7,7 @@ protobuf>=3.18.1,<4.0.0 # Python bindings, frontends pytest>=5.0,<7.4 pytest-dependency==0.5.1 pytest-html==3.1.1 -pytest-timeout==2.1.0 +pytest-timeout==2.2.0 # Python bindings py>=1.9.0