From a3d072915f69459d95026edde785490d4000344f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:07:21 +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 3.0.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.8.0...v3.0.0) --- updated-dependencies: - dependency-name: webauthn dependency-version: 3.0.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 c3b48fe..92dabe3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ flask>=3.1.3 -webauthn>=2.8.0,<3.0 +webauthn>=3.0.0,<4.0 psutil>=7.2.2 python-dotenv>=1.2.2 pyyaml>=6.0.3