From f8d822175ab276f4af1f8b816f96cac7438ead8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 16:41:58 +0000 Subject: [PATCH] Bump fastecdsa in /content/_code-samples/key-derivation Bumps [fastecdsa](https://github.com/AntonKueltz/fastecdsa) from 1.7.4 to 2.1.2. - [Release notes](https://github.com/AntonKueltz/fastecdsa/releases) - [Changelog](https://github.com/AntonKueltz/fastecdsa/blob/master/CHANGELOG.md) - [Commits](https://github.com/AntonKueltz/fastecdsa/compare/v1.7.4...v2.1.2) --- updated-dependencies: - dependency-name: fastecdsa dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- content/_code-samples/key-derivation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_code-samples/key-derivation/requirements.txt b/content/_code-samples/key-derivation/requirements.txt index 13975df56d..51f2a77cde 100644 --- a/content/_code-samples/key-derivation/requirements.txt +++ b/content/_code-samples/key-derivation/requirements.txt @@ -1 +1 @@ -fastecdsa==1.7.4 +fastecdsa==2.1.2