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

chore(deps): update pyotp requirement from ~=2.8.0 to ~=2.9.0 in /api #784

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

Updates the requirements on pyotp to permit the latest version.

Release notes

Sourced from pyotp's releases.

v2.9.0

  • Add parse_uri() support for Steam TOTP (#153)

  • Test and documentation improvements

Changelog

Sourced from pyotp's changelog.

Changes for v2.9.0 (2023-07-27)

  • Add parse_uri() support for Steam TOTP (#153)

  • Test and documentation improvements

Changes for v2.8.0 (2022-12-13)

  • Modify OTP generation to run in constant time (#148)

  • Documentation improvements

  • Drop Python 3.6 support; introduce Python 3.11 support

Changes for v2.7.0 (2022-09-11)

  • Support Steam TOTP (#142)

  • Build, test, and documentation updates

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

Changes for v2.4.1 (2020-10-16)

  • parse_uri: Fix handling of period, counter (#108)

... (truncated)

Commits

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)

Updates the requirements on [pyotp](https://github.com/pyotp/pyotp) to permit the latest version.
- [Release notes](https://github.com/pyotp/pyotp/releases)
- [Changelog](https://github.com/pyauth/pyotp/blob/develop/Changes.rst)
- [Commits](pyauth/pyotp@v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: pyotp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 7, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 8, 2023

Looks like pyotp is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Aug 8, 2023
@dependabot dependabot bot deleted the dependabot/pip/api/pyotp-approx-eq-2.9.0 branch August 8, 2023 16:21
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.

0 participants