From 9d1fefc82f500f9a1d4a61d9c488667f36ea22ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 15:21:28 +0000 Subject: [PATCH] Bump hexbytes from 0.3.1 to 1.3.0 Bumps [hexbytes](https://github.com/ethereum/hexbytes) from 0.3.1 to 1.3.0. - [Changelog](https://github.com/ethereum/hexbytes/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ethereum/hexbytes/compare/v0.3.1...v1.3.0) --- updated-dependencies: - dependency-name: hexbytes dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 08d71e9..a0d2c2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ dependencies = [ "art>=6", "colorama>=0.4", - "hexbytes>=0.2.3,<0.4.0", + "hexbytes>=0.2.3,<1.4.0", "prompt_toolkit>=3", "pygments>=2", "requests>=2", diff --git a/requirements.txt b/requirements.txt index 4128a95..60ee607 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ art==6.4 colorama==0.4.6 -hexbytes==0.3.1 +hexbytes==1.3.0 ledgereth==0.10.0 packaging>=23.1 prompt_toolkit==3.0.50