From 2b7095f7f248e68a233e859b407a5862b2362635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 07:45:30 +0000 Subject: [PATCH] Chore(deps): Bump hexbytes from 0.2.2 to 1.3.1 Bumps [hexbytes](https://github.com/ethereum/hexbytes) from 0.2.2 to 1.3.1. - [Changelog](https://github.com/ethereum/hexbytes/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ethereum/hexbytes/compare/v0.2.2...v1.3.1) --- updated-dependencies: - dependency-name: hexbytes dependency-version: 1.3.1 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 7779d122..01e27888 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.1", "msgpack==1.0.8", # required by aiocache "multiaddr==0.0.9", # for libp2p-stubs "orjson>=3.7.7", # Minimum version for Python 3.11