From 78c58873112a2d5a3a41bcb8d69863bae04a091b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 08:33:53 +0000 Subject: [PATCH] Bump pytest-timeout from 2.2.0 to 2.3.1 in /src/bindings/python Bumps [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) from 2.2.0 to 2.3.1. - [Commits](https://github.com/pytest-dev/pytest-timeout/compare/2.2.0...2.3.1) --- 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 94054315f9c0c6..507b4c4c97c4fc 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,<8.1 pytest-dependency==0.6.0 pytest-html==4.1.1 -pytest-timeout==2.2.0 +pytest-timeout==2.3.1 # Python bindings py>=1.9.0