Skip to content

Bump pyotp from 2.6.0 to 2.10.0#7001

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/pyotp-2.10.0
Open

Bump pyotp from 2.6.0 to 2.10.0#7001
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/pyotp-2.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps pyotp from 2.6.0 to 2.10.0.

Release notes

Sourced from pyotp's releases.

v2.10.0

  • Fix parse_uri mis-parsing of encoded colon in issuer/account name (#187)

    • Simplified and improved generate_otp() performance in Steam class (#179)

    • Check digest function to prevent error on OTP Generation (#170)

    • Ignore non-standard otpauth parameters

    • use strings as immutable default arguments (#162)

v2.9.0

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

  • Test and documentation improvements

v2.8.0

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

    • Documentation improvements

    • Drop Python 3.6 support; introduce Python 3.11 support

v2.7.0

  • Support Steam TOTP (#142)

    • Build, test, and documentation updates
Changelog

Sourced from pyotp's changelog.

Changes for v2.10.0 (2026-06-13)

  • Fix parse_uri mis-parsing of encoded colon in issuer/account name (#187)

  • Simplified and improved generate_otp() performance in Steam class (#179)

  • Check digest function to prevent error on OTP Generation (#170)

  • Ignore non-standard otpauth parameters

  • use strings as immutable default arguments (#162)

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

Commits
  • 81ed54a v2.10.0
  • d44e98a Fix parse_uri mis-parsing of encoded colon in issuer/account name (#187)
  • a25dbbb Simplified and improved generate_otp() performance in Steam class (#179)
  • 89ebf90 Update CI matrix
  • 2c152d4 Replace ubuntu-20.04 with 22.04 in CI (#177)
  • 6e25ce2 Replace license classifier with license expression (#176)
  • 3419136 Use trusted publishing and hatch
  • 0c3b765 Format files with ruff
  • a398c80 Update CI configuration
  • 92b1dbc docs: fix deprecated intersphinx_mapping format (#173)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [pyotp](https://github.com/pyauth/pyotp) from 2.6.0 to 2.10.0.
- [Release notes](https://github.com/pyauth/pyotp/releases)
- [Changelog](https://github.com/pyauth/pyotp/blob/main/Changes.rst)
- [Commits](pyauth/pyotp@v2.6.0...v2.10.0)

---
updated-dependencies:
- dependency-name: pyotp
  dependency-version: 2.10.0
  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 Jun 15, 2026
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