From 9b2c919026b0ea68be2305cb871e44886ce948e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 09:57:31 +0200 Subject: [PATCH] Update webauthn requirement from ==2.6.* to ==2.7.* (#5439) 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.6.0...v2.7.0) --- updated-dependencies: - dependency-name: webauthn dependency-version: 2.7.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 7e2ce5dac..17bea8d44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ dependencies = [ "ua-parser==1.0.*", "vat_moss_forked==2020.3.20.0.11.0", "vobject==0.9.*", - "webauthn==2.6.*", + "webauthn==2.7.*", "zeep==4.3.*" ]