From f5ebf2c1d2020fb14473f1056283ad59217e6ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 05:30:15 +0000 Subject: [PATCH] build(deps): bump locust from 2.32.10 to 2.33.0 in /backend Bumps [locust](https://github.com/locustio/locust) from 2.32.10 to 2.33.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.33.0) --- updated-dependencies: - dependency-name: locust 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..60abff98 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.33.0 \ No newline at end of file