Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/prompt-toolkit-3.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
moisses89 committed Dec 28, 2023
2 parents 33ff689 + 8a2d820 commit 7bdf0d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements.txt
coverage==7.3.2
coverage==7.3.4
flake8==6.1.0
pytest==7.4.3
pytest-sugar==0.9.7
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ packaging>=23.1
prompt_toolkit==3.0.43
pygments==2.17.2
requests==2.31.0
safe-eth-py==6.0.0b8
safe-eth-py==6.0.0b13
tabulate==0.9.0
trezor==0.13.8
web3==6.11.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prompt_toolkit>=3",
"pygments>=2",
"requests>=2",
"safe-eth-py==6.0.0b8",
"safe-eth-py==6.0.0b13",
"tabulate>=0.8",
],
extras_require={"ledger": ["ledgereth==0.9.1"], "trezor": ["trezor==0.13.8"]},
Expand Down

0 comments on commit 7bdf0d6

Please sign in to comment.