Skip to content

chore(deps): update eth-utils requirement from >=2.4.0 to >=6.0.0#221

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/eth-utils-gte-6.0.0
Open

chore(deps): update eth-utils requirement from >=2.4.0 to >=6.0.0#221
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/eth-utils-gte-6.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Updates the requirements on eth-utils to permit the latest version.

Changelog

Sourced from eth-utils's changelog.

eth-utils v6.0.0 (2026-03-25)

No significant changes.

eth-utils v6.0.0-beta.1 (2025-12-17)

Breaking Changes


- Drop support for Python 3.8 and 3.9. (`[#322](https://github.com/ethereum/eth-utils/issues/322) <https://github.com/ethereum/eth-utils/issues/322>`__)

Features


- Add support for Python 3.14 (`[#322](https://github.com/ethereum/eth-utils/issues/322) &lt;https://github.com/ethereum/eth-utils/issues/322&gt;`__)

Internal Changes - for eth-utils Contributors
</code></pre>
<ul>
<li>Add <code>**kwargs</code> to <code>model_json_schema</code> method to allow for newer Pydantic versions (<code>#321 &lt;https://github.com/ethereum/eth-utils/issues/321&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Pin Pyupgrade to 3.21.2 in pre-commit config (<code>#323 &lt;https://github.com/ethereum/eth-utils/issues/323&amp;gt;&lt;/code&gt;__)&lt;/li>
</ul>
<p>Performance Improvements</p>
<pre><code>

  • optimize apply_formatters_to_sequence ([#307](https://github.com/ethereum/eth-utils/issues/307) &amp;lt;https://github.com/ethereum/eth-utils/issues/307&amp;gt;__)

eth-utils v5.3.1 (2025-08-27)

Bugfixes

  • Loosen expectation in test_get_aligned_abi_inputs_raises_type_error_for_incorrect_input_types ([#313](https://github.com/ethereum/eth-utils/issues/313) &lt;https://github.com/ethereum/eth-utils/issues/313&gt;__)

eth-utils v5.3.0 (2025-04-14)

Bugfixes


- Replace ``arg[&quot;name&quot;]`` with ``arg.get(&quot;name&quot;)`` to correctly handle optional names. (`[#299](https://github.com/ethereum/eth-utils/issues/299) &lt;https://github.com/ethereum/eth-utils/issues/299&gt;`__)
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/eth-utils/commit/c43ff81fc8823eece441d2563d22d2f5a4ae2243&quot;&gt;&lt;code&gt;c43ff81&lt;/code&gt;&lt;/a> Bump version: 6.0.0-beta.1 → 6.0.0</li>
<li><a href="https://github.com/ethereum/eth-utils/commit/5276b714040d7570973efd5aa6e4b68bd4968a0e&quot;&gt;&lt;code&gt;5276b71&lt;/code&gt;&lt;/a> Compile release notes for v6.0.0</li>
<li><a href="https://github.com/ethereum/eth-utils/commit/a2f19d5a3f530c5d0ee6025b15e13095d79d2515&quot;&gt;&lt;code&gt;a2f19d5&lt;/code&gt;&lt;/a> Bump version: 5.3.1 → 6.0.0-beta.1</li>
<li><a href="https://github.com/ethereum/eth-utils/commit/b11c367a839b5f4845cbd881bd21e98f1b86a889&quot;&gt;&lt;code&gt;b11c367&lt;/code&gt;&lt;/a> Compile release notes for v6.0.0-beta.1</li>
<li><a href="https://github.com/ethereum/eth-utils/commit/b17e304a448baa93a784cfa7e641f173ac581042&quot;&gt;&lt;code&gt;b17e304&lt;/code&gt;&lt;/a> Fix Python 3.14 lint CI (<a href="https://redirect.github.com/ethereum/eth-utils/issues/323&quot;&gt;#323&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/eth-utils/commit/2c108a1829d43061f00b831f87e682835d5d53c9&quot;&gt;&lt;code&gt;2c108a1&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/ethereum/eth-utils/issues/322&quot;&gt;#322&lt;/a> from kclowes/update-python</li>
<li><a href="https://github.com/ethereum/eth-utils/commit/cb2f805a15034d025a7c9757450fa98afc6d3f7b&quot;&gt;&lt;code&gt;cb2f805&lt;/code&gt;&lt;/a> Upgrade mypy</li>
<li><a href="https://github.com/ethereum/eth-utils/commit/1c3e4f641a2c3ab1650d64c853d2381470ed0a87&quot;&gt;&lt;code&gt;1c3e4f6&lt;/code&gt;&lt;/a> Add newsfragments</li>
<li><a href="https://github.com/ethereum/eth-utils/commit/13e1601b305e3e9a43a502a07e6978d38360c3f3&quot;&gt;&lt;code&gt;13e1601&lt;/code&gt;&lt;/a> Rely on newer license classifier</li>
<li><a href="https://github.com/ethereum/eth-utils/commit/d84618a6136e38f5bd3e4b9c1f8886db6f3aedfb&quot;&gt;&lt;code&gt;d84618a&lt;/code&gt;&lt;/a> Upgrade mypy, fix lint, run pyupgrade</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/eth-utils/compare/v3.0.0...v6.0.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Greptile Summary

This dependabot PR advances the eth-utils lower-bound constraint from >=2.4.0 to >=6.0.0, allowing the latest release. The project already declares requires-python = ">=3.10", so the only notable breaking change in eth-utils v6 (dropping Python 3.8/3.9 support) has no impact here. The existing web3>=7.14.0 dependency already pulls in a compatible eth-utils version, so this change aligns the explicit pin with what the rest of the stack already requires.

Confidence Score: 5/5

Safe to merge — single-line version bump with no compatibility concerns for this project's Python baseline.

The only breaking change in eth-utils v6 (dropping Python 3.8/3.9) does not affect this project, which already requires Python >=3.10. The update aligns the explicit constraint with what the existing web3 >=7.14.0 dependency already pulls in. No logic or API changes are introduced.

No files require special attention.

Important Files Changed

Filename Overview
pyproject.toml Bumps eth-utils lower bound from >=2.4.0 to >=6.0.0; project already requires Python >=3.10 so the Python 3.8/3.9 drop in eth-utils v6 is a non-issue.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[pyproject.toml\neth-utils >=2.4.0] -->|PR #221| B[pyproject.toml\neth-utils >=6.0.0]
    B --> C{Python version check}
    C -->|requires-python >=3.10| D[✅ Compatible\neth-utils 6.0 supports 3.10+]
    C -->|eth-utils 6.0 drops 3.8/3.9| E[✅ No impact\nproject never supported 3.8/3.9]
    B --> F{web3 compatibility}
    F -->|web3 >=7.14.0 in deps| G[✅ web3 7.x already\nrequires eth-utils 6.x range]
Loading

Reviews (1): Last reviewed commit: "chore(deps): update eth-utils requiremen..." | Re-trigger Greptile

Updates the requirements on [eth-utils](https://github.com/ethereum/eth-utils) to permit the latest version.
- [Changelog](https://github.com/ethereum/eth-utils/blob/main/docs/release_notes.rst)
- [Commits](ethereum/eth-utils@v3.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: eth-utils
  dependency-version: 6.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 13, 2026

Labels

The following labels could not be found: python. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants