From 52e45c37dfd814e353ce705bf65020f96f4fab7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:13:17 +0200 Subject: [PATCH] Update webauthn requirement from ==2.0.* to ==2.1.* (#4022) 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.0.0...v2.1.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 04f6c3f5e6..e10bc24308 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ dependencies = [ "tqdm==4.*", "vat_moss_forked==2020.3.20.0.11.0", "vobject==0.9.*", - "webauthn==2.0.*", + "webauthn==2.1.*", "zeep==4.2.*" ]