From 8def85b0d5705777d3a643ef8631877db0b62d58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 06:33:16 +0000 Subject: [PATCH] build(deps-dev): bump locust from 2.16.1 to 2.17.0 Bumps [locust](https://github.com/locustio/locust) from 2.16.1 to 2.17.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.16.1...2.17.0) --- updated-dependencies: - dependency-name: locust dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 010f0ba89..5005b7e87 100644 --- a/setup.py +++ b/setup.py @@ -146,7 +146,7 @@ def merge_req_lists(*req_lists: List[str]) -> List[str]: "fastapi==0.103.1", "uvicorn==0.23.1", "websockets==11.0.2", - "locust==2.16.1", + "locust==2.17.0", "streamlit==1.27.0", "streamlit-chat==0.1.1", ]