From 3df372fd9d6d1a1e6ed95f905d04ce2152715357 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 19:06:44 +0000 Subject: [PATCH] deps(deps): bump locust in the performance group across 1 directory Bumps the performance group with 1 update in the / directory: [locust](https://github.com/locustio/locust). Updates `locust` from 2.43.4 to 2.44.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.43.4...2.44.0) --- updated-dependencies: - dependency-name: locust dependency-version: 2.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: performance ... Signed-off-by: dependabot[bot] --- config/requirements.txt | 2 +- requirements/perf.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/requirements.txt b/config/requirements.txt index 2e5bbe8..6f261de 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -24,7 +24,7 @@ playwright==1.59.0 # [稳定层] major 升级 dependabot 已锁 requests==2.33.0 # [稳定层](修 CVE-2026-25645 extract_zipped_paths Insecure Temp File,2.32.4 仅修 netrc/verify) # ===== [稳定层] 性能测试 ===== -locust==2.43.4 # [稳定层] 备用 Python 压测 +locust==2.44.0 # [稳定层] 备用 Python 压测 # JMeter 5.6.3 [外部],需独立装 Java + JMeter(见部署说明) # ===== [稳定层] 测试数据工厂 ===== diff --git a/requirements/perf.txt b/requirements/perf.txt index 72f7099..5435e06 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.0 # mutmut==2.4.5 # 变异测试