- Drop python 3.7 support (`[#261](https://github.com/ethereum/eth-utils/issues/261) <https://github.com/ethereum/eth-utils/issues/261>`__)
Internal Changes - for eth-utils Contributors
Merge updates from the project template, notably: use pre-commit for linting and change the name of the master branch to main ([#261](https://github.com/ethereum/eth-utils/issues/261) <https://github.com/ethereum/eth-utils/issues/261>__)
Correct booleans in pyproject.toml and add test for the presence of the eth_utils.__version__ attribute ([#263](https://github.com/ethereum/eth-utils/issues/263) <https://github.com/ethereum/eth-utils/issues/263>__)
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show 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)
Bumps eth-utils from 2.3.1 to 3.0.0.
Changelog
Sourced from eth-utils's changelog.
Commits
b90d2fe
Bump version: 2.3.1 → 3.0.09926ce3
Compile release notes for v3.0.0d84374b
correct format of pyproject.toml bools and add test for presence of versiona560e99
Merge pull request #261 from pacrob/upgrade-templated609ffb
convert format strings that pyupgrade can't do048df36
move pyupgrade before blacka8cfd77
add pyupgrade to pre-commit checkse3e0f44
update typing for new mypy version086f4f5
run lint without mypyb27515f
merge template and fill template variablesDependabot 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show