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

Bump web3 from 6.3.0 to 6.5.0 #1037

Closed
wants to merge 1 commit into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Bumps web3 from 6.3.0 to 6.5.0.

Changelog

Sourced from web3's changelog.

web3.py v6.5.0 (2023-06-15)

Bugfixes


- Properly create a fresh cache for each instance of ``simple_cache_middleware`` if no cache is provided. Fixes a bug when using this middleware with multiple instances of ``Web3``. (`[#2979](https://github.com/ethereum/web3.py/issues/2979) <https://github.com/ethereum/web3.py/issues/2979>`__)
- Fix potential race condition when writing cache entries in ``simple_cache_middleware`` (`[#2981](https://github.com/ethereum/web3.py/issues/2981) <https://github.com/ethereum/web3.py/issues/2981>`__)
- Catch ``UnicodeDecodeError`` for contract revert messages that cannot be decoded and issue a warning instead, raising a ``ContractLogicError`` with the raw ``data`` from the response. (`[#2989](https://github.com/ethereum/web3.py/issues/2989) <https://github.com/ethereum/web3.py/issues/2989>`__)

Improved Documentation

  • Introduces resources page to documentation ([#2957](https://github.com/ethereum/web3.py/issues/2957) <https://github.com/ethereum/web3.py/issues/2957>__)
  • Completed docstrings for ContractFunction and AsyncContractFunction classes ([#2960](https://github.com/ethereum/web3.py/issues/2960) <https://github.com/ethereum/web3.py/issues/2960>__)
  • Added 'unsupported by any current clients' note to the Eth.sign_typed_data docs ([#2961](https://github.com/ethereum/web3.py/issues/2961) <https://github.com/ethereum/web3.py/issues/2961>__)
  • Removed list of AsyncHTTPProvider-supported methods, it supports them all now ([#2962](https://github.com/ethereum/web3.py/issues/2962) <https://github.com/ethereum/web3.py/issues/2962>__)
  • Modernize the filtering guide, emphasizing get_logs ([#2968](https://github.com/ethereum/web3.py/issues/2968) <https://github.com/ethereum/web3.py/issues/2968>__)
  • Removed references to defunct providers in IPCProvider docs ([#2971](https://github.com/ethereum/web3.py/issues/2971) <https://github.com/ethereum/web3.py/issues/2971>__)
  • Update Matomo analytics script to move to cloud services ([#2978](https://github.com/ethereum/web3.py/issues/2978) <https://github.com/ethereum/web3.py/issues/2978>__)

Features


- Add the ``sign_typed_data`` method to the ``AsyncEth`` class (`[#2920](https://github.com/ethereum/web3.py/issues/2920) <https://github.com/ethereum/web3.py/issues/2920>`__)
- Add support for Solidity ``Panic`` errors, available since Solidity 0.8.0. Raises ``ContractPanicError`` with appropriate messaging based on the known panic error codes. (`[#2986](https://github.com/ethereum/web3.py/issues/2986) <https://github.com/ethereum/web3.py/issues/2986>`__)

Internal Changes - for web3.py Contributors

  • lint-roll - dropped isort --recursive flag, not needed as of their v5, added black ([#2930](https://github.com/ethereum/web3.py/issues/2930) <https://github.com/ethereum/web3.py/issues/2930>__)
  • Moved ethpm deprecation warning to only show when the module is explicitly enabled ([#2983](https://github.com/ethereum/web3.py/issues/2983) <https://github.com/ethereum/web3.py/issues/2983>__)
  • Update make release to check remote upstream is pointing to ethereum/web3.py. ([#2988](https://github.com/ethereum/web3.py/issues/2988) <https://github.com/ethereum/web3.py/issues/2988>__)
  • Removed pluggy from dev requirements ([#2992](https://github.com/ethereum/web3.py/issues/2992) <https://github.com/ethereum/web3.py/issues/2992>__)

Miscellaneous Changes


- `[#2960](https://github.com/ethereum/web3.py/issues/2960) <https://github.com/ethereum/web3.py/issues/2960>`__, `[#2965](https://github.com/ethereum/web3.py/issues/2965) <https://github.com/ethereum/web3.py/issues/2965>`__

web3.py v6.4.0 (2023-05-15)

Bugfixes

&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/a90b963a1f09b3f2417754c5f186ae451f6fd20b&quot;&gt;&lt;code&gt;a90b963&lt;/code&gt;&lt;/a> Bump version: 6.4.0 → 6.5.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/a93cc8663e9d9e0fa55e98408d4ecdf8623e8e42&quot;&gt;&lt;code&gt;a93cc86&lt;/code&gt;&lt;/a> Compile release notes</li>
<li><a href="https://github.com/ethereum/web3.py/commit/41cde7511dbc24c26a5326f018a2343bf9165d6b&quot;&gt;&lt;code&gt;41cde75&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/ethereum/web3.py/issues/2988&quot;&gt;#2988&lt;/a> from reedsa/release-check-upstream</li>
<li><a href="https://github.com/ethereum/web3.py/commit/804682622ff02ba7b9d15c58416b346b3e14f99e&quot;&gt;&lt;code&gt;8046826&lt;/code&gt;&lt;/a> Support https</li>
<li><a href="https://github.com/ethereum/web3.py/commit/4ee4c865a1373c2b3e48597718171acf3f70f605&quot;&gt;&lt;code&gt;4ee4c86&lt;/code&gt;&lt;/a> drop pluggy from dev reqs</li>
<li><a href="https://github.com/ethereum/web3.py/commit/be76120feebcab8ca565eba31bfbc438637dd480&quot;&gt;&lt;code&gt;be76120&lt;/code&gt;&lt;/a> newsfragment for <a href="https://redirect.github.com/ethereum/web3.py/issues/2989&quot;&gt;#2989&lt;/a&gt;&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/047ad82c2ece1f8c2ca2aa80ff0daf25a5302a8c&quot;&gt;&lt;code&gt;047ad82&lt;/code&gt;&lt;/a> bugfix for <a href="https://redirect.github.com/ethereum/web3.py/issues/2969&quot;&gt;#2969&lt;/a&gt;&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/48c7cdcbfeb5f9062207c71fb4199e16dee05353&quot;&gt;&lt;code&gt;48c7cdc&lt;/code&gt;&lt;/a> Add news</li>
<li><a href="https://github.com/ethereum/web3.py/commit/fbb281528b0250298dd51ddd7e63bd7ae551fadc&quot;&gt;&lt;code&gt;fbb2815&lt;/code&gt;&lt;/a> Check remote upstream points to ethereum/web3.py</li>
<li><a href="https://github.com/ethereum/web3.py/commit/ab1644b7b7f21cd152a95e9aa53c45faea762cea&quot;&gt;&lt;code&gt;ab1644b&lt;/code&gt;&lt;/a> Narrow the <code>data</code> type for <code>ContractLogicError</code></li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v6.3.0...v6.5.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Dependabot compatibility score

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 dependabot bot added the Type: Dependencies Pull requests that update a dependency file label Jun 19, 2023
@alexcos20 alexcos20 self-requested a review June 26, 2023 13:52
Bumps [web3](https://github.com/ethereum/web3.py) from 6.3.0 to 6.5.0.
- [Release notes](https://github.com/ethereum/web3.py/releases)
- [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/releases.rst)
- [Commits](ethereum/web3.py@v6.3.0...v6.5.0)

---
updated-dependencies:
- dependency-name: web3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/web3-6.5.0 branch from 3ae5ed8 to 3467797 Compare June 26, 2023 13:53
@codeclimate
Copy link

codeclimate bot commented Jun 26, 2023

Code Climate has analyzed commit 3467797 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 84.4% (0.0% change).

View more on Code Climate.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2023

Superseded by #1045.

@dependabot dependabot bot closed this Jul 17, 2023
@dependabot dependabot bot deleted the dependabot/pip/web3-6.5.0 branch July 17, 2023 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants