efdevcon / pretix-eth-payment-plugin

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

Update eth-abi requirement from <3,>=2.1.1 to >=2.1.1,<5 #238

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 1 year ago

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

Changelog

Sourced from eth-abi's changelog.

eth-abi v4.0.0 (2023-03-22)

No significant changes.

eth-abi v4.0.0-beta.3 (2023-03-20)

Breaking Changes


- Upgrade Parsimonious dependency to allow >=0.9,<0.10 (`[#201](https://github.com/ethereum/eth-abi/issues/201)
  <https://github.com/ethereum/eth-abi/issues/201>`__)

eth-abi v4.0.0-beta.2 (2022-11-21)

Features


- Add support for Python 3.11 (`[#194](https://github.com/ethereum/eth-abi/issues/194)
  &lt;https://github.com/ethereum/eth-abi/issues/194&gt;`__)

Miscellaneous changes
</code></pre>
<ul>
<li><code>[#196](https://github.com/ethereum/eth-abi/issues/196) &lt;https://github.com/ethereum/eth-abi/issues/196&gt;</code>__</li>
</ul>
<h2>eth-abi v4.0.0-beta.1 (2022-09-27)</h2>
<p>Bugfixes</p>
<pre><code>
- Reconcile differences in 32-byte padding between eth-abi encoders for dynamic
  types and Solidity's abi.encode() for 0 or empty values (`[#158](https://github.com/ethereum/eth-abi/issues/158)
  &lt;https://github.com/ethereum/eth-abi/issues/158&gt;`__)

Breaking Changes
</code></pre>
<ul>
<li>Remove <code>encode_abi_single()</code>, <code>encode_packed_single()</code>, and
<code>decode_abi_single()</code>. Rename <code>encode_abi()</code>, <code>encode_abi_packed()</code>,
and <code>decode_abi()</code> to <code>encode()</code>, <code>encode_packed()</code>, and <code>decode()</code>,
respectively. (<code>[#161](https://github.com/ethereum/eth-abi/issues/161) &lt;https://github.com/ethereum/eth-abi/issues/161&gt;</code>__)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/eth-abi/commit/9c0825889bf4b2f12668d924ff203b9f3ada906f"><code>9c08258</code></a> Bump version: 4.0.0-beta.3 → 4.0.0</li>
<li><a href="https://github.com/ethereum/eth-abi/commit/c93ab9883a6f3f9fd461752080463d0806f4757d"><code>c93ab98</code></a> Compile release notes</li>
<li><a href="https://github.com/ethereum/eth-abi/commit/1a8c2e98530456dbe61b670acb20f75ffa4cf488"><code>1a8c2e9</code></a> Bump version: 4.0.0-beta.2 → 4.0.0-beta.3</li>
<li><a href="https://github.com/ethereum/eth-abi/commit/a89f417be6582fd686bb5f52cae3f2264ce1094e"><code>a89f417</code></a> Compile release notes</li>
<li><a href="https://github.com/ethereum/eth-abi/commit/30442f1737ffc7a36854c9792349d7c1a3e3c985"><code>30442f1</code></a> Update Parsimonious dependency to &gt;=0.9.0,&lt;0.10 (<a href="https://redirect.github.com/ethereum/eth-abi/issues/201">#201</a>)</li>
<li><a href="https://github.com/ethereum/eth-abi/commit/78c42caaa567e2e49b03c18706e1adda1828505d"><code>78c42ca</code></a> Commit to supersede version bump: 4.0.0-beta.1 -&gt; 4.0.0-beta.2</li>
<li><a href="https://github.com/ethereum/eth-abi/commit/e0a7ab132361d5f89ae4eda8267289892c94b791"><code>e0a7ab1</code></a> Compile release notes</li>
<li><a href="https://github.com/ethereum/eth-abi/commit/9e8950ca8bb89c5c7c91aa36114a680dfe01c522"><code>9e8950c</code></a> Remove venv files (<a href="https://redirect.github.com/ethereum/eth-abi/issues/196">#196</a>)</li>
<li><a href="https://github.com/ethereum/eth-abi/commit/b54d6751613ac0806ebc0975f14005d884db2d7d"><code>b54d675</code></a> Bump version: 4.0.0-beta.1 → 4.0.0-beta.2</li>
<li><a href="https://github.com/ethereum/eth-abi/commit/40b3486bff5600aebabbb78a71641ff3c737c4f8"><code>40b3486</code></a> Compile release notes</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/eth-abi/compare/v2.1.1...v4.0.0">compare view</a></li>
</ul>
</details>

<br />
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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 #242.