From cac1085a1cca4520297353642a7e9a89ff66e98e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:31:52 +0000 Subject: [PATCH] chore(deps): bump webauthn from 2.2.0 to 2.7.1 in /backend Bumps [webauthn](https://github.com/duo-labs/py_webauthn) from 2.2.0 to 2.7.1. - [Release notes](https://github.com/duo-labs/py_webauthn/releases) - [Changelog](https://github.com/duo-labs/py_webauthn/blob/master/CHANGELOG.md) - [Commits](https://github.com/duo-labs/py_webauthn/compare/v2.2.0...v2.7.1) --- updated-dependencies: - dependency-name: webauthn dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index fa56c2a..0297fd0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ python-dateutil==2.9.0 pywebpush==2.3.0 pyotp==2.9.0 qrcode==7.4.2 -webauthn==2.2.0 +webauthn==2.7.1 Authlib==1.3.2 requests==2.32.3 Flask-Caching==2.3.0