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 argon2-cffi from 21.1.0 to 21.2.0 #5578

Merged
merged 1 commit into from Dec 8, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2021

Bumps argon2-cffi from 21.1.0 to 21.2.0.

Release notes

Sourced from argon2-cffi's releases.

21.2.0

Highlights

  • Pre-compiled wheels for most relevant platforms (yes, including ARM!)
  • Full type hints.
  • Adjust defaults to RFC 9106 and add support to pre-configured profiles.

Full Changelog

Removed

  • Python 3.5 is not supported anymore.

  • The CFFI bindings have been extracted into a separate project: argon2-cffi-bindings This makes argon2-cffi a Python-only project und should make it easier to contribute to and have more frequent releases with high-level features.

    This change is breaking for users who want to use a system-wide installation of Argon2 instead of our vendored code, because the argument to the --no-binary argument changed. Please refer to the installation guide.

Added

  • Thanks to lots of work within argon2-cffi-bindings, there're pre-compiled wheels for many new platforms. Including:

    • Apple Silicon via universal2
    • Linux on amd64 and arm64
    • musl libc (Alpine Linux!) on i686, amd64, and arm64
    • PyPy 3.8

    We hope to provide wheels for Windows on arm64 soon, but are waiting for GitHub Actions to support that.

  • argon2.Parameters.from_parameters() together with the argon2.profiles module that offers easy access to the RFC-recommended configuration parameters and then some. #101 #110

  • The CLI interface now has a --profile option that takes any name from argon2.profiles.

  • Types! argon2-cffi is now fully typed. #112

Changed

  • argon2.PasswordHasher now uses the RFC 9106 low-memory profile by default. The old defaults are available as argon2.profiles.PRE_21_2.
Changelog

Sourced from argon2-cffi's changelog.

21.2.0 - 2021-12-08

Removed

  • Python 3.5 is not supported anymore.

  • The CFFI bindings have been extracted into a separate project: [argon2-cffi-bindings] This makes argon2-cffi a Python-only project und should make it easier to contribute to and have more frequent releases with high-level features.

    This change is breaking for users who want to use a system-wide installation of Argon2 instead of our vendored code, because the argument to the --no-binary argument changed. Please refer to the installation guide.

Added

  • Thanks to lots of work within [argon2-cffi-bindings], there're pre-compiled wheels for many new platforms. Including:

    • Apple Silicon via universal2
    • Linux on amd64 and arm64
    • musl libc (Alpine Linux!) on i686, amd64, and arm64
    • PyPy 3.8

    We hope to provide wheels for Windows on arm64 soon, but are waiting for GitHub Actions to support that.

  • argon2.Parameters.from_parameters() together with the argon2.profiles module that offers easy access to the RFC-recommended configuration parameters and then some. #101 #110

  • The CLI interface now has a --profile option that takes any name from argon2.profiles.

  • Types! argon2-cffi is now fully typed. #112

Changed

  • argon2.PasswordHasher now uses the RFC 9106 low-memory profile by default. The old defaults are available as argon2.profiles.PRE_21_2.
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)

Bumps [argon2-cffi](https://github.com/hynek/argon2-cffi) from 21.1.0 to 21.2.0.
- [Release notes](https://github.com/hynek/argon2-cffi/releases)
- [Changelog](https://github.com/hynek/argon2-cffi/blob/main/CHANGELOG.md)
- [Commits](hynek/argon2-cffi@21.1.0...21.2.0)

---
updated-dependencies:
- dependency-name: argon2-cffi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 8, 2021
@valentijnscholten valentijnscholten merged commit 7f86c3f into dev Dec 8, 2021
@dependabot dependabot bot deleted the dependabot/pip/dev/argon2-cffi-21.2.0 branch December 8, 2021 12:59
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.

None yet

1 participant