From 1e63c2dcc73a120f60e7db2d3825f80dd528fcfb Mon Sep 17 00:00:00 2001 From: Markus Merklinger Date: Mon, 11 Nov 2024 14:44:26 +0100 Subject: [PATCH] Update nitrokey dependency --- poetry.lock | 38 ++++---------------------------------- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 35 deletions(-) diff --git a/poetry.lock b/poetry.lock index e75b491a..2ddc1e00 100644 --- a/poetry.lock +++ b/poetry.lock @@ -334,24 +334,6 @@ ssh = ["bcrypt (>=3.1.5)"] test = ["certifi", "cryptography-vectors (==43.0.1)", "pretend", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-xdist"] test-randomorder = ["pytest-randomly"] -[[package]] -name = "ecdsa" -version = "0.19.0" -description = "ECDSA cryptographic signature library (pure python)" -optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.6" -files = [ - {file = "ecdsa-0.19.0-py2.py3-none-any.whl", hash = "sha256:2cea9b88407fdac7bbeca0833b189e4c9c53f2ef1e1eaa29f6224dbc809b707a"}, - {file = "ecdsa-0.19.0.tar.gz", hash = "sha256:60eaad1199659900dd0af521ed462b793bbdf867432b3948e87416ae4caf6bf8"}, -] - -[package.dependencies] -six = ">=1.9.0" - -[package.extras] -gmpy = ["gmpy"] -gmpy2 = ["gmpy2"] - [[package]] name = "fido2" version = "1.1.3" @@ -688,19 +670,18 @@ files = [ [[package]] name = "nitrokey" -version = "0.2.2" +version = "0.2.3" description = "Nitrokey Python SDK" optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "nitrokey-0.2.2-py3-none-any.whl", hash = "sha256:92da75e168d8fb10f7d7495d9f9a7d91aa5ebca3d660b8fbaa2a68855e9882a7"}, - {file = "nitrokey-0.2.2.tar.gz", hash = "sha256:b46ebe762cab6ae244ce93c6df7f92e68d629379f8e3fe38deccd1eef5c7e201"}, + {file = "nitrokey-0.2.3-py3-none-any.whl", hash = "sha256:f3b3d1f879fdec2d8ccce23d74a0a4779a27d2363ecf4a961664679632c661a6"}, + {file = "nitrokey-0.2.3.tar.gz", hash = "sha256:f088362c8ef0694fc86d4c00a72148d93c2d6ab4f96d8a2581eab5e128266c4a"}, ] [package.dependencies] crcmod = ">=1.7,<2.0" cryptography = ">=41" -ecdsa = ">=0.18,<=0.19" fido2 = ">=1.1.2,<2.0.0" hidapi = ">=0.14,<0.15" protobuf = ">=5.26,<6.0" @@ -1133,17 +1114,6 @@ files = [ {file = "shiboken6-6.8.0.2-cp39-abi3-win_amd64.whl", hash = "sha256:b11e750e696bb565d897e0f5836710edfb86bd355f87b09988bd31b2aad404d3"}, ] -[[package]] -name = "six" -version = "1.16.0" -description = "Python 2 and 3 compatibility utilities" -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" -files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, -] - [[package]] name = "tlv8" version = "0.10.0" @@ -1252,4 +1222,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.14" -content-hash = "a2eb573efbf6669d8c0b86488d3a37922da9b110f30b68c824d3d9c1333bea92" +content-hash = "2e439f44eeba1ae51671bb6082ca9cdbacf6037dfac354f1e6b9a01f259d23df" diff --git a/pyproject.toml b/pyproject.toml index dadba9e6..8ddc3f27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ packages = [ nitrokeyapp = "nitrokeyapp.__main__:main" [tool.poetry.dependencies] -nitrokey = "^0.2.2" +nitrokey = "^0.2.3" python = ">=3.9,<3.14" pySide6 = ">=6.6.0" pywin32 = { version = "305", markers = "sys_platform =='win32'" }