From b79ed945f6b84f67cf9693b1528dc139ab929fdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:13:35 +0000 Subject: [PATCH] build(deps): update pyotp requirement from >=2.9.0 to >=2.10.0 Updates the requirements on [pyotp](https://github.com/pyauth/pyotp) to permit the latest version. - [Release notes](https://github.com/pyauth/pyotp/releases) - [Changelog](https://github.com/pyauth/pyotp/blob/main/Changes.rst) - [Commits](https://github.com/pyauth/pyotp/compare/v2.9.0...v2.10.0) --- updated-dependencies: - dependency-name: pyotp dependency-version: 2.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f86949..9f2791a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ liboqs-python==0.15.0 argon2-cffi>=23.1.0 # TOTP / 2FA -pyotp>=2.9.0 +pyotp>=2.10.0 # QR code generation and image processing qrcode>=7.4.2