Skip to content

Commit

Permalink
build(deps): bump base58 from 1.0.3 to 2.0.0 (#347)
Browse files Browse the repository at this point in the history
Bumps [base58](https://github.com/keis/base58) from 1.0.3 to 2.0.0.
- [Release notes](https://github.com/keis/base58/releases)
- [Changelog](https://github.com/keis/base58/blob/master/CHANGELOG.md)
- [Commits](keis/base58@v1.0.3...v2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and shekhar-shubhendu committed Jan 21, 2020
1 parent d7b7751 commit 1b42a9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -23,7 +23,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.6"
base58 = "^1.0"
base58 = ">=1,<3"
click = "^7.0"
rlp = "^1.1"
PyNaCl = "^1.3"
Expand Down

0 comments on commit 1b42a9e

Please sign in to comment.