From 08d32c84fc51d56b91b2b3a57e2947bc2c2bcb37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:58:25 +0000 Subject: [PATCH] Bump webauthn from 1.9.0 to 1.10.1 in /requirements Bumps [webauthn](https://github.com/duo-labs/py_webauthn) from 1.9.0 to 1.10.1. - [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/v1.9.0...v1.10.1) --- updated-dependencies: - dependency-name: webauthn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index fc6246f1..2b72a16c 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -29,6 +29,6 @@ qrcode requests sqlalchemy sqlalchemy-utils -webauthn==1.9.0 +webauthn==1.10.1 werkzeug zxcvbn