From 2d3f93f3d9e1c75b408bc1d3c8a71436f4c2254f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 01:05:19 +0000 Subject: [PATCH] chore(deps): bump pyotp from 2.9.0 to 2.10.0 in /src Bumps [pyotp](https://github.com/pyauth/pyotp) from 2.9.0 to 2.10.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 441f413..101e22e 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -4,5 +4,5 @@ gunicorn==25.3.0 sqlalchemy==2.0.48 Flask==3.1.3 Werkzeug==3.1.7 -pyotp==2.9.0 +pyotp==2.10.0 psutil==7.2.2 \ No newline at end of file