From 561161f1f91acf4b2d737cd9c23e7453e3744103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 13:21:09 +0000 Subject: [PATCH] Bump pytest from 6.1.2 to 7.1.2 in /src/bindings/python Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.2 to 7.1.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.1.2...7.1.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/bindings/python/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/python/requirements_test.txt b/src/bindings/python/requirements_test.txt index 581fb9d5cc62ad..6d2b1fd0831f75 100644 --- a/src/bindings/python/requirements_test.txt +++ b/src/bindings/python/requirements_test.txt @@ -7,7 +7,7 @@ mypy==0.812 onnx==1.10.1 pydocstyle==5.1.1 pytest-xdist==2.2.1 -pytest==6.1.2 +pytest==7.1.2 retrying==1.3.3 tox==3.24.5 wheel==0.36.2