From 485b000df2d68aea002dc46d204d3edd09243e3f Mon Sep 17 00:00:00 2001 From: Markus Merklinger Date: Wed, 23 Oct 2024 16:20:01 +0200 Subject: [PATCH] Update nitrokey dependency --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 27935493..4e91dce9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "altgraph" @@ -688,19 +688,19 @@ files = [ [[package]] name = "nitrokey" -version = "0.2.0" +version = "0.2.2" description = "Nitrokey Python SDK" optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "nitrokey-0.2.0-py3-none-any.whl", hash = "sha256:44c47f87b404324722c1fcf1c9d8f9c70cecd020c8c1eca5ebc84d3b5fc797bc"}, - {file = "nitrokey-0.2.0.tar.gz", hash = "sha256:a167e1cbb323d549eb0bbd06edfa64978ab8b86d0276f3b4047c1f258b33477d"}, + {file = "nitrokey-0.2.2-py3-none-any.whl", hash = "sha256:92da75e168d8fb10f7d7495d9f9a7d91aa5ebca3d660b8fbaa2a68855e9882a7"}, + {file = "nitrokey-0.2.2.tar.gz", hash = "sha256:b46ebe762cab6ae244ce93c6df7f92e68d629379f8e3fe38deccd1eef5c7e201"}, ] [package.dependencies] crcmod = ">=1.7,<2.0" -cryptography = ">=42" -ecdsa = ">=0.19,<0.20" +cryptography = ">=41" +ecdsa = ">=0.18,<=0.19" fido2 = ">=1.1.2,<2.0.0" hidapi = ">=0.14,<0.15" protobuf = ">=5.26,<6.0" @@ -1252,4 +1252,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "504e893860efb113052f269cd5cf6642a2ea14ced6aa57261b6c557b8a15f4f6" +content-hash = "e11a65c832710dd849cb16cde5b936ada83648c1c417ed63f08f2566aae30900" diff --git a/pyproject.toml b/pyproject.toml index cba9e4e1..a098359c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ packages = [ nitrokeyapp = "nitrokeyapp.__main__:main" [tool.poetry.dependencies] -nitrokey = "^0.2.0rc1" +nitrokey = "^0.2.2" python = ">=3.9,<3.13" pySide6 = ">=6.6.0" pywin32 = { version = "305", markers = "sys_platform =='win32'" }