From fc897b56fb87cd2759848d680e704bad8bbfd8fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 08:01:34 +0000 Subject: [PATCH] Update fido2 requirement from ~=1.1 to ~=2.0 Updates the requirements on [fido2](https://github.com/Yubico/python-fido2) to permit the latest version. - [Release notes](https://github.com/Yubico/python-fido2/releases) - [Changelog](https://github.com/Yubico/python-fido2/blob/main/NEWS) - [Commits](https://github.com/Yubico/python-fido2/compare/1.1.0...2.0.0) --- updated-dependencies: - dependency-name: fido2 dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81217ba..faf85bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "django-environ ~=0.12.0", "num2words ~=0.5.12", "requests ~=2.31", - "fido2 ~=1.1", + "fido2 ~=2.0", "user-agents ~=2.2", "django-bootstrap5 ~=25.1", "sentry-sdk>=2.13.0",