Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
633f9427fb 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>
2023-04-05 21:56:46 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -6,5 +6,5 @@ python-u2flib-server
ua-parser
user-agents
python-jose
fido2 == 1.0.0
fido2 == 1.1.1
jsonLookup

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,