chore(deps): update eth-utils requirement from >=2.4.0 to >=6.0.0#221
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): update eth-utils requirement from >=2.4.0 to >=6.0.0#221dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
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>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on eth-utils to permit the latest version.
Changelog
Sourced from eth-utils's changelog.
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]Reviews (1): Last reviewed commit: "chore(deps): update eth-utils requiremen..." | Re-trigger Greptile