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.11.4 to 6.14.0 #342

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Bump web3 from 6.11.4 to 6.14.0 #342

merged 1 commit into from
Jan 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps web3 from 6.11.4 to 6.14.0.

Changelog

Sourced from web3's changelog.

web3.py v6.14.0 (2024-01-10)

Bugfixes


- Change ``fee_history`` default behavior. If ``reward_percentiles`` arg not included, pass it to the provider as an empty list instead of ``None``. (`[#3185](https://github.com/ethereum/web3.py/issues/3185) <https://github.com/ethereum/web3.py/issues/3185>`__)
- Use ``importlib.metadata`` for version info if python>=3.8 (`[#3187](https://github.com/ethereum/web3.py/issues/3187) <https://github.com/ethereum/web3.py/issues/3187>`__)

Improved Documentation

  • Remove docs reference for removed protocol_version RPC method ([#3183](https://github.com/ethereum/web3.py/issues/3183) <https://github.com/ethereum/web3.py/issues/3183>__)

Internal Changes - for web3.py Contributors


- Re-define how async vs sync core test suites are ran. (`[#3180](https://github.com/ethereum/web3.py/issues/3180) <https://github.com/ethereum/web3.py/issues/3180>`__)
- Add basic import and version tests for the ``web3`` module (`[#3187](https://github.com/ethereum/web3.py/issues/3187) <https://github.com/ethereum/web3.py/issues/3187>`__)

web3.py v6.13.0 (2023-12-20)

Features


- Implement async ``eth_createAccessList`` RPC method to create an EIP-2930 access list. (`[#3167](https://github.com/ethereum/web3.py/issues/3167) &lt;https://github.com/ethereum/web3.py/issues/3167&gt;`__)

Internal Changes - for web3.py Contributors
</code></pre>
<ul>
<li>Add flaky async Geth integration tests to CI (<code>#3170 &lt;https://github.com/ethereum/web3.py/issues/3170&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Fix wrong test reference for <code>EthereumTesterProvider</code> integration test suite. (<code>#3171 &lt;https://github.com/ethereum/web3.py/issues/3171&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Small fix for integration tests for <code>tox</code> to recognize independent patterns for each test run. (<code>#3173 &lt;https://github.com/ethereum/web3.py/issues/3173&amp;gt;&lt;/code&gt;__)&lt;/li>
</ul>
<h2>web3.py v6.12.0 (2023-12-11)</h2>
<p>Improved Documentation</p>
<pre><code>

  • Make downloadable versions of docs available in pdf, htmlzip, and epub formats ([#3153](https://github.com/ethereum/web3.py/issues/3153) &amp;lt;https://github.com/ethereum/web3.py/issues/3153&amp;gt;__)
  • Add 2023 user survey fine art banner in the docs ([#3159](https://github.com/ethereum/web3.py/issues/3159) &amp;lt;https://github.com/ethereum/web3.py/issues/3159&amp;gt;__)
  • Polish the community resources docs page ([#3162](https://github.com/ethereum/web3.py/issues/3162) &amp;lt;https://github.com/ethereum/web3.py/issues/3162&amp;gt;__)

&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/ecc45a4b9aaecff926bcd4c707bdaa8c05ce5d3f&quot;&gt;&lt;code&gt;ecc45a4&lt;/code&gt;&lt;/a> Bump version: 6.13.0 → 6.14.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/416d5ef0276ca46e29b2cdb49734dc0e3193cc6b&quot;&gt;&lt;code&gt;416d5ef&lt;/code&gt;&lt;/a> Compile release notes for v6.14.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/ed44515ddb1b90760128aa5405bded4b4a30be76&quot;&gt;&lt;code&gt;ed44515&lt;/code&gt;&lt;/a> newsfragment for <a href="https://redirect.github.com/ethereum/web3.py/issues/3180&quot;&gt;#3180&lt;/a&gt;&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/841fb15e9cd874a5e84e29bbb855eecb9598ec7f&quot;&gt;&lt;code&gt;841fb15&lt;/code&gt;&lt;/a> Changes from comments on PR <a href="https://redirect.github.com/ethereum/web3.py/issues/3180&quot;&gt;#3180&lt;/a&gt;&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/e73d29885c53b40cd640a9aaad2d4d92388fccac&quot;&gt;&lt;code&gt;e73d298&lt;/code&gt;&lt;/a> Rename some async tests to use conventional 'async' in name</li>
<li><a href="https://github.com/ethereum/web3.py/commit/ab9de1ab4c4b237326f6fb041f9a13ac544710ea&quot;&gt;&lt;code&gt;ab9de1a&lt;/code&gt;&lt;/a> Use asyncio marker as well as <code>async</code> in test names for async test runs:</li>
<li><a href="https://github.com/ethereum/web3.py/commit/0ad1d62035981861dc959aa6509cdef976c76c5b&quot;&gt;&lt;code&gt;0ad1d62&lt;/code&gt;&lt;/a> Remove unneeded type ignores</li>
<li><a href="https://github.com/ethereum/web3.py/commit/44ae604ad5f825cfa78407882663b48a4c853bd7&quot;&gt;&lt;code&gt;44ae604&lt;/code&gt;&lt;/a> use importlib.metadata for version info if &gt;py37, add test for version info a...</li>
<li><a href="https://github.com/ethereum/web3.py/commit/6998399be8739345001bda5dadc1b1f6cf649cf9&quot;&gt;&lt;code&gt;6998399&lt;/code&gt;&lt;/a> add test for default args</li>
<li><a href="https://github.com/ethereum/web3.py/commit/9d250389e81b86e3102ddae33390c5e7f819aadd&quot;&gt;&lt;code&gt;9d25038&lt;/code&gt;&lt;/a> change fee_history arg reward_percentiles default to pass empty list instead ...</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v6.11.4...v6.14.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 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)

Bumps [web3](https://github.com/ethereum/web3.py) from 6.11.4 to 6.14.0.
- [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/releases.rst)
- [Commits](ethereum/web3.py@v6.11.4...v6.14.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 requested a review from Uxio0 as a code owner January 15, 2024 13:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 15, 2024
@coveralls
Copy link

Coverage Status

coverage: 93.638%. remained the same
when pulling ecb574c on dependabot/pip/web3-6.14.0
into 37aeca1 on master.

@Uxio0 Uxio0 merged commit 2aa3ebb into master Jan 15, 2024
13 checks passed
@Uxio0 Uxio0 deleted the dependabot/pip/web3-6.14.0 branch January 15, 2024 13:21
@github-actions github-actions bot locked and limited conversation to collaborators Jan 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

None yet

2 participants