From 5aa744edca6f5eb7247cdb48d0e03b8d18029980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 15:01:50 +0300 Subject: [PATCH] core: bump webauthn from 1.8.0 to 1.8.1 (#5488) Bumps [webauthn](https://github.com/duo-labs/py_webauthn) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/duo-labs/py_webauthn/releases) - [Changelog](https://github.com/duo-labs/py_webauthn/blob/master/CHANGELOG.md) - [Commits](https://github.com/duo-labs/py_webauthn/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: webauthn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 14ecef412..7228b5600 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3764,22 +3764,22 @@ files = [ [[package]] name = "webauthn" -version = "1.8.0" +version = "1.8.1" description = "Pythonic WebAuthn" category = "main" optional = false python-versions = "*" files = [ - {file = "webauthn-1.8.0-py3-none-any.whl", hash = "sha256:1b87d55acd86234475591e2f60163232ba98d91685f235803f258fc891ebb6c0"}, - {file = "webauthn-1.8.0.tar.gz", hash = "sha256:0c981eb2575d66fa0a6586c2bfb24d9812dff8e158009a9030bc867717727709"}, + {file = "webauthn-1.8.1-py3-none-any.whl", hash = "sha256:53914b8529df3e70bec0e41438eea8d99442ad3e54e32b86ce1ba83513bcf30e"}, + {file = "webauthn-1.8.1.tar.gz", hash = "sha256:caca3cc62045923c542819169c22122bdb81efa0246c9d5208d073942d806bf3"}, ] [package.dependencies] asn1crypto = ">=1.4.0" cbor2 = ">=5.4.2.post1" -cryptography = ">=36.0.1" +cryptography = ">=39.0.1" pydantic = ">=1.9.0" -pyOpenSSL = ">=22.0.0" +pyOpenSSL = ">=23.0.0" [[package]] name = "websocket-client"