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.20.2 to 7.6.1 #481

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps web3 from 6.20.2 to 7.6.1.

Changelog

Sourced from web3's changelog.

web3.py v7.6.1 (2024-12-18)

Bugfixes


- Include an end-of-line delimiter when sending messages via IPC with the ``IPCProvider`` and ``AsyncIPCProvider``. (`[#3537](https://github.com/ethereum/web3.py/issues/3537) <https://github.com/ethereum/web3.py/issues/3537>`__)
- Contract functions and events no longer initialize for each call. Retrieval of overloaded functions and events is now deterministic. Any ambiguity will result in an exception being raised. (`[#3540](https://github.com/ethereum/web3.py/issues/3540) <https://github.com/ethereum/web3.py/issues/3540>`__)
- Bump the eth-tester version to one that works in the tester dependency extras (`[#3555](https://github.com/ethereum/web3.py/issues/3555) <https://github.com/ethereum/web3.py/issues/3555>`__)

Improved Documentation

  • Update ENS-related links ([#3563](https://github.com/ethereum/web3.py/issues/3563) <https://github.com/ethereum/web3.py/issues/3563>__)

Internal Changes - for web3.py Contributors


- Upgrade Geth Fixture to 1.14.12 (`[#3533](https://github.com/ethereum/web3.py/issues/3533) <https://github.com/ethereum/web3.py/issues/3533>`__)
- Delete ``ARCHITECTURE.md`` as unused (`[#3547](https://github.com/ethereum/web3.py/issues/3547) <https://github.com/ethereum/web3.py/issues/3547>`__)

Miscellaneous Changes


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

web3.py v7.6.0 (2024-11-22)

Bugfixes


- Update the `ContractEvents` class to raise a `NoABIFound` exception if the `Contract` is initialized without an `ABI` and an attempt to access an event is made. This exception makes `ContractEvents` consistent with `ContractFunctions`. (`[#3491](https://github.com/ethereum/web3.py/issues/3491) &amp;lt;https://github.com/ethereum/web3.py/issues/3491&amp;gt;`__)


Features
  • Contracts with overloaded functions or events are now supported. The Contract initializes functions and events using an identifier to distinguish between them. The identifier is the function or event signature, which consists of the name and the parameter types. ([#3491](https://github.com/ethereum/web3.py/issues/3491) &amp;lt;https://github.com/ethereum/web3.py/issues/3491&amp;gt;__)
    • Support for w3.eth.blob_base_fee
    • Async support for w3.eth.blob_base_fee ([#3527](https://github.com/ethereum/web3.py/issues/3527) &amp;lt;https://github.com/ethereum/web3.py/issues/3527&amp;gt;__)

Internal Changes - for web3.py Contributors
</code></pre>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/web3.py/commit/46e4f3d7b6e9c012760c2383626f470f565177f3&quot;&gt;&lt;code&gt;46e4f3d&lt;/code&gt;&lt;/a> Bump version: 7.6.0 → 7.6.1</li>
<li><a href="https://github.com/ethereum/web3.py/commit/5b4217e59d30bdabed4e0a8531db60c215938f15&quot;&gt;&lt;code&gt;5b4217e&lt;/code&gt;&lt;/a> Compile release notes for v7.6.1</li>
<li><a href="https://github.com/ethereum/web3.py/commit/34d258f19f06fae737f4272d3cf4e00e669ab7b8&quot;&gt;&lt;code&gt;34d258f&lt;/code&gt;&lt;/a> Fix initialization of Contract function and events (<a href="https://redirect.github.com/ethereum/web3.py/issues/3540&quot;&gt;#3540&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/f6204f1e58532e4640d0ce2acdabdbc10e682cab&quot;&gt;&lt;code&gt;f6204f1&lt;/code&gt;&lt;/a> use stable instead of latest docs, add newsfragment</li>
<li><a href="https://github.com/ethereum/web3.py/commit/e8e0dab0bf3efa44cd42d0afcc685934db610005&quot;&gt;&lt;code&gt;e8e0dab&lt;/code&gt;&lt;/a> fix broken link migration.rst</li>
<li><a href="https://github.com/ethereum/web3.py/commit/b538d90a4bc3c75e2a980f8ec487ac19950c5a2a&quot;&gt;&lt;code&gt;b538d90&lt;/code&gt;&lt;/a> edit correct links ens_overview.rst</li>
<li><a href="https://github.com/ethereum/web3.py/commit/dbd3880c62d98e566d3ebdeffa7b08eba39c7337&quot;&gt;&lt;code&gt;dbd3880&lt;/code&gt;&lt;/a> fix: change minimum pin to functioning version of <code>eth-tester</code> in <code>tester</code> ex...</li>
<li><a href="https://github.com/ethereum/web3.py/commit/a720585bc36fa0cacddd81a52db7c0138b7c92fb&quot;&gt;&lt;code&gt;a720585&lt;/code&gt;&lt;/a> Update outdated Python 2 API reference to reflect Python 3 usage</li>
<li><a href="https://github.com/ethereum/web3.py/commit/908a06733ace6f5bc4343b9ab4e5177c185ef453&quot;&gt;&lt;code&gt;908a067&lt;/code&gt;&lt;/a> Fix incorrect use of <strong>file</strong> variable in configuration script</li>
<li><a href="https://github.com/ethereum/web3.py/commit/dc964d15ea23efe4a25d1f3c7dc4573f2b35068c&quot;&gt;&lt;code&gt;dc964d1&lt;/code&gt;&lt;/a> remove ARCHITECHTURE.md file as unused</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v6.20.2...v7.6.1&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.20.2 to 7.6.1.
- [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst)
- [Commits](ethereum/web3.py@v6.20.2...v7.6.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 23, 2024 13:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 23, 2024
@dependabot dependabot bot requested a review from Uxio0 December 23, 2024 13:50
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.

0 participants