Skip to content

Commit

Permalink
Merge pull request #2476 from locustio/bump-minimum-version-dependenc…
Browse files Browse the repository at this point in the history
…y-of-various-things

Update minimum version of various dependencies
  • Loading branch information
cyberw authored Nov 20, 2023
2 parents 0d41787 + bf56449 commit 90122c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ description = "Developer friendly load testing framework"
dynamic = ["version"]
requires-python = ">=3.8"
dependencies = [
"gevent >=20.12.1",
"gevent >=22.10.2",
"flask >=2.0.0",
"Werkzeug >=2.0.0",
"requests >=2.23.0",
"msgpack >=0.6.2",
"pyzmq >=22.2.1, !=23.0.0",
"geventhttpclient >=2.0.2",
"ConfigArgParse >=1.7",
"psutil >=5.6.7",
"msgpack >=1.0.0",
"pyzmq >=25.0.0",
"geventhttpclient >=2.0.11",
"ConfigArgParse >=1.5.5",
"psutil >=5.9.1",
"Flask-BasicAuth >=0.2.0",
"Flask-Cors >=3.0.10",
"roundrobin >=0.0.2",
Expand Down

0 comments on commit 90122c7

Please sign in to comment.