[PR #136] [MERGED] Bump pycryptodomex from 3.14.1 to 3.15.0 #178

Closed
opened 2026-02-27 08:12:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/136
Author: @dependabot[bot]
Created: 6/23/2022
Status: Merged
Merged: 6/28/2022
Merged by: @kokarare1212

Base: mainHead: dependabot/pip/pycryptodomex-3.15.0


📝 Commits (1)

  • 4c4c564 Bump pycryptodomex from 3.14.1 to 3.15.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps pycryptodomex from 3.14.1 to 3.15.0.

Changelog

Sourced from pycryptodomex's changelog.

3.15.0 (22 June 2022) ++++++++++++++++++++++++++

New features

  • Add support for curves Ed25519 and Ed448, including export and import of keys.
  • Add support for EdDSA signatures.
  • Add support for Asymmetric Key Packages (RFC5958) to import private keys.

Resolved issues

  • GH#620: for Crypto.Util.number.getPrime , do not sequentially scan numbers searching for a prime.
Commits

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kokarare1212/librespot-python/pull/136 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/23/2022 **Status:** ✅ Merged **Merged:** 6/28/2022 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `main` ← **Head:** `dependabot/pip/pycryptodomex-3.15.0` --- ### 📝 Commits (1) - [`4c4c564`](https://github.com/kokarare1212/librespot-python/commit/4c4c5642d7e97cf56343d6c385af3c64796711ea) Bump pycryptodomex from 3.14.1 to 3.15.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [pycryptodomex](https://github.com/Legrandin/pycryptodome) from 3.14.1 to 3.15.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst">pycryptodomex's changelog</a>.</em></p> <blockquote> <p>3.15.0 (22 June 2022) ++++++++++++++++++++++++++</p> <h2>New features</h2> <ul> <li>Add support for curves Ed25519 and Ed448, including export and import of keys.</li> <li>Add support for EdDSA signatures.</li> <li>Add support for Asymmetric Key Packages (RFC5958) to import private keys.</li> </ul> <h2>Resolved issues</h2> <ul> <li>GH#620: for <code>Crypto.Util.number.getPrime</code> , do not sequentially scan numbers searching for a prime.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Legrandin/pycryptodome/commit/c37fd1968b445a3f4b48519e126721a5435429ed"><code>c37fd19</code></a> Bump version</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/9976c91106b5710f7ea5efbdd74fe40354833873"><code>9976c91</code></a> Update docs</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/ebcfaae7eabb5cbde6490adb6cc4510fcfd55b16"><code>ebcfaae</code></a> More C tests for Ed25519</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/cd6ae1ec9cca65703d769a08c1ad15ccc7641c85"><code>cd6ae1e</code></a> Fix compilation warnings</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/fe86785b00eed5f6ddb481cdb2d9a26090212868"><code>fe86785</code></a> Optimize Montgomery multiplication for Ed448</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/dfb16dd6e253d4e3e8df89f48824e90f307fc38f"><code>dfb16dd</code></a> Fix ed448_perf test</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/46746e7bb50d3148d15ae2f084e6a47a67af1f44"><code>46746e7</code></a> Update strxor documentation</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/4c8e2827957600d9ab8a399e88a9bb11e0e20913"><code>4c8e282</code></a> Fix typo in comment in RSA class</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/85449d8f042608cd58ba965520141fe7c64c0e4c"><code>85449d8</code></a> Fix typo in comment in RSA class</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/f674baa16383d8e22521642c22839e0d6534823b"><code>f674baa</code></a> Update Changelog</li> <li>Additional commits viewable in <a href="https://github.com/Legrandin/pycryptodome/compare/v3.14.1...v3.15.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pycryptodomex&package-manager=pip&previous-version=3.14.1&new-version=3.15.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:12:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot-python-kokarare1212#178
No description provided.