From 914effded83eb6a06b6cc9f4b2eddc799a923530 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Mon, 14 Aug 2023 16:43:41 +0200 Subject: [PATCH] Fix libnacl version to 1.8.0 (#206) Otherwise a breaking change happen in v1.9.0 libnacl.version file removed: https://github.com/saltstack/libnacl/commit/85e7b61b2c2dca957d5701c4cfc2b75fcdb46894 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92066ef..66f1692 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ jsonschema = "^3.2.0" pypeg2 = "^2.15.2" attrs = "^21.2.0" base58 = "^2.1.0" -libnacl = "^1.7.2" +libnacl = "1.8.0" pyaes = "^1.6.1" mnemonic = "^0.19" -- GitLab