From 62f2ed55b2b7265bc3391383c721e9b1c44725b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 12:13:40 +0200 Subject: [PATCH] Update webauthn requirement from ==2.8.* to ==3.0.* (#6350) Updates the requirements on [webauthn](https://github.com/duo-labs/py_webauthn) to permit the latest version. - [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-alpha1...v3.0.0) --- updated-dependencies: - dependency-name: webauthn dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9d81e2c2..4839b40f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ dependencies = [ "tqdm==4.*", "ua-parser==1.0.*", "vobject==0.9.*", - "webauthn==2.8.*", + "webauthn==3.0.*", "zeep==4.3.*" ]