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 eth-keys from 0.4.0 to 0.5.0 #1126

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps eth-keys from 0.4.0 to 0.5.0.

Changelog

Sourced from eth-keys's changelog.

eth-keys v0.5.0 (2024-01-10)

Breaking Changes


- Drop python 3.6 and 3.7 support (`[#96](https://github.com/ethereum/eth-keys/issues/96) <https://github.com/ethereum/eth-keys/issues/96>`__)

Features


- Add python 3.11 support (`[#96](https://github.com/ethereum/eth-keys/issues/96) &lt;https://github.com/ethereum/eth-keys/issues/96&gt;`__)

Internal Changes - for eth-keys Contributors
</code></pre>
<ul>
<li>Merge template updates, notably using <code>pre-commit</code> for linting and change the name of the <code>master</code> branch to <code>main</code> (<code>#96 &lt;https://github.com/ethereum/eth-keys/issues/96&amp;gt;&lt;/code&gt;__)&lt;/li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/eth-keys/commit/84971e561089813578cf803f7045bd70609fa9a6&quot;&gt;&lt;code&gt;84971e5&lt;/code&gt;&lt;/a> Bump version: 0.4.0 → 0.5.0</li>
<li><a href="https://github.com/ethereum/eth-keys/commit/36d2f5da36737c25aa334fba76f651b5b51a55eb&quot;&gt;&lt;code&gt;36d2f5d&lt;/code&gt;&lt;/a> Compile release notes for v0.5.0</li>
<li><a href="https://github.com/ethereum/eth-keys/commit/e84ce044a95d44598a9d805aaf6eed43d1ced371&quot;&gt;&lt;code&gt;e84ce04&lt;/code&gt;&lt;/a> correct towncrier output file and docs command</li>
<li><a href="https://github.com/ethereum/eth-keys/commit/563678a6a58aaf03863b19c7fe15c1c099173b54&quot;&gt;&lt;code&gt;563678a&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/ethereum/eth-keys/issues/96&quot;&gt;#96&lt;/a> from pacrob/upgrade-template</li>
<li><a href="https://github.com/ethereum/eth-keys/commit/5afb5957d4d04f4ddadc141014378c68f5a95bea&quot;&gt;&lt;code&gt;5afb595&lt;/code&gt;&lt;/a> newsfragments</li>
<li><a href="https://github.com/ethereum/eth-keys/commit/e91bfd685a0bf241b8dba65f3da479f595d10196&quot;&gt;&lt;code&gt;e91bfd6&lt;/code&gt;&lt;/a> lint and clean up typing, drop upper pins, match coincurve ci to proper</li>
<li><a href="https://github.com/ethereum/eth-keys/commit/c96ce5b07735ac68f550d22485bc67779adb71d4&quot;&gt;&lt;code&gt;c96ce5b&lt;/code&gt;&lt;/a> merge template and fill template variables</li>
<li><a href="https://github.com/ethereum/eth-keys/commit/cb3f556315ba864450c975b88058f08da0a9c399&quot;&gt;&lt;code&gt;cb3f556&lt;/code&gt;&lt;/a> move pyupgrade before black</li>
<li><a href="https://github.com/ethereum/eth-keys/commit/621cd56059b73ea60f315ebef437a998d15481be&quot;&gt;&lt;code&gt;621cd56&lt;/code&gt;&lt;/a> add pyupgrade to pre-commit hooks</li>
<li><a href="https://github.com/ethereum/eth-keys/commit/d1395aaad2b26dffc61aec7ee821c597784ae816&quot;&gt;&lt;code&gt;d1395aa&lt;/code&gt;&lt;/a> add .bumpversion.cfg to pre-commit ignore</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/eth-keys/compare/v0.4.0...v0.5.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 [eth-keys](https://github.com/ethereum/eth-keys) from 0.4.0 to 0.5.0.
- [Changelog](https://github.com/ethereum/eth-keys/blob/main/CHANGELOG.rst)
- [Commits](ethereum/eth-keys@v0.4.0...v0.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 11, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant