Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 19, 2022

Bumps web3 from 5.19.0 to 5.31.0.

Changelog

Sourced from web3's changelog.

v5.31.0 (2022-09-19)

Features


- support multi-dimensional arrays for ABI tuples types (`[#2555](https://github.com/ethereum/web3.py/issues/2555)
  <https://github.com/ethereum/web3.py/issues/2555>`__)
- Support for ``Account`` class access in ``AsyncEth`` via
  ``async_w3.eth.account`` (`[#2590](https://github.com/ethereum/web3.py/issues/2590)
  <https://github.com/ethereum/web3.py/issues/2590>`__)
- Remove Kovan auto provider (`[#2649](https://github.com/ethereum/web3.py/issues/2649)
  <https://github.com/ethereum/web3.py/issues/2649>`__)
- Add Sepolia auto provider (`[#2650](https://github.com/ethereum/web3.py/issues/2650)
  <https://github.com/ethereum/web3.py/issues/2650>`__)

Bugfixes

  • Fix is_dynamic_fee_transaction and TRANSACTION_DEFAULTS when gas_price_strategy returns zero ([#2570](https://github.com/ethereum/web3.py/issues/2570) <https://github.com/ethereum/web3.py/issues/2570>__)
  • Allow classes to inherit from the Web3 class by attaching modules appropriately. ([#2587](https://github.com/ethereum/web3.py/issues/2587) <https://github.com/ethereum/web3.py/issues/2587>__)
  • Bump eth-account requirement to >=0.5.9,<0.6.0 to incorporate fix for ReDOS-able regex ([#2607](https://github.com/ethereum/web3.py/issues/2607) <https://github.com/ethereum/web3.py/issues/2607>__)
  • Allow hex for value field when validating via validate_payable() contracts method ([#2609](https://github.com/ethereum/web3.py/issues/2609) <https://github.com/ethereum/web3.py/issues/2609>__)

Improved Documentation


- Update Proof of Authority middleware (`geth_poa_middleware`) documentation
  for better clarity. (`[#2589](https://github.com/ethereum/web3.py/issues/2589)
  <https://github.com/ethereum/web3.py/issues/2589>`__)

Misc


- `[#2537](https://github.com/ethereum/web3.py/issues/2537) &lt;https://github.com/ethereum/web3.py/issues/2537&gt;`__, `[#2605](https://github.com/ethereum/web3.py/issues/2605)
  &lt;https://github.com/ethereum/web3.py/issues/2605&gt;`__, `[#2631](https://github.com/ethereum/web3.py/issues/2631)
  &lt;https://github.com/ethereum/web3.py/issues/2631&gt;`__

v5.30.0 (2022-07-07)
&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/d1bfcab9138e5d45f3510d5aa9bb258673f44874&quot;&gt;&lt;code&gt;d1bfcab&lt;/code&gt;&lt;/a> Bump version: 5.30.0 → 5.31.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/fd3f0dc420a6e4791b60388c46b8e8421644c579&quot;&gt;&lt;code&gt;fd3f0dc&lt;/code&gt;&lt;/a> Compile release notes</li>
<li><a href="https://github.com/ethereum/web3.py/commit/f505b4612a844d1cdbcb17d2d2926b9fea06b0bc&quot;&gt;&lt;code&gt;f505b46&lt;/code&gt;&lt;/a> Add sepolia (<a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2639&quot;&gt;#2639&lt;/a>) (<a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2650&quot;&gt;#2650&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/573c04ad1a6ded5653ee9ffa333528069d657f03&quot;&gt;&lt;code&gt;573c04a&lt;/code&gt;&lt;/a> Remove references to deprecated Kovan testnet (<a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2635&quot;&gt;#2635&lt;/a>) (<a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2649&quot;&gt;#2649&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/bbe40c0551ac6387789440250aba527bfa671493&quot;&gt;&lt;code&gt;bbe40c0&lt;/code&gt;&lt;/a> Cleanup doc referencing older Geth version</li>
<li><a href="https://github.com/ethereum/web3.py/commit/cbebf55d18cf1ab60e5d1b5c8a90484e7b439533&quot;&gt;&lt;code&gt;cbebf55&lt;/code&gt;&lt;/a> Update integration test fixture to use geth v1.10.23</li>
<li><a href="https://github.com/ethereum/web3.py/commit/d799825158c58eff3a6edb781b4236e3bfd176a1&quot;&gt;&lt;code&gt;d799825&lt;/code&gt;&lt;/a> Update eth-account requirement to prevent ReDOS attacks (<a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2607&quot;&gt;#2607&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/bfad6a035c51c3f70b8f473da2b569a54ecc3b6d&quot;&gt;&lt;code&gt;bfad6a0&lt;/code&gt;&lt;/a> Allow hex for <code>value</code> when validating via <code>validate_payable()</code></li>
<li><a href="https://github.com/ethereum/web3.py/commit/5ab9c04b7a9157f82f466efda5bfdc0ca1a63b70&quot;&gt;&lt;code&gt;5ab9c04&lt;/code&gt;&lt;/a> Silence IPFS unauthorized call errors for now</li>
<li><a href="https://github.com/ethereum/web3.py/commit/8c5dbaba446ddb005d11113aafdddf83803c2f8a&quot;&gt;&lt;code&gt;8c5dbab&lt;/code&gt;&lt;/a> Add account to async Eth (backport of <a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2582&quot;&gt;#2582&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v5.19.0...v5.31.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)

Bumps [web3](https://github.com/ethereum/web3.py) from 5.19.0 to 5.31.0.
- [Release notes](https://github.com/ethereum/web3.py/releases)
- [Changelog](https://github.com/ethereum/web3.py/blob/v5.31.0/docs/releases.rst)
- [Commits](ethereum/web3.py@v5.19.0...v5.31.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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 19, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 19, 2022

Dependabot tried to add @uxio0 as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/yodaplus/gnosis-py/pulls/78/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the yodaplus/gnosis-py repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 10, 2022

Superseded by #81.

@dependabot dependabot bot closed this Oct 10, 2022
@dependabot dependabot bot deleted the dependabot/pip/web3-5.31.0 branch October 10, 2022 22:14
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