efdevcon / pretix-eth-payment-plugin

An etheruem payment provider plugin for pretix
Other
42 stars 21 forks source link

Update eth-typing requirement from <3,>=2.2.1 to >=2.2.1,<5 #244

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 5 months ago

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

Changelog

Sourced from eth-typing's changelog.

eth-typing v4.1.0 (2024-04-01)

Features


- Add python3.12 support (`[#57](https://github.com/ethereum/eth-typing/issues/57) <https://github.com/ethereum/eth-typing/issues/57>`__)

Internal Changes - for eth-typing Contributors

  • Merge template updates, adding build tests for all docs formats, add blocklint to lint tools ([#57](https://github.com/ethereum/eth-typing/issues/57) <https://github.com/ethereum/eth-typing/issues/57>__)

eth-typing v4.0.0 (2024-01-09)

Breaking changes


- Drop python 3.7 support (`[#55](https://github.com/ethereum/eth-typing/issues/55) <https://github.com/ethereum/eth-typing/issues/55>`__)

Internal Changes - for eth-typing Contributors

  • Merge updates from the project template, notably: use pre-commit for linting and change the name of the master branch to main ([#55](https://github.com/ethereum/eth-typing/issues/55) <https://github.com/ethereum/eth-typing/issues/55>__)
  • Fixed booleans in pyproject.toml and added a test for the presence of the eth_typing.__version__ attribute ([#56](https://github.com/ethereum/eth-typing/issues/56) <https://github.com/ethereum/eth-typing/issues/56>__)

eth-typing v3.5.2 (2023-11-07)

Miscellaneous Changes


- `[#54](https://github.com/ethereum/eth-typing/issues/54) <https://github.com/ethereum/eth-typing/issues/54>`__

eth-typing v3.5.1 (2023-10-20)

Internal Changes - for eth-typing Contributors

  • Add script to maintain Network constants listed in the networks module. ([#51](https://github.com/ethereum/eth-typing/issues/51) <https://github.com/ethereum/eth-typing/issues/51>__)
  • Add types-setuptools to support pkg_resources and version ([#52](https://github.com/ethereum/eth-typing/issues/52) <https://github.com/ethereum/eth-typing/issues/52>__)

... (truncated)

Commits
  • 439dbb5 Bump version: 4.0.0 → 4.1.0
  • c371a30 Compile release notes for v4.1.0
  • ff9ca38 Rename config.yaml to config.yml
  • 6c817bd Merge pull request #58 from pacrob/upgrade-template
  • 31eeff7 clean up template update
  • 8702869 Add nightly CI run (#125)
  • e29e67f update isort config and multi-platform grepping in Makefile
  • d748959 blocklint for linting project code for non-inclusive language (#122)
  • 79adfb2 Merge pull request #57 from pacrob/upgrade-template
  • 73b6a68 add blocklint to pre-commit linting
  • Additional commits viewable in compare view


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)
dependabot[bot] commented 2 months ago

Superseded by #249.