From 633f9427fb7d16367296296632254c78fa676bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 21:56:46 +0000 Subject: [PATCH] Bump fido2 from 1.0.0 to 1.1.1 Bumps [fido2](https://github.com/Yubico/python-fido2) from 1.0.0 to 1.1.1. - [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.0.0...1.1.1) --- updated-dependencies: - dependency-name: fido2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ba3a23f..fce3369 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ python-u2flib-server ua-parser user-agents python-jose -fido2 == 1.0.0 +fido2 == 1.1.1 jsonLookup diff --git a/setup.py b/setup.py index 19822e9..0ede282 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( 'ua-parser', 'user-agents', 'python-jose', - 'fido2 == 1.0.0', + 'fido2 == 1.1.1', ], python_requires=">=3.5", include_package_data=True,