From abd07a29fac83b3b585ccceea77d039ab6ac2ac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 07:45:03 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 6.2.5 to 7.1.3 in /python Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.1.3. - [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.2.5...7.1.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements-dev.txt b/python/requirements-dev.txt index bb0ef18077..c193f0ac4b 100644 --- a/python/requirements-dev.txt +++ b/python/requirements-dev.txt @@ -5,7 +5,7 @@ mypy packaging pexpect pyOpenSSL -pytest==6.2.5 +pytest==7.1.3 pytest-cov pytest-rerunfailures retry