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.3.0 #44

Merged
merged 1 commit into from
Jan 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2022

Bumps argon2-cffi from 21.1.0 to 21.3.0.

Release notes

Sourced from argon2-cffi's releases.

21.3.0

Fixed

  • While the last release added type hints, the fact that it's been misssing a py.typed file made Mypy ignore them. #113

21.2.0

Highlights

  • Pre-compiled wheels for most relevant platforms (yes, including ARM!)
  • Full type hints.
  • Adjusted defaults to RFC 9106 and support for 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.3.0 - 2021-12-11

Fixed

  • While the last release added type hints, the fact that it's been missing a py.typed file made Mypy ignore them. #113

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 25, 2022
@codecov
Copy link

codecov bot commented Nov 25, 2022

Codecov Report

Merging #44 (e12147a) into main (c025327) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #44   +/-   ##
=======================================
  Coverage   68.41%   68.41%           
=======================================
  Files          46       46           
  Lines        1732     1732           
=======================================
  Hits         1185     1185           
  Misses        547      547           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Bumps [argon2-cffi](https://github.com/hynek/argon2-cffi) from 21.1.0 to 21.3.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.3.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 force-pushed the dependabot/pip/argon2-cffi-21.3.0 branch from 6f8af3e to e12147a Compare January 4, 2023 04:31
@JSv4 JSv4 merged commit 83e990d into main Jan 6, 2023
@JSv4 JSv4 deleted the dependabot/pip/argon2-cffi-21.3.0 branch January 6, 2023 04:16
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.

1 participant