From 60c1cd6782f81c6a1578b4c6963b086c8b11d77c Mon Sep 17 00:00:00 2001 From: Sam Wilson Date: Wed, 3 Jun 2026 19:14:19 -0400 Subject: [PATCH] chore: bump ethereum-types and ethereum-rlp --- packages/testing/pyproject.toml | 4 ++-- pyproject.toml | 4 ++-- uv.lock | 21 +++++++++++---------- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/packages/testing/pyproject.toml b/packages/testing/pyproject.toml index e6472809571..3ad99466100 100644 --- a/packages/testing/pyproject.toml +++ b/packages/testing/pyproject.toml @@ -39,13 +39,13 @@ dependencies = [ "pydantic>=2.12.3,<3", "rich>=13.7.0,<15", "filelock>=3.15.1,<4", - "ethereum-types>=0.3.0,<0.4", + "ethereum-types>=0.4.0,<0.5", "pyyaml>=6.0.2,<7", "types-pyyaml>=6.0.12.20240917,<7", "pytest-json-report>=1.5.0,<2", "typing-extensions>=4.12.2,<5", "questionary>=2.1.0,<3", - "ethereum-rlp>=0.1.5,<0.2", + "ethereum-rlp>=0.1.6,<0.2", "pytest-regex>=0.2.0,<0.3", "eth-abi>=5.2.0", "joblib>=1.4.2", diff --git a/pyproject.toml b/pyproject.toml index b0c10143486..5d763b14e42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,8 @@ dependencies = [ "coincurve>=20,<21", "typing_extensions>=4.4", "py-ecc>=8.0.0b2,<9", - "ethereum-types>=0.3.0,<0.4", - "ethereum-rlp>=0.1.5,<0.2", + "ethereum-types>=0.4.0,<0.5", + "ethereum-rlp>=0.1.6,<0.2", "cryptography>=45.0.1,<46", "platformdirs>=4.2,<5", "libcst>=1.8,<2", diff --git a/uv.lock b/uv.lock index 65ccb609d2f..f822d1ffd31 100644 --- a/uv.lock +++ b/uv.lock @@ -943,8 +943,8 @@ requires-dist = [ { name = "coincurve", specifier = ">=20,<21" }, { name = "cryptography", specifier = ">=45.0.1,<46" }, { name = "ethash", marker = "extra == 'optimized'", specifier = ">=1.1.0,<2" }, - { name = "ethereum-rlp", specifier = ">=0.1.5,<0.2" }, - { name = "ethereum-types", specifier = ">=0.3.0,<0.4" }, + { name = "ethereum-rlp", specifier = ">=0.1.6,<0.2" }, + { name = "ethereum-types", specifier = ">=0.4.0,<0.5" }, { name = "libcst", specifier = ">=1.8,<2" }, { name = "platformdirs", specifier = ">=4.2,<5" }, { name = "py-ecc", specifier = ">=8.0.0b2,<9" }, @@ -1112,8 +1112,8 @@ requires-dist = [ { name = "eth-abi", specifier = ">=5.2.0" }, { name = "ethereum-execution", editable = "." }, { name = "ethereum-hive", specifier = ">=0.1.0a5,<1.0.0" }, - { name = "ethereum-rlp", specifier = ">=0.1.5,<0.2" }, - { name = "ethereum-types", specifier = ">=0.3.0,<0.4" }, + { name = "ethereum-rlp", specifier = ">=0.1.6,<0.2" }, + { name = "ethereum-types", specifier = ">=0.4.0,<0.5" }, { name = "filelock", specifier = ">=3.15.1,<4" }, { name = "gitpython", specifier = ">=3.1.31,<4" }, { name = "ijson", specifier = ">=3.3,<4" }, @@ -1169,27 +1169,28 @@ wheels = [ [[package]] name = "ethereum-rlp" -version = "0.1.5" +version = "0.1.6" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "ethereum-types" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/27/2b/22ec601ed0924f8a54f9e91381e20bb8e98ad1afc8f23799826bb2c313e6/ethereum_rlp-0.1.5.tar.gz", hash = "sha256:679d4fa1163e32bc8c288680f29077980aa2f6b5321d71e8e2bff55c5233b7bd", size = 13724, upload-time = "2026-02-20T04:25:43.158Z" } +sdist = { url = "https://files.pythonhosted.org/packages/54/55/1fab3dea8f912459751cb39ad4500e165344963af2dbd5fa699befe3e8d4/ethereum_rlp-0.1.6.tar.gz", hash = "sha256:ede36f53b53c8da21f19259a676eed8790950d47f0b42cb928ac8a3c562282f3", size = 14015, upload-time = "2026-06-03T23:12:02.472Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ce/bc/c6006debf372615af7c911e815c79f63395099defed3c8308db37d31511a/ethereum_rlp-0.1.5-py3-none-any.whl", hash = "sha256:4cbb84ec4d4e65e4af3b49757ecd623e04520cbae521ac5386151149ad0a1b7a", size = 9898, upload-time = "2026-02-20T04:25:42.074Z" }, + { url = "https://files.pythonhosted.org/packages/37/ab/b9b2ff2d37b7feabe3dcdee7d5170cf0e71b849a073bda8857c0afb54962/ethereum_rlp-0.1.6-py3-none-any.whl", hash = "sha256:f4144caa96b975720c62b967bbfd6c98601e95ee3c36457ece11ef4ce0cffa04", size = 9944, upload-time = "2026-06-03T23:12:01.492Z" }, ] [[package]] name = "ethereum-types" -version = "0.3.0" +version = "0.4.0" source = { registry = "https://pypi.org/simple" } dependencies = [ + { name = "mypy-extensions" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/90/90/32d9440ae5b2ac97d873862c9cbbacd28c82cf6d471efb54ef3051700739/ethereum_types-0.3.0.tar.gz", hash = "sha256:e5324efd269a0f66993163366543e39aae474a53f48031c31acec956867d8995", size = 15697, upload-time = "2026-02-20T03:47:40.169Z" } +sdist = { url = "https://files.pythonhosted.org/packages/30/7d/0891ebc73937db7a585e78a167707ecf4948aa4e32ac7b9f67422f4395e3/ethereum_types-0.4.0.tar.gz", hash = "sha256:9c6f52b89bf739ebfe26bdc2fc1d14f9a1bc4c658ef2bbca0003bbdef8ed9cc2", size = 16759, upload-time = "2026-06-03T20:30:10.468Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/73/3f/e9c35c2d879cd0084e9eb59e0e650e1688cc75ec3776291d92d4b7989fff/ethereum_types-0.3.0-py3-none-any.whl", hash = "sha256:ade1aae9df702067387b1e100f7b65fe96c87b1d7731fb7838cca79e84e51cca", size = 10685, upload-time = "2026-02-20T03:47:39.065Z" }, + { url = "https://files.pythonhosted.org/packages/03/cd/859435bc9d939158a4f41301631071b6cc5a1655883e720d22887b2a0a0b/ethereum_types-0.4.0-py3-none-any.whl", hash = "sha256:0bc2d2735faf92ba1ba317d409f019b56e33a21f2e1318356f96831d9996d392", size = 11753, upload-time = "2026-06-03T20:30:11.165Z" }, ] [[package]]