From a15bbc6fe69d0c0558d90e6bf2b6f2dd8d7f2a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 04:23:49 +0000 Subject: [PATCH] core: Bump fido2 from 1.1.3 to 1.2.0 Bumps [fido2](https://github.com/Yubico/python-fido2) from 1.1.3 to 1.2.0. - [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.1.3...1.2.0) --- updated-dependencies: - dependency-name: fido2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index d6e6f619334b..aefbc4b049db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1620,13 +1620,13 @@ idna = ">=2.0.0" [[package]] name = "fido2" -version = "1.1.3" +version = "1.2.0" description = "FIDO2/WebAuthn library for implementing clients and servers." optional = false -python-versions = ">=3.8,<4.0" +python-versions = "<4.0,>=3.8" files = [ - {file = "fido2-1.1.3-py3-none-any.whl", hash = "sha256:6be34c0b9fe85e4911fd2d103cce7ae8ce2f064384a7a2a3bd970b3ef7702931"}, - {file = "fido2-1.1.3.tar.gz", hash = "sha256:26100f226d12ced621ca6198528ce17edf67b78df4287aee1285fee3cd5aa9fc"}, + {file = "fido2-1.2.0-py3-none-any.whl", hash = "sha256:f7c8ee62e359aa980a45773f9493965bb29ede1b237a9218169dbfe60c80e130"}, + {file = "fido2-1.2.0.tar.gz", hash = "sha256:e39f95920122d64283fda5e5581d95a206e704fa42846bfa4662f86aa0d3333b"}, ] [package.dependencies]