From a0e22d0377640d3496b6a780cbb7447df77abe52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 06:08:15 +0000 Subject: [PATCH] build(deps): bump locust from 2.32.10 to 2.34.0 in /backend Bumps [locust](https://github.com/locustio/locust) from 2.32.10 to 2.34.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.32.10...2.34.0) --- updated-dependencies: - dependency-name: locust dependency-version: 2.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index dbf6ce54..96a938cf 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -19,4 +19,4 @@ numpy<3.0.0 pytest==8.3.4 coverage==7.6.12 Faker==36.1.1 -locust==2.32.10 \ No newline at end of file +locust==2.34.0 \ No newline at end of file