From 2b76c47f2a28ec0785f0ec85bcc544c510ae92c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 07:53:42 +0000 Subject: [PATCH] Chore(deps): Bump hexbytes from 0.2.2 to 1.3.0 Bumps [hexbytes](https://github.com/ethereum/hexbytes) from 0.2.2 to 1.3.0. - [Changelog](https://github.com/ethereum/hexbytes/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ethereum/hexbytes/compare/v0.2.2...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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5ad54cd8..f886d0f97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "eth-account==0.10", "eth-typing~=4.0", "gunicorn==23.0.0", - "hexbytes==0.2.2", + "hexbytes==1.3.0", "msgpack==1.0.8", # required by aiocache "multiaddr==0.0.9", # for libp2p-stubs "orjson>=3.7.7", # Minimum version for Python 3.11