Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"annotated-types==0.7.0",
"click==8.1.8",
"eth-typing==5.2.1",
"eth-utils==5.3.0",
"eth-utils==5.3.1",
"pycryptodome==3.23.0",
"pydantic==2.11.7",
"pydantic-core==2.33.2",
Expand All @@ -53,21 +53,21 @@ test = [
"exceptiongroup==1.3.0",
"jsonschema==4.25.1",
"mypy==1.17.1",
"pytest==8.4.1",
"pytest==8.4.2",
"pytest-asyncio==1.1.0",
"backports-asyncio-runner==1.2.0 ; python_version < '3.11'",
"coverage==7.10.5",
"coverage==7.10.6",
"tomli==2.2.1",
"attrs==25.3.0",
"iniconfig==2.1.0",
"jsonschema-specifications==2025.4.1",
"jsonschema-specifications==2025.9.1",
"mypy-extensions==1.1.0",
"packaging==25.0",
"pluggy==1.6.0",
"referencing==0.36.2",
"rpds-py==0.27.0",
"rpds-py==0.27.1",
"typing-extensions==4.15.0",
"ruff==0.12.10",
"ruff==0.12.12",
"Pygments==2.19.2",
"pathspec==0.12.1"
]
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ eth-hash==0.7.1 \
eth-typing==5.2.1 \
--hash=sha256:7557300dbf02a93c70fa44af352b5c4a58f94e997a0fd6797fb7d1c29d9538ee \
--hash=sha256:b0c2812ff978267563b80e9d701f487dd926f1d376d674f3b535cfe28b665d3d
eth-utils==5.3.0 \
--hash=sha256:1f096867ac6be895f456fa3acb26e9573ae66e753abad9208f316d24d6178156 \
--hash=sha256:ac184883ab299d923428bbe25dae5e356979a3993e0ef695a864db0a20bc262d
eth-utils==5.3.1 \
--hash=sha256:1f5476d8f29588d25b8ae4987e1ffdfae6d4c09026e476c4aad13b32dda3ead0 \
--hash=sha256:c94e2d2abd024a9a42023b4ddc1c645814ff3d6a737b33d5cfd890ebf159c2d1
hexbytes==1.3.1 \
--hash=sha256:a657eebebdfe27254336f98d8af6e2236f3f83aed164b87466b6cf6c5f5a4765 \
--hash=sha256:da01ff24a1a9a2b1881c4b85f0e9f9b0f51b526b379ffa23832ae7899d29c2c7
Expand Down
Loading
Loading