From d83e04cd5c04d244335e936d1a9234f145fe4ae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 13:17:38 -0700 Subject: [PATCH] Bump pytest from 7.0.1 to 7.1.0 in /perf-tests (#2487) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.1 to 7.1.0. - [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/7.0.1...7.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Comellini --- 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 52a45019ea..c94ef99b19 100644 --- a/perf-tests/requirements.txt +++ b/perf-tests/requirements.txt @@ -1,7 +1,7 @@ PyYAML==6.0 requests==2.27.1 kubernetes==23.3.0 -pytest==7.0.1 +pytest==7.1.0 ipaddress==1.0.23 # >= 1.0.17 cffi==1.15.0 certifi==2021.10.8