Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
!!! This is a backport of a commit from the master branch to fix compatibility with werkzeug 2.1+ !!! werkzeug 2.1 will deprecate `pbkdf2_bin` and recommends pbkdf2_hmac as an alternative. Adjust function invocation and use named args to avoid confusion. Compare: https://werkzeug.palletsprojects.com/en/2.0.x/utils/#werkzeug.security.pbkdf2_bin -> Will be gone in werkzeug 2.1 https://docs.python.org/3/library/hashlib.html#hashlib.pbkdf2_hmac -> Available since Python 3.4
- Loading branch information