From 0e34a81a71abef6c4202d48c93b56d8c406e3ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 14:09:45 -0700 Subject: [PATCH] Bump locust from 2.11.1 to 2.12.0 in /perf-tests (#3021) Bumps [locust](https://github.com/locustio/locust) from 2.11.1 to 2.12.0. - [Release notes](https://github.com/locustio/locust/releases) - [Changelog](https://github.com/locustio/locust/blob/master/CHANGELOG.md) - [Commits](https://github.com/locustio/locust/compare/2.11.1...2.12.0) --- updated-dependencies: - dependency-name: locust dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 98e3d92476..7fe057110c 100644 --- a/perf-tests/requirements.txt +++ b/perf-tests/requirements.txt @@ -7,4 +7,4 @@ certifi==2022.6.15 urllib3==1.26.12 pytest-html==3.1.1 pytest-repeat==0.9.1 -locust==2.11.1 \ No newline at end of file +locust==2.12.0 \ No newline at end of file