From 1839428cd0662efaf85c43c448ce772ac6eb6623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 05:17:42 +0000 Subject: [PATCH] build(deps): bump locust from 2.32.10 to 2.42.0 in /backend Bumps [locust](https://github.com/locustio/locust) from 2.32.10 to 2.42.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.42.0) --- updated-dependencies: - dependency-name: locust dependency-version: 2.42.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..0f474a4f 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.42.0 \ No newline at end of file