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 web3 requirement from ^6.18.0 to >=6.18,<8.0 #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on web3 to permit the latest version.

Changelog

Sourced from web3's changelog.

web3.py v7.0.0 (2024-08-21)

Breaking Changes


- Update `eth-utils` and `eth-typing` to latest major versions

eth-utils v5 and eth-typing v5 ([#3450](https://github.com/ethereum/web3.py/issues/3450) &lt;https://github.com/ethereum/web3.py/issues/3450&gt;__)

Improved Documentation

  • Improve batch request documentation. ([#3448](https://github.com/ethereum/web3.py/issues/3448) <https://github.com/ethereum/web3.py/issues/3448>__)

Internal Changes - for web3.py Contributors


- Fix Release Notes formatting (`[#3454](https://github.com/ethereum/web3.py/issues/3454) <https://github.com/ethereum/web3.py/issues/3454>`__)

web3.py v7.0.0-beta.9 (2024-08-01)

Breaking Changes


* Upgrades to use latest ``ABI`` utilities and typings from ``eth-utils`` and ``eth-typing``.
  • Typings for ABI components are now available in the eth-typing package. ABI types previously in web3.types have been removed.
  • New versions of existing ABI functions were added to eth-utils and are now exposed in web3.py via web3.utils.abi.
  • ABI exceptions have been renamed in web3.exceptions. The ABIEventFunctionNotFound and FallbackNotFound exceptions have been removed. Use ABIEventNotFound and ABIFallbackNotFound instead.
  • MismatchedABI exceptions are raised instead of a Web3ValidationError for ABI related errors.
  • encode_abi arguments have been updated to use abi_element_name instead of fn_name. ([#3408](https://github.com/ethereum/web3.py/issues/3408) &amp;lt;https://github.com/ethereum/web3.py/issues/3408&amp;gt;__)
  • Remove Web3ValidationError dependence / inheritance from eth-utils ValidationError. ([#3443](https://github.com/ethereum/web3.py/issues/3443) &amp;lt;https://github.com/ethereum/web3.py/issues/3443&amp;gt;__)

Improved Documentation

  • Use autodoc and update ABI functions with docstrings and doctests. ([#3408](https://github.com/ethereum/web3.py/issues/3408) &lt;https://github.com/ethereum/web3.py/issues/3408&gt;__)

Features


* Utilities to extract function and event ``ABI`` attributes from a contract. Utilities in the ``web3.utils.abi`` module parse ABI elements and check encodability of provided arguments. ABI functions in ``eth-utils`` are exposed by the ``web3.utils.abi`` module.
&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/web3.py/commit/3f2a93b955e2c4558f09c647e36a228cc9152cc2&quot;&gt;&lt;code&gt;3f2a93b&lt;/code&gt;&lt;/a> Bump version: 7.0.0-beta.9 → 7.0.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/8f2ff108df59ce93cb683fa00d603953285ffa0a&quot;&gt;&lt;code&gt;8f2ff10&lt;/code&gt;&lt;/a> Compile release notes for v7.0.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/ee8c21727b0d3b9182873f42f32a9dba39ad1129&quot;&gt;&lt;code&gt;ee8c217&lt;/code&gt;&lt;/a> Fix bullet point formatting in release notes (<a href="https://redirect.github.com/ethereum/web3.py/issues/3454&quot;&gt;#3454&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/7841a02d055fb3e2f3308923a7f7e5b4f7e8312f&quot;&gt;&lt;code&gt;7841a02&lt;/code&gt;&lt;/a> Update versions for major releases of <code>eth-utils</code> and <code>eth-typing</code> (<a href="https://redirect.github.com/ethereum/web3.py/issues/3450&quot;&gt;#3450&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/3909a5a6f85093d808eae0586ebd593e6cfd87bf&quot;&gt;&lt;code&gt;3909a5a&lt;/code&gt;&lt;/a> Improve the batch requests documentation.</li>
<li><a href="https://github.com/ethereum/web3.py/commit/4d88301561b8848595ea2b862aa14ad35d53edf0&quot;&gt;&lt;code&gt;4d88301&lt;/code&gt;&lt;/a> Bump version: 7.0.0-beta.8 → 7.0.0-beta.9</li>
<li><a href="https://github.com/ethereum/web3.py/commit/f0725f0e06db3e77f62419b330c44f0ca4161e4e&quot;&gt;&lt;code&gt;f0725f0&lt;/code&gt;&lt;/a> Compile release notes for v7.0.0-beta.9</li>
<li><a href="https://github.com/ethereum/web3.py/commit/590623e4dc465f25fe88d33112bedb2d9f12b30d&quot;&gt;&lt;code&gt;590623e&lt;/code&gt;&lt;/a> Move newsfragment from bugfix -&gt; misc</li>
<li><a href="https://github.com/ethereum/web3.py/commit/a5e3291583bfe64351af96c47dce15fcb255f7c1&quot;&gt;&lt;code&gt;a5e3291&lt;/code&gt;&lt;/a> Upgrade eth-typing requirement (<a href="https://redirect.github.com/ethereum/web3.py/issues/3445&quot;&gt;#3445&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/3611782146e27e6dea89cbfda3298a9ed8705ea2&quot;&gt;&lt;code&gt;3611782&lt;/code&gt;&lt;/a> rebase to main and clear remaining issues</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v6.18.0...v7.0.0&quot;&gt;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 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)

Updates the requirements on [web3](https://github.com/ethereum/web3.py) to permit the latest version.
- [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst)
- [Commits](ethereum/web3.py@v6.18.0...v7.0.0)

---
updated-dependencies:
- dependency-name: web3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 26, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants