Skip to content

Bump pyotp from 2.4.1 to 2.6.0

Studieverening via bot requested to merge dependabot/pip/pyotp-2.6.0 into master

Bumps pyotp from 2.4.1 to 2.6.0.

Release notes

Sourced from pyotp's releases.

v2.6.0

  • Raise default and minimum base32 secret length to 32, and hex secret length to 40 (160 bits as recommended by the RFC) (#115).

    • Fix issue where provisioning_uri would return invalid results after calling verify() (#115).

v2.5.1

  • parse_uri accepts and ignores optional image parameter (#114)

v2.5.0

  • Add optional image parameter to provisioning_uri (#113)

    • Support for 7-digit codes in 'parse_uri' (#111)

    • Raise default and minimum base32 secret length to 26

Changelog

Sourced from pyotp's changelog.

Changes for v2.6.0 (2021-02-04)

  • Raise default and minimum base32 secret length to 32, and hex secret length to 40 (160 bits as recommended by the RFC) (#115).

  • Fix issue where provisioning_uri would return invalid results after calling verify() (#115).

Changes for v2.5.1 (2021-01-29)

  • parse_uri accepts and ignores optional image parameter (#114)

Changes for v2.5.0 (2021-01-29)

  • Add optional image parameter to provisioning_uri (#113)

  • Support for 7-digit codes in ‘parse_uri’ (#111)

  • Raise default and minimum base32 secret length to 26

Commits

Merge request reports