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 5.29.2 to 5.30.0 #848

Merged
merged 1 commit into from
Jul 11, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps web3 from 5.29.2 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;`__
</code></pre>
</blockquote>
</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>See full diff in <a href="https://github.com/ethereum/web3.py/compare/v5.29.2...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.29.2 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.29.2...v5.30.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 requested a review from a team as a code owner July 11, 2022 01:41
@dependabot dependabot bot added the Type: Dependencies Pull requests that update a dependency file label Jul 11, 2022
@codeclimate
Copy link

codeclimate bot commented Jul 11, 2022

Code Climate has analyzed commit d51ca5f 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 94.2% (0.0% change).

View more on Code Climate.

@calina-c calina-c merged commit 6e8cbdc into main Jul 11, 2022
@calina-c calina-c deleted the dependabot/pip/web3-5.30.0 branch July 11, 2022 06:03
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.

1 participant