From 648c0da9fe29715940e3a39564cfeeb405974391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:01:05 +0100 Subject: [PATCH] Update webauthn requirement from ==2.2.* to ==2.3.* (#4655) 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.2.0...v2.3.0) --- updated-dependencies: - dependency-name: webauthn 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 3ad4b918b9..5e353c620e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ dependencies = [ "ua-parser==0.18.*", "vat_moss_forked==2020.3.20.0.11.0", "vobject==0.9.*", - "webauthn==2.2.*", + "webauthn==2.3.*", "zeep==4.3.*" ]