From 7634f2b37ae4c9c64caa383f70b6e2be122f7a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 16:08:45 +0000 Subject: [PATCH] deps: update webauthn requirement in the webauthn-stack group Updates the requirements on [webauthn](https://github.com/duo-labs/py_webauthn) to permit the latest version. Updates `webauthn` to 2.8.0 - [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.1...v2.8.0) --- updated-dependencies: - dependency-name: webauthn dependency-version: 2.8.0 dependency-type: direct:production dependency-group: webauthn-stack ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 10832df..c3b48fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ flask>=3.1.3 -webauthn>=2.7.1,<3.0 +webauthn>=2.8.0,<3.0 psutil>=7.2.2 python-dotenv>=1.2.2 pyyaml>=6.0.3