[PR #232] [MERGED] Bump pycryptodomex from 3.18.0 to 3.19.0 #255

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

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/232
Author: @dependabot[bot]
Created: 9/18/2023
Status: Merged
Merged: 10/1/2023
Merged by: @kokarare1212

Base: mainHead: dependabot/pip/pycryptodomex-3.19.0


📝 Commits (1)

  • 274e29f Bump pycryptodomex from 3.18.0 to 3.19.0

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps pycryptodomex from 3.18.0 to 3.19.0.

Release notes

Sourced from pycryptodomex's releases.

v3.19.0 - Ulm

New features

  • The update() methods of TupleHash128 and TupleHash256 objects can now hash multiple items (byte strings) at once. Thanks to Sylvain Pelissier.
  • Added support for ECDH, with Crypto.Protocol.DH.

Resolved issues

  • GH#754: due to a bug in cffi, do not use it on Windows with Python 3.12+.

v3.19.0 - Ulm (pycryptodomex)

New features

  • The update() methods of TupleHash128 and TupleHash256 objects can now hash multiple items (byte strings) at once. Thanks to Sylvain Pelissier.
  • Added support for ECDH, with Crypto.Protocol.DH.

Resolved issues

  • GH#754: due to a bug in cffi, do not use it on Windows with Python 3.12+.
Changelog

Sourced from pycryptodomex's changelog.

3.19.0 (16 September 2023) ++++++++++++++++++++++++++

New features

  • The update() methods of TupleHash128 and TupleHash256 objects can now hash multiple items (byte strings) at once. Thanks to Sylvain Pelissier.
  • Added support for ECDH, with Crypto.Protocol.DH.

Resolved issues

  • GH#754: due to a bug in cffi, do not use it on Windows with Python 3.12+.
Commits
  • d298477 Bump version
  • a6d5319 Rename to Crypto.Protocol.DH
  • 08bc46d Build PyPy wheels for 3.9 and 3.10, drop 3.8
  • d1598cd Change tag variable name to improve clarity.
  • 0061029 Change tag variable name to improve clarity.
  • 3314660 Add initial pyproject.toml
  • 8bdf635 Add Python 3.12 as supported version
  • 312b681 Update Changelog
  • 2d3c273 Do not use cffi on Windows with Python 3.12+
  • fe24003 Try CPython 3.12-dev on Windows
  • Additional commits viewable in compare view

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)

🔄 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/232 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/18/2023 **Status:** ✅ Merged **Merged:** 10/1/2023 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `main` ← **Head:** `dependabot/pip/pycryptodomex-3.19.0` --- ### 📝 Commits (1) - [`274e29f`](https://github.com/kokarare1212/librespot-python/commit/274e29fd4b7c3453493b2da28f6f2ca13a038638) Bump pycryptodomex from 3.18.0 to 3.19.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.18.0 to 3.19.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Legrandin/pycryptodome/releases">pycryptodomex's releases</a>.</em></p> <blockquote> <h2>v3.19.0 - Ulm</h2> <h2>New features</h2> <ul> <li>The <code>update()</code> methods of TupleHash128 and TupleHash256 objects can now hash multiple items (byte strings) at once. Thanks to Sylvain Pelissier.</li> <li>Added support for ECDH, with <code>Crypto.Protocol.DH</code>.</li> </ul> <h2>Resolved issues</h2> <ul> <li>GH#754: due to a bug in <code>cffi</code>, do not use it on Windows with Python 3.12+.</li> </ul> <h2>v3.19.0 - Ulm (pycryptodomex)</h2> <h2>New features</h2> <ul> <li>The <code>update()</code> methods of TupleHash128 and TupleHash256 objects can now hash multiple items (byte strings) at once. Thanks to Sylvain Pelissier.</li> <li>Added support for ECDH, with <code>Crypto.Protocol.DH</code>.</li> </ul> <h2>Resolved issues</h2> <ul> <li>GH#754: due to a bug in <code>cffi</code>, do not use it on Windows with Python 3.12+.</li> </ul> </blockquote> </details> <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.19.0 (16 September 2023) ++++++++++++++++++++++++++</p> <h2>New features</h2> <ul> <li>The <code>update()</code> methods of TupleHash128 and TupleHash256 objects can now hash multiple items (byte strings) at once. Thanks to Sylvain Pelissier.</li> <li>Added support for ECDH, with <code>Crypto.Protocol.DH</code>.</li> </ul> <h2>Resolved issues</h2> <ul> <li>GH#754: due to a bug in <code>cffi</code>, do not use it on Windows with Python 3.12+.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Legrandin/pycryptodome/commit/d298477f700f6dcac1de709abea5598833a4f8d1"><code>d298477</code></a> Bump version</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/a6d53199fffe314a8b5453d3ad05b4e07817e0eb"><code>a6d5319</code></a> Rename to Crypto.Protocol.DH</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/08bc46d937e998f01739c85e3afc84be2ae24c37"><code>08bc46d</code></a> Build PyPy wheels for 3.9 and 3.10, drop 3.8</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/d1598cde9f19ec879fddaad63c66f62515c829df"><code>d1598cd</code></a> Change tag variable name to improve clarity.</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/00610298fd203c18cf219b3b6556f6ed76783f92"><code>0061029</code></a> Change tag variable name to improve clarity.</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/3314660aedd93b7a32a0770a1afd7267b3689202"><code>3314660</code></a> Add initial pyproject.toml</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/8bdf6354956281b99b49ff27de3ca39bdbddc56b"><code>8bdf635</code></a> Add Python 3.12 as supported version</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/312b681269130b90544ce2725626e47a390c4fdb"><code>312b681</code></a> Update Changelog</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/2d3c273ca6a8dbc0dc1e5d580df128d0e9c3859c"><code>2d3c273</code></a> Do not use cffi on Windows with Python 3.12+</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/fe24003005f3b4176348e754ba4ba1a6a9d335dc"><code>fe24003</code></a> Try CPython 3.12-dev on Windows</li> <li>Additional commits viewable in <a href="https://github.com/Legrandin/pycryptodome/compare/v3.18.0...v3.19.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.18.0&new-version=3.19.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> --- <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:29 +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#255
No description provided.