Skip to content

Commit 0034471

Browse files
Bump fido2 from 1.0.0 to 1.1.0
Bumps [fido2](https://github.com/Yubico/python-fido2) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/Yubico/python-fido2/releases) - [Changelog](https://github.com/Yubico/python-fido2/blob/main/NEWS) - [Commits](Yubico/python-fido2@1.0.0...1.1.0) --- updated-dependencies: - dependency-name: fido2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be3cf69 commit 0034471

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ python-u2flib-server
66
ua-parser
77
user-agents
88
python-jose
9-
fido2 == 1.0.0
9+
fido2 == 1.1.0
1010
jsonLookup

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'ua-parser',
2424
'user-agents',
2525
'python-jose',
26-
'fido2 == 1.0.0',
26+
'fido2 == 1.1.0',
2727
],
2828
python_requires=">=3.5",
2929
include_package_data=True,

0 commit comments

Comments
 (0)