chore(python-deps): bump locust from 2.39.0 to 2.39.1

Bumps [locust](https://github.com/locustio/locust) from 2.39.0 to 2.39.1.
- [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.39.0...2.39.1)

---
updated-dependencies:
- dependency-name: locust
  dependency-version: 2.39.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-08-30 20:02:58 +00:00 committed by Sébastien Han
parent b12cd528ef
commit 287d09b781
No known key found for this signature in database
2 changed files with 6 additions and 5 deletions

View file

@ -146,7 +146,7 @@ docs = [
]
codegen = ["rich", "pydantic", "jinja2>=3.1.6"]
benchmark = [
"locust>=2.37.14",
"locust>=2.39.1",
]
[project.urls]