From 6574b216fb3e992e5f6aefc1ab6bfa5ba3caf4fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:34:34 +0000 Subject: [PATCH] build(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 6a1e215c..8290722f 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,7 +1,7 @@ bcrypt==5.0.0 ifcfg==0.24 psutil==7.2.2 -pyotp==2.9.0 +pyotp==2.10.0 Flask==3.1.2 flask-cors==6.0.2 icmplib==3.0.4