Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Bump eth-account from 0.11.1 to 0.13.0 #346

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 21, 2024

Bumps eth-account from 0.11.1 to 0.13.0.

Changelog

Sourced from eth-account's changelog.

eth-account v0.13.0 (2024-05-20)

Bugfixes


- Open up Pydantic dependency (`[#271](https:/ethereum/eth-account/issues/271) <https:/ethereum/eth-account/issues/271>`__)

Features

  • Expose TypedTransactions for public use ([#276](https:/ethereum/eth-account/issues/276) <https:/ethereum/eth-account/issues/276>__)

Internal Changes - for eth-account Contributors


- Merge template updates, notably adding python 3.12 support (`[#274](https:/ethereum/eth-account/issues/274) <https:/ethereum/eth-account/issues/274>`__)

Miscellaneous Changes


- `[#275](https:/ethereum/eth-account/issues/275) &lt;https:/ethereum/eth-account/issues/275&gt;`__

Removals


- Remove ``signHash`` in favor of ``unsafe_sign_hash`` (`[#260](https:/ethereum/eth-account/issues/260) &amp;lt;https:/ethereum/eth-account/issues/260&amp;gt;`__)
- Remove ``messageHash`` in favor of ``message_hash`` (`[#265](https:/ethereum/eth-account/issues/265) &amp;lt;https:/ethereum/eth-account/issues/265&amp;gt;`__)
- Moved private ``_parsePrivateKey`` method to ``_parse_private_key`` (`[#267](https:/ethereum/eth-account/issues/267) &amp;lt;https:/ethereum/eth-account/issues/267&amp;gt;`__)
- Remove ``SignedTransaction``'s ``rawTransaction`` attribute in favor of ``raw_transaction`` (`[#268](https:/ethereum/eth-account/issues/268) &amp;lt;https:/ethereum/eth-account/issues/268&amp;gt;`__)
- Remove ``encode_structured_data`` in favor of ``encode_typed_data`` (`[#269](https:/ethereum/eth-account/issues/269) &amp;lt;https:/ethereum/eth-account/issues/269&amp;gt;`__)


eth-account v0.12.1 (2024-04-02)
--------------------------------

Improved Documentation
</code></pre>
<ul>
<li>Update documentation to include blob transaction signing example. (<code>[#258](https:/ethereum/eth-account/issues/258) &amp;lt;https:/ethereum/eth-account/issues/258&amp;gt;</code>__)</li>
</ul>
<h2>eth-account v0.12.0 (2024-04-01)</h2>
<p>Bugfixes
&lt;/tr&gt;&lt;/table&gt;
</code></pre></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https:/ethereum/eth-account/commit/c64c402b43acb3bea64314ee1e8558e71c6bcc62"><code>c64c402</code></a> Bump version: 0.12.1 → 0.13.0</li>
<li><a href="https:/ethereum/eth-account/commit/3ba651ca317a14b058ac8d4522861c4fce61dcf8"><code>3ba651c</code></a> Compile release notes for v0.13.0</li>
<li><a href="https:/ethereum/eth-account/commit/8478a86a8d235acba0a33fcae5804887473c72de"><code>8478a86</code></a> Publicly expose TypedTransactions (<a href="https://redirect.github.com/ethereum/eth-account/issues/276">#276</a>)</li>
<li><a href="https:/ethereum/eth-account/commit/116f3945503e55e793d6697d7f051bbf4a7017fe"><code>116f394</code></a> fix docs ci</li>
<li><a href="https:/ethereum/eth-account/commit/9f8ef24014c5959c1917a22dceae0496f0187032"><code>9f8ef24</code></a> Merge pull request <a href="https://redirect.github.com/ethereum/eth-account/issues/274">#274</a> from pacrob/upgrade-template</li>
<li><a href="https:/ethereum/eth-account/commit/267d3463356a8f51578568cf0064b9532bee3111"><code>267d346</code></a> lint and newsfragment</li>
<li><a href="https:/ethereum/eth-account/commit/7f00dccc87d0862d41d0c2b5a5528f2e75945f78"><code>7f00dcc</code></a> merge template, fill vars, lint</li>
<li><a href="https:/ethereum/eth-account/commit/b87ee6a4a951209e7d5a823fd0df64e9c9f19fcb"><code>b87ee6a</code></a> Successfully unmark scripts as a package for wheels</li>
<li><a href="https:/ethereum/eth-account/commit/f29c8ad8f0a408ed909bf494bb1538f4c69efa8e"><code>f29c8ad</code></a> <code>scripts</code> directory included in dist but not in wheel. (<a href="https://redirect.github.com/ethereum/eth-account/issues/130">#130</a>)</li>
<li><a href="https:/ethereum/eth-account/commit/d019641dbeac93513ac91c41b6bfd0a959c29abd"><code>d019641</code></a> Remove encode_structured_data (<a href="https://redirect.github.com/ethereum/eth-account/issues/269">#269</a>)</li>
<li>Additional commits viewable in <a href="https:/ethereum/eth-account/compare/v0.11.1...v0.13.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eth-account&package-manager=pip&previous-version=0.11.1&new-version=0.13.0)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 21, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant