From 33e40cd8544a7a5882aa4988a1b64e90570ea446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 20:52:24 +0000 Subject: [PATCH] deps(pip): update webauthn requirement from >=2.7.1 to >=2.8.0 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.7.1...v2.8.0) --- updated-dependencies: - dependency-name: webauthn dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b587d00..5640d68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Django>=6.0.5,<6.1 django-htmx>=1.27.0 django-ratelimit>=4.1 django-sesame>=3.2.3 -webauthn>=2.7.1 +webauthn>=2.8.0 whitenoise>=6.12.0 gunicorn>=26.0.0 uvicorn[standard]>=0.48.0