Skip to content

deps(deps): bump eth-keyfile from 0.8.1 to 0.9.1 - #181

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/eth-keyfile-0.9.1
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/eth-keyfile-0.9.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps eth-keyfile from 0.8.1 to 0.9.1.

Changelog

Sourced from eth-keyfile's changelog.

eth-keyfile v0.9.1 (2025-02-10)

Bugfixes


- Fix bug where ``iv`` value in v3 keyfile could be length less than 32. (`[#60](https://github.com/ApeWorX/eth-keyfile/issues/60) <https://github.com/ethereum/eth-keyfile/issues/60>`__)

eth-keyfile v0.9.0 (2025-01-29)

Features

  • Merge template, adding py313 support and replacing bumpversion with bump-my-versions. ([#59](https://github.com/ApeWorX/eth-keyfile/issues/59) <https://github.com/ethereum/eth-keyfile/issues/59>__)

eth-keyfile v0.9.0-beta.1 (2024-11-25)

Breaking Changes


- Update type of ``password`` arg to be ``bytes`` instead of ``str``, bump to ``mypy==1.10.0`` and have it run with all local deps installed (`[#55](https://github.com/ApeWorX/eth-keyfile/issues/55) <https://github.com/ethereum/eth-keyfile/issues/55>`__)

Features


- Add the ability to generate v4 keyfiles in accordance with EIP-2335 (`[#56](https://github.com/ApeWorX/eth-keyfile/issues/56) &lt;https://github.com/ethereum/eth-keyfile/issues/56&gt;`__)
- Create new ``EthKeyfileException`` and replace currently-used exceptions with ``EthKeyfile`` versions to allow more granular exception handling (`[#58](https://github.com/ApeWorX/eth-keyfile/issues/58) &lt;https://github.com/ethereum/eth-keyfile/issues/58&gt;`__)
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ApeWorX/eth-keyfile/commit/da570fa5904d69a4d43d3fa99a0c4a98ea99c6ba&quot;&gt;&lt;code&gt;da570fa&lt;/code&gt;&lt;/a> Bump version: 0.9.0 → 0.9.1</li>
<li><a href="https://github.com/ApeWorX/eth-keyfile/commit/c3d9a26fc5895b17d06c7e3be796b5ddcf2b8e44&quot;&gt;&lt;code&gt;c3d9a26&lt;/code&gt;&lt;/a> Compile release notes for v0.9.1</li>
<li><a href="https://github.com/ApeWorX/eth-keyfile/commit/adc7c9ba96e88e1050ce9ce6618dbfaf63e4a0db&quot;&gt;&lt;code&gt;adc7c9b&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/ApeWorX/eth-keyfile/issues/61&quot;&gt;#61&lt;/a> from pacrob/fix-iv-length</li>
<li><a href="https://github.com/ApeWorX/eth-keyfile/commit/8f60bbc0d71bb7a8cd865aed4fd71d975245f3f1&quot;&gt;&lt;code&gt;8f60bbc&lt;/code&gt;&lt;/a> guarantee iv value in v3 will be a len 32 string</li>
<li><a href="https://github.com/ApeWorX/eth-keyfile/commit/d35a82384822925b509dbe3103b4dcccc38c2a6d&quot;&gt;&lt;code&gt;d35a823&lt;/code&gt;&lt;/a> Bump version: 0.9.0-beta.1 → 0.9.0</li>
<li><a href="https://github.com/ApeWorX/eth-keyfile/commit/282c85c5708816f2079f70e75b53fb2707467e3f&quot;&gt;&lt;code&gt;282c85c&lt;/code&gt;&lt;/a> Compile release notes for v0.9.0</li>
<li><a href="https://github.com/ApeWorX/eth-keyfile/commit/38475019dcbfd02dac5366af54f38b7366e7ff1b&quot;&gt;&lt;code&gt;3847501&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/ApeWorX/eth-keyfile/issues/59&quot;&gt;#59&lt;/a> from pacrob/upgrade-template</li>
<li><a href="https://github.com/ApeWorX/eth-keyfile/commit/53be1481bfd2f11f5b38e659a3350c91eaa059c6&quot;&gt;&lt;code&gt;53be148&lt;/code&gt;&lt;/a> merge template and fill vars</li>
<li><a href="https://github.com/ApeWorX/eth-keyfile/commit/ae5b634d7ba1ebf476971697e87078cc4d893c95&quot;&gt;&lt;code&gt;ae5b634&lt;/code&gt;&lt;/a> Update code_of_conduct.rst</li>
<li><a href="https://github.com/ApeWorX/eth-keyfile/commit/4be68af0dbd56e79f93a941db64468dcbe99f938&quot;&gt;&lt;code&gt;4be68af&lt;/code&gt;&lt;/a> Put python3.8 support back in:</li>
<li>Additional commits viewable in <a href="https://github.com/ApeWorX/eth-keyfile/compare/v0.8.1...v0.9.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 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 [eth-keyfile](https://github.com/ApeWorX/eth-keyfile) from 0.8.1 to 0.9.1.
- [Release notes](https://github.com/ApeWorX/eth-keyfile/releases)
- [Changelog](https://github.com/ApeWorX/eth-keyfile/blob/main/CHANGELOG.rst)
- [Commits](ApeWorX/eth-keyfile@v0.8.1...v0.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot assigned oib Aug 24, 2026
@dependabot
dependabot Bot requested a review from oib as a code owner August 24, 2026 09:20
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot encountered an unknown error. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

14 similar comments
@dependabot @github

dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot encountered an unknown error. Because of this, Dependabot cannot update this pull request.

5 similar comments
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot encountered an unknown error. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot encountered an unknown error. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot encountered an unknown error. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot encountered an unknown error. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot encountered an unknown error. Because of this, Dependabot cannot update this pull request.

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.

1 participant