Skip to content

Commit

Permalink
fix: version specifier in flashbots plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Sep 26, 2023
1 parent c2d1c8d commit 4e16112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/aea-ledger-ethereum-flashbots/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
python_requires=">=3.9,<4.0",
install_requires=[
"open-aea-ledger-ethereum~=1.39.0",
"open-aea-ledger-ethereum~=1.40.0",
"open-aea-flashbots==1.4.0",
],
tests_require=["pytest"],
Expand Down

0 comments on commit 4e16112

Please sign in to comment.