Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update eth-typing requirement from <5.0.0 to <6.0.0 in /predeployed/scripts #539

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

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

Changelog

Sourced from eth-typing's changelog.

eth-typing v5.0.0 (2024-08-14)

Internal Changes - for eth-typing Contributors


- Run ``mypy`` locally rather than in a ``pre-commit`` container (`[#90](https://github.com/ethereum/eth-typing/issues/90) <https://github.com/ethereum/eth-typing/issues/90>`__)

eth-typing v5.0.0-beta.3 (2024-06-27)

Features


- Replace ``ABIFunctionInfo`` type with ``ABIElementInfo`` to encompass all ``ABIElement`` types. ``ABIElementInfo`` includes the function ``abi`` (``ABIElement``), ``selector`` (``HexStr``) and ``args`` (``Tuple``). (`[#85](https://github.com/ethereum/eth-typing/issues/85) &lt;https://github.com/ethereum/eth-typing/issues/85&gt;`__)

Internal Changes - for eth-typing Contributors
</code></pre>
<ul>
<li>Cleanup references to ABI types that have been removed. (<code>#87 &lt;https://github.com/ethereum/eth-typing/issues/87&amp;gt;&lt;/code&gt;__)&lt;/li>
</ul>
<h2>eth-typing v5.0.0-beta.2 (2024-06-18)</h2>
<p>Improved Documentation</p>
<pre><code>

  • Updates all modules and types with docstrings. Docs are now generated through autodoc. ([#81](https://github.com/ethereum/eth-typing/issues/81) &amp;lt;https://github.com/ethereum/eth-typing/issues/81&amp;gt;__)

Features

  • Move URI type from EthPM module to networks. ([#65](https://github.com/ethereum/eth-typing/issues/65) &lt;https://github.com/ethereum/eth-typing/issues/65&gt;__)

Removals


- Remove types related to the EthPM module which has been removed from ``web3.py`` (`[#65](https://github.com/ethereum/eth-typing/issues/65) &lt;https://github.com/ethereum/eth-typing/issues/65&gt;`__)
- Remove deprecated ABI types ``ABIEventComponent``, ``ABIEventParam``, ``ABIFunctionComponent``, ``ABIFunctionParam``. (`[#82](https://github.com/ethereum/eth-typing/issues/82) &lt;https://github.com/ethereum/eth-typing/issues/82&gt;`__)

eth-typing v5.0.0-beta.1 (2024-06-17)

Breaking changes
&lt;/tr&gt;&lt;/table&gt;
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/eth-typing/commit/9c702a999fd1a0e0b2d41eb5f622a4858164f072&quot;&gt;&lt;code&gt;9c702a9&lt;/code&gt;&lt;/a> Bump version: 5.0.0-beta.3 → 5.0.0</li>
<li><a href="https://github.com/ethereum/eth-typing/commit/816acda0910bd9aa7ae4c43c9e6bed38dbd0f39f&quot;&gt;&lt;code&gt;816acda&lt;/code&gt;&lt;/a> Compile release notes for v5.0.0</li>
<li><a href="https://github.com/ethereum/eth-typing/commit/d0dca4b62c86eca6d549536f8d60c4b549d35a0b&quot;&gt;&lt;code&gt;d0dca4b&lt;/code&gt;&lt;/a> use pre-commit to run mypy locally</li>
<li><a href="https://github.com/ethereum/eth-typing/commit/756c4b5c4a013d815cf8dd81019f5ee947c0ae14&quot;&gt;&lt;code&gt;756c4b5&lt;/code&gt;&lt;/a> Bump version: 5.0.0-beta.2 → 5.0.0-beta.3</li>
<li><a href="https://github.com/ethereum/eth-typing/commit/536e9abc56eb650639aeecaed1d12e039d3ebdc6&quot;&gt;&lt;code&gt;536e9ab&lt;/code&gt;&lt;/a> Compile release notes for v5.0.0-beta.3</li>
<li><a href="https://github.com/ethereum/eth-typing/commit/0efe7061011a6fe6bb1ddfecb107c96b0c321298&quot;&gt;&lt;code&gt;0efe706&lt;/code&gt;&lt;/a> Remove old types from <code>all</code> (<a href="https://redirect.github.com/ethereum/eth-typing/issues/88&quot;&gt;#88&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/eth-typing/commit/a026336aaae2b29de9f2595760cca59c480d1d31&quot;&gt;&lt;code&gt;a026336&lt;/code&gt;&lt;/a> Change <code>ABIFunctionInfo</code> to <code>ABIElementInfo</code> (<a href="https://redirect.github.com/ethereum/eth-typing/issues/85&quot;&gt;#85&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/eth-typing/commit/260569783c43c99c9011cc709203773af5252269&quot;&gt;&lt;code&gt;2605697&lt;/code&gt;&lt;/a> Bump version: 5.0.0-beta.1 → 5.0.0-beta.2</li>
<li><a href="https://github.com/ethereum/eth-typing/commit/47273b962b12fc8f1f7e82faced7cad21cbe8f2a&quot;&gt;&lt;code&gt;47273b9&lt;/code&gt;&lt;/a> Compile release notes for v5.0.0-beta.2</li>
<li><a href="https://github.com/ethereum/eth-typing/commit/cffeee4705bb40e10a9b990e31e1fc34cfa65dde&quot;&gt;&lt;code&gt;cffeee4&lt;/code&gt;&lt;/a> Autodoc for <code>eth-typing</code> modules (<a href="https://redirect.github.com/ethereum/eth-typing/issues/81&quot;&gt;#81&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/eth-typing/compare/v0.2.0...v5.0.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

You can trigger a rebase of this PR 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 <dependency name> 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from DimaStebaev as a code owner August 26, 2024 13:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 26, 2024
@DimaStebaev
Copy link
Contributor

@dependabot rebase

Updates the requirements on [eth-typing](https://github.com/ethereum/eth-typing) to permit the latest version.
- [Changelog](https://github.com/ethereum/eth-typing/blob/main/docs/release_notes.rst)
- [Commits](ethereum/eth-typing@v0.2.0...v5.0.0)

---
updated-dependencies:
- dependency-name: eth-typing
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/predeployed/scripts/eth-typing-lt-6.0.0 branch from 0eb92c3 to 6dfa8ed Compare September 30, 2024 15:33
@DimaStebaev DimaStebaev added this pull request to the merge queue Oct 2, 2024
Merged via the queue into develop with commit ace0f8b Oct 2, 2024
31 checks passed
@DimaStebaev DimaStebaev deleted the dependabot/pip/predeployed/scripts/eth-typing-lt-6.0.0 branch October 2, 2024 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant