From 25df2951305a8981ef8e897d6b2f3d8f73eea387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 06:33:16 +0000 Subject: [PATCH] Update fido2 requirement from ~=1.1 to ~=2.1 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.1.0) --- updated-dependencies: - dependency-name: fido2 dependency-version: 2.1.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..699751b 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.1", "user-agents ~=2.2", "django-bootstrap5 ~=25.1", "sentry-sdk>=2.13.0",