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] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-04-05 21:56:46 +00:00
committed by GitHub
parent be3cf69956
commit 633f9427fb
2 changed files with 2 additions and 2 deletions

View File

@@ -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,