Skip to content

Commit

Permalink
Use requests 2.32.2 or higher for Python 3.12, fixes locustio#2555
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Holmberg authored and mquinnfd committed May 26, 2024
1 parent 709b9a2 commit 72c6fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies = [
"flask >=2.0.0",
"Werkzeug >=2.0.0",
"requests >=2.26.0",
"requests >=2.32.2; python_version>'3.11'", # See #2555
"msgpack >=1.0.0",
"pyzmq >=25.0.0",
"geventhttpclient >=2.3.1",
Expand Down

0 comments on commit 72c6fa9

Please sign in to comment.