Skip to content

Commit

Permalink
Bump hexbytes from 0.3.1 to 1.2.1
Browse files Browse the repository at this point in the history
Bumps [hexbytes](https://github.com/ethereum/hexbytes) from 0.3.1 to 1.2.1.
- [Changelog](https://github.com/ethereum/hexbytes/blob/main/docs/release_notes.rst)
- [Commits](ethereum/hexbytes@v0.3.1...v1.2.1)

---
updated-dependencies:
- dependency-name: hexbytes
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent d59dc92 commit 95c5126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
dependencies = [
"art>=6",
"colorama>=0.4",
"hexbytes>=0.2.3,<0.4.0",
"hexbytes>=1.2.1,<1.3.0",
"prompt_toolkit>=3",
"pygments>=2",
"requests>=2",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
art==6.2
colorama==0.4.6
hexbytes==0.3.1
hexbytes==1.2.1
ledgereth==0.9.1
packaging>=23.1
prompt_toolkit==3.0.47
Expand Down

0 comments on commit 95c5126

Please sign in to comment.