a16z / farcaster-py

A Python SDK for the Farcaster network
https://a16z.github.io/farcaster-py/
MIT License
123 stars 29 forks source link

:arrow_up: Bump eth-utils from 2.3.1 to 3.0.0 #710

Open dependabot[bot] opened 10 months ago

dependabot[bot] commented 10 months ago

Bumps eth-utils from 2.3.1 to 3.0.0.

Changelog

Sourced from eth-utils's changelog.

eth-utils v3.0.0 (2024-01-10)

Breaking Changes


- 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>__)
Commits
  • b90d2fe Bump version: 2.3.1 → 3.0.0
  • 9926ce3 Compile release notes for v3.0.0
  • d84374b correct format of pyproject.toml bools and add test for presence of version
  • a560e99 Merge pull request #261 from pacrob/upgrade-template
  • d609ffb convert format strings that pyupgrade can't do
  • 048df36 move pyupgrade before black
  • a8cfd77 add pyupgrade to pre-commit checks
  • e3e0f44 update typing for new mypy version
  • 086f4f5 run lint without mypy
  • b27515f merge template and fill template variables
  • Additional commits viewable in compare view


Dependabot compatibility score

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)