kigawas / web3-input-decoder

A simple offline web3 transaction input decoder for functions and constructors.
MIT License
51 stars 11 forks source link

Bump eth-utils from 2.2.2 to 2.3.1 #161

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 11 months ago

Bumps eth-utils from 2.2.2 to 2.3.1.

Changelog

Sourced from eth-utils's changelog.

eth-utils v2.3.1 (2023-11-07)

Bugfixes


- Some users were experiencing encoding issues when parsing the networks json. Use UTF-8 explicitly. (`[#259](https://github.com/ethereum/eth-utils/issues/259) <https://github.com/ethereum/eth-utils/issues/259>`__)

Internal Changes - for eth-utils Contributors

  • Fix and add new test cases for invalid Network chain_id values. ([#256](https://github.com/ethereum/eth-utils/issues/256) <https://github.com/ethereum/eth-utils/issues/256>__)

Miscellaneous Changes


- `[#259](https://github.com/ethereum/eth-utils/issues/259) <https://github.com/ethereum/eth-utils/issues/259>`__

eth-utils v2.3.0 (2023-10-20)

Features


- Add ``Network`` utility methods to utilize network metadata for a given ``ChainId``. (`[#253](https://github.com/ethereum/eth-utils/issues/253) &lt;https://github.com/ethereum/eth-utils/issues/253&gt;`__)
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/eth-utils/commit/bbcf31c107f07e9989925d8de9494b0927698eb3"><code>bbcf31c</code></a> Bump version: 2.3.0 → 2.3.1</li>
<li><a href="https://github.com/ethereum/eth-utils/commit/efa0f4c5665d5d33a52a5587fff817df0785ed48"><code>efa0f4c</code></a> Silence sphinx warning from release notes syntax</li>
<li><a href="https://github.com/ethereum/eth-utils/commit/8a93aac3414c9095a6c94781f7ff9046f036fc3b"><code>8a93aac</code></a> Update grep command for upstream branch dependency</li>
<li><a href="https://github.com/ethereum/eth-utils/commit/9e5c9003e7e2d41e98b83fc231e8b52bbf3efe32"><code>9e5c900</code></a> Compile release notes for v2.3.1</li>
<li><a href="https://github.com/ethereum/eth-utils/commit/d5f2e66e8776f5016dcee494953dc13391f04e4e"><code>d5f2e66</code></a> Use upcoming version in make notes commit msg</li>
<li><a href="https://github.com/ethereum/eth-utils/commit/63bb83dc682d4ab8f90c8524f3568331659897f0"><code>63bb83d</code></a> Add relevant newsfragment for updating networks in <a href="https://redirect.github.com/ethereum/eth-utils/issues/259">#259</a></li>
<li><a href="https://github.com/ethereum/eth-utils/commit/9c088866ae07e79ac62ff9c9508530012de64ad7"><code>9c08886</code></a> Relevant newsfragment for <a href="https://redirect.github.com/ethereum/eth-utils/issues/259">#259</a></li>
<li><a href="https://github.com/ethereum/eth-utils/commit/9a9efaeb09429767c400b1a86000b858558c7a57"><code>9a9efae</code></a> run update_networks.py to update networks</li>
<li><a href="https://github.com/ethereum/eth-utils/commit/b52b3f67299ec12471a1594fd330da6c53652836"><code>b52b3f6</code></a> Fix lint</li>
<li><a href="https://github.com/ethereum/eth-utils/commit/f1f07b8f6eca2dba465fbdeb6d738dd19e232ea5"><code>f1f07b8</code></a> Fix character encoding issue (<a href="https://redirect.github.com/ethereum/eth-utils/issues/258">#258</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/eth-utils/compare/v2.2.2...v2.3.1">compare view</a></li>
</ul>
</details>

<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eth-utils&package-manager=pip&previous-version=2.2.2&new-version=2.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 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)
codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (acb91e9) 100.00% compared to head (4f8773f) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #161 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 7 7 Lines 142 142 ========================================= Hits 142 142 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 7 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.