Skip to content

Commit

Permalink
Raise minimum version of greenlet to 2.0.0, fixes #8433
Browse files Browse the repository at this point in the history
Signed-off-by: miigotu <[email protected]>
  • Loading branch information
miigotu committed May 28, 2023
1 parent 37636ba commit 2284c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ pybabel update
python = ">=3.7.2,<4"
"bencode.py" = "^4.0.0"
configobj = "^5.0.6"
greenlet = {version = ">=1.1.2", allow-prereleases = true}
greenlet = {version = ">=2.0.0", allow-prereleases = true}
ipaddress = "^1.0.23"
jsonrpclib-pelix = "^0.4.2"
Mako = "^1.1.4"
Expand Down

0 comments on commit 2284c62

Please sign in to comment.