From 5abc361754dcedbe4c1730c23bdd1b5a61e892d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 23:12:04 +0000 Subject: [PATCH] Bump webauthn from 2.7.0 to 2.7.1 in /backend Bumps [webauthn](https://github.com/duo-labs/py_webauthn) from 2.7.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.7.0...v2.7.1) --- updated-dependencies: - dependency-name: webauthn dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5440456..1ffb452 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -19,7 +19,7 @@ PyJWT[crypto]>=2.12.0 python-multipart>=0.0.22 sqlakeyset==2.0.1762907931 sqlmodel==0.0.27 -webauthn==2.7.0 +webauthn==2.7.1 uvicorn[standard]==0.38.0 # MCP