From 6caf59c5eca22fc40e5b8f5e54f6bf16d65a40db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 05:50:35 +0000 Subject: [PATCH] build(deps): bump locust from 2.32.9 to 2.32.10 in /backend Bumps [locust](https://github.com/locustio/locust) from 2.32.9 to 2.32.10. - [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.9...2.32.10) --- updated-dependencies: - dependency-name: locust dependency-type: direct:production update-type: version-update:semver-patch ... 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 9118aae8..166c3e40 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.9 \ No newline at end of file +locust==2.32.10 \ No newline at end of file