From 2ebb671a556bdd541aab1a6ed6155e45fa2b8e66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 11:53:17 -0700 Subject: [PATCH] Bump locust from 2.8.3 to 2.8.4 in /perf-tests (#2494) Bumps [locust](https://github.com/locustio/locust) from 2.8.3 to 2.8.4. - [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.8.3...2.8.4) --- updated-dependencies: - dependency-name: locust 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 c94ef99b19..0683c37dde 100644 --- a/perf-tests/requirements.txt +++ b/perf-tests/requirements.txt @@ -8,4 +8,4 @@ certifi==2021.10.8 urllib3==1.26.8 pytest-html==3.1.1 pytest-repeat==0.9.1 -locust==2.8.3 \ No newline at end of file +locust==2.8.4 \ No newline at end of file