From 98cf475a77a7fcf78ea09bfb826fca923c41e26e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 16:42:03 +0000 Subject: [PATCH] Bump fastecdsa from 1.7.3 to 2.1.2 Bumps [fastecdsa](https://github.com/AntonKueltz/fastecdsa) from 1.7.3 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.3...v2.1.2) --- updated-dependencies: - dependency-name: fastecdsa dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 289c50a..0415186 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ openpyxl leveldb -fastecdsa==1.7.3 +fastecdsa==2.1.2 jsonpickle==1.1 Flask==1.0.2 requests==2.20.0