From a301f028b670e400f952265be3cde244c18ee65d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 01:08:49 +0000 Subject: [PATCH] deps(deps): bump locust from 2.43.4 to 2.44.3 in the performance group Bumps the performance group with 1 update: [locust](https://github.com/locustio/locust). Updates `locust` from 2.43.4 to 2.44.3 - [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.43.4...2.44.3) --- updated-dependencies: - dependency-name: locust dependency-version: 2.44.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: performance ... Signed-off-by: dependabot[bot] --- requirements/perf.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/perf.txt b/requirements/perf.txt index 72f7099c..655c9276 100644 --- a/requirements/perf.txt +++ b/requirements/perf.txt @@ -2,5 +2,5 @@ # 安装: pip install -r requirements/perf.txt -r base.txt -locust==2.43.4 +locust==2.44.3 # mutmut==2.4.5 # 变异测试