From 39de787fc75bb21385d1cafce575f4cbc8b16ee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Nov 2021 17:09:06 +0000 Subject: [PATCH] Bump locust from 2.4.3 to 2.5.0 in /perf-tests Bumps [locust](https://github.com/locustio/locust) from 2.4.3 to 2.5.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.4.3...2.5.0) --- updated-dependencies: - dependency-name: locust dependency-type: direct:production update-type: version-update:semver-minor ... 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 df67842746..0c0406e7e6 100644 --- a/perf-tests/requirements.txt +++ b/perf-tests/requirements.txt @@ -8,4 +8,4 @@ certifi==2021.10.8 urllib3==1.26.7 pytest-html==3.1.1 pytest-repeat==0.9.1 -locust==2.4.3 \ No newline at end of file +locust==2.5.0 \ No newline at end of file