Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 8, 2022

Bumps web3 from 5.11.0 to 5.30.0.

Changelog

Sourced from web3's changelog.

v5.30.0 (2022-07-07)

Features


- Deprecated ``buildTransaction`` and ``estimateGas`` in contract.py v5, in
  favor of ``estimate_gas`` and ``build_transaction`` (`[#2459](https://github.com/ethereum/web3.py/issues/2459)
  <https://github.com/ethereum/web3.py/issues/2459>`__)

Misc


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

v5.29.2 (2022-06-01)

Bugfixes
</code></pre>
<ul>
<li>Only thread lock methods attempting to access the cache for the caching
middleware. (<code>#2493 &lt;https://github.com/ethereum/web3.py/issues/2493&amp;gt;&lt;/code&gt;__)&lt;/li>
</ul>
<p>Misc</p>
<pre><code>

  • [#2483](https://github.com/ethereum/web3.py/issues/2483) &amp;lt;https://github.com/ethereum/web3.py/issues/2483&amp;gt;__

v5.29.1 (2022-05-16)

Bugfixes
</code></pre>
<ul>
<li>Fix bug in _is_latest_block_number_request in cache middleware (<code>#2185 &lt;https://github.com/ethereum/web3.py/issues/2185&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Increase SessionCache size (<code>#2451 &lt;https://github.com/ethereum/web3.py/issues/2451&amp;gt;&lt;/code&gt;__)&lt;/li>
</ul>
<p>Improved Documentation</p>
<pre><code>

  • Doc fix: Pending transaction filter returns a TransactionFilter not a
    &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/ee5f0543ad91e4ba991997e35f50719ceb58135d&quot;&gt;&lt;code&gt;ee5f054&lt;/code&gt;&lt;/a> Bump version: 5.29.2 → 5.30.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/a7c1cab11505ccd75d1b7d5e4d9a5a26415f4bd1&quot;&gt;&lt;code&gt;a7c1cab&lt;/code&gt;&lt;/a> Compile release notes</li>
<li><a href="https://github.com/ethereum/web3.py/commit/b1e23b3b6f31fea20ec214d8906e906f72bb5c8d&quot;&gt;&lt;code&gt;b1e23b3&lt;/code&gt;&lt;/a> Allow updating to v6 method signature for ENS.resolver()</li>
<li><a href="https://github.com/ethereum/web3.py/commit/3315fc19ff9022e0bb1f386b7cc857677418b92c&quot;&gt;&lt;code&gt;3315fc1&lt;/code&gt;&lt;/a> Updates from conversation in pr <a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2452&quot;&gt;#2452&lt;/a&gt;&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/b6a7e04b561a812f78b6ce6e605472506e31d949&quot;&gt;&lt;code&gt;b6a7e04&lt;/code&gt;&lt;/a> Add v6 warnings to ENS changes from pr <a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2411&quot;&gt;#2411&lt;/a&gt;&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/68a9d8c004e1a39e7118207cf9ab0707047ce390&quot;&gt;&lt;code&gt;68a9d8c&lt;/code&gt;&lt;/a> deprecated estimateGas and buildTransaction in v5 contract <a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2438&quot;&gt;#2438&lt;/a> (<a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2459&quot;&gt;#2459&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/3b43d1d6614c868745b00f9cb4b140ff19460764&quot;&gt;&lt;code&gt;3b43d1d&lt;/code&gt;&lt;/a> Pin eth-rlp&lt;0.3 (<a href="https://github-redirect.dependabot.com/ethereum/web3.py/issues/2502&quot;&gt;#2502&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/6790b63cb2050a14fb93c049f1aa25467dd4cb0c&quot;&gt;&lt;code&gt;6790b63&lt;/code&gt;&lt;/a> Bump version: 5.29.1 → 5.29.2</li>
<li><a href="https://github.com/ethereum/web3.py/commit/8f920b0caaa1e25699a6f937819a2428ec9fa805&quot;&gt;&lt;code&gt;8f920b0&lt;/code&gt;&lt;/a> Compile release notes</li>
<li><a href="https://github.com/ethereum/web3.py/commit/73f6807cc1945f09c39fce3b22e8d7489e61b214&quot;&gt;&lt;code&gt;73f6807&lt;/code&gt;&lt;/a> Only lock cache thread if method is whitelisted</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v5.11.0...v5.30.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.11.0 to 5.30.0.
- [Release notes](https://github.com/ethereum/web3.py/releases)
- [Changelog](https://github.com/ethereum/web3.py/blob/v5.30.0/docs/releases.rst)
- [Commits](ethereum/web3.py@v5.11.0...v5.30.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 8, 2022
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