From c6f1db95fafbdd0d4c349bd32d10ca35386eea3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 02:56:51 +0000 Subject: [PATCH] Bump webauthn from 1.9.0 to 1.11.0 in /requirements Bumps [webauthn](https://github.com/duo-labs/py_webauthn) from 1.9.0 to 1.11.0. - [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.11.0) --- 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 e5ef2766..a35aded6 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -29,6 +29,6 @@ qrcode requests sqlalchemy sqlalchemy-utils -webauthn==1.9.0 +webauthn==1.11.0 werkzeug zxcvbn