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,<4 #213

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 2 years ago

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

Changelog

Sourced from eth-typing's changelog.

v3.0.0

  • Update ForkName enum to include Berlin, London, and ArrowGlacier
  • Update Python support to include python 3.8-3.10
  • Remove Python 3.5 support

v2.2.0

  • Update ForkName enum to include ConstantinopleFix and Istanbul

v2.1.0

  • Add BLS types

v2.0.0

  • Expose Type Hints as per PEP 561

v1.0.0

  • Added annotations from py-evm.

v0.3.1

  • Removed eth-utils requirement.

v0.3.0

  • Updated eth-utils requirement.

v0.2.0

  • Launched repository, claimed names for pip, RTD, github, etc.
Commits
  • 851f77f Bump version: 2.2.2 → 3.0.0
  • 3b240b7 Update Release notes for v3.0.0
  • 5a5729b Merge pull request #27 from kclowes/add-py38
  • 4c52674 Bump pytest to >=6.2.5,<7
  • b5e23be Add python 3.10 support
  • bf0641a Add python 3.9 support
  • e2fc98f Add python 3.8 support
  • dd9d9fc Merge pull request #26 from kclowes/remove-py35
  • 7494354 Drop support for python 3.5
  • e3aa77e Merge pull request #25 from kclowes/berlin-london-enum
  • 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 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 5 months ago

Superseded by #244.