Skip to content

Commit

Permalink
build(python): bump click to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matejcik committed Jun 29, 2022
1 parent b3d5c90 commit 3c249ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ demjson3 = "*"
graphviz = "*"

## cointool
click = "^8.0"
click = "^8"
ed25519 = "^1.4"
requests = "^2.19"
termcolor = "*"
Expand Down
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ecdsa>=0.9
mnemonic>=0.20
requests>=2.4.0
click>=7,<8.1
click>=7,<8.2
libusb1>=1.6.4
construct>=2.9,!=2.10.55
typing_extensions>=3.10
Expand Down

0 comments on commit 3c249ff

Please sign in to comment.