PySecretHandshake
PySecretHandshake copied to clipboard
Bump pynacl from 1.3.0 to 1.6.2
Bumps pynacl from 1.3.0 to 1.6.2.
Changelog
Sourced from pynacl's changelog.
1.6.2 (2026-01-01)
- Updated
libsodiumto 1.0.20-stable (2025-12-31 build) to resolveCVE-2025-69277.1.6.1 (2025-11-10)
- The
MAKEenvironment variable can now be used to specify themakebinary that should be used in the build process.1.6.0 (2025-09-11)
- BACKWARDS INCOMPATIBLE: Removed support for Python 3.6 and 3.7.
- Added support for the low level AEAD AES bindings.
- Added support for
crypto_core_ed25519_from_uniform.- Update
libsodiumto 1.0.20-stable (2025-08-27 build).- Added support for free-threaded Python 3.14.
- Added support for Windows on ARM wheels.
1.5.0 (2022-01-07)
- BACKWARDS INCOMPATIBLE: Removed support for Python 2.7 and Python 3.5.
- BACKWARDS INCOMPATIBLE: We no longer distribute
manylinux1wheels.- Added
manylinux2014,manylinux_2_24,musllinux, and macOSuniversal2wheels (the latter supports macOSarm64).- Update
libsodiumto 1.0.18-stable (July 25, 2021 release).- Add inline type hints.
1.4.0 (2020-05-25)
- Update
libsodiumto 1.0.18.- BACKWARDS INCOMPATIBLE: We no longer distribute 32-bit
manylinux1wheels. Continuing to produce them was a maintenance burden.- Added support for Python 3.8, and removed support for Python 3.4.
- Add low level bindings for extracting the seed and the public key from crypto_sign_ed25519 secret key
- Add low level bindings for deterministic random generation.
- Add
wheelandsetuptoolssetup_requirements insetup.py(#485)- Fix checks on very slow builders (#481, #495)
- Add low-level bindings to ed25519 arithmetic functions
- Update low-level blake2b state implementation
- Fix wrong short-input behavior of SealedBox.decrypt() (#517)
- Raise CryptPrefixError exception instead of InvalidkeyError when trying to check a password against a verifier stored in a unknown format (#519)
- Add support for minimal builds of libsodium. Trying to call functions not available in a minimal build will raise an UnavailableError exception. To compile a minimal build of the bundled libsodium, set
... (truncated)
Commits
ecf41f5changelog and version bump for 1.6.2 (#923)685a5e7Switch to PyPI trusted publishing (#925)78e0aa3missed adding these files as part of the libsodium update (#924)9631488Bump libsodium to the latest 1.0.20 (#922)563b25bAdd script to update vendored libsodium (#921)d233105Include libsodium license in wheels (#917)cabc3a8Bump dessant/lock-threads from 5 to 6 (#914)f359617Bump actions/download-artifact from 6.0.0 to 7.0.0 (#915)fb6e37fBump actions/upload-artifact from 5 to 6 (#916)526f992Bump actions/checkout from 6.0.0 to 6.0.1 (#911)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.