From 56edb5354f322afbf4b288372aa80b68666fb2ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 19:26:41 +0000 Subject: [PATCH] Bump pytest from 4.4.1 to 7.0.1 in /perf-tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.4.1 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/4.4.1...7.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- perf-tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf-tests/requirements.txt b/perf-tests/requirements.txt index 2dc21eb330..2f5db0eb4a 100644 --- a/perf-tests/requirements.txt +++ b/perf-tests/requirements.txt @@ -1,7 +1,7 @@ PyYAML==6.0 requests==2.27.1 kubernetes==21.7.0 -pytest==4.4.1 +pytest==7.0.1 ipaddress==1.0.23 # >= 1.0.17 cffi==1.15.0 certifi==2021.10.8