From cce70cc2fda569be9eb0dfca9cf3bb45ed52b352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 08:41:56 +0000 Subject: [PATCH] Bump pytest-dependency from 0.5.1 to 0.6.0 in /src/bindings/python Bumps [pytest-dependency](https://github.com/RKrahl/pytest-dependency) from 0.5.1 to 0.6.0. - [Release notes](https://github.com/RKrahl/pytest-dependency/releases) - [Changelog](https://github.com/RKrahl/pytest-dependency/blob/develop/CHANGES.rst) - [Commits](https://github.com/RKrahl/pytest-dependency/compare/0.5.1...0.6.0) --- updated-dependencies: - dependency-name: pytest-dependency 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 9fb5f97fa7dee0..043aba81dec580 100644 --- a/src/bindings/python/constraints.txt +++ b/src/bindings/python/constraints.txt @@ -3,7 +3,7 @@ numpy>=1.16.6,<1.27 # Python bindings, frontends # pytest pytest>=5.0,<7.5 -pytest-dependency==0.5.1 +pytest-dependency==0.6.0 pytest-html==4.1.1 pytest-timeout==2.2.0