From 480afd2835da5a4f33f12da76e873cdb64b5b80d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 08:18:32 +0000 Subject: [PATCH] Bump pytest from 6.1.2 to 7.0.1 in /src/bindings/python Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.2 to 7.0.1. - [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.0.1) --- 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..e3a27665edb7cc 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.0.1 retrying==1.3.3 tox==3.24.5 wheel==0.36.2