From 7873040ed39564d54d86083c1f3c416794123fe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Mar 2022 17:07:52 -0700 Subject: [PATCH] Bump pytest from 7.1.0 to 7.1.1 in /perf-tests (#2511) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.0 to 7.1.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/7.1.0...7.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 5ea9cfd74d..be23c02dbc 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.1.0 +pytest==7.1.1 ipaddress==1.0.23 # >= 1.0.17 cffi==1.15.0 certifi==2021.10.8