From 734a117d24fd34c08d549644a4955cec44ee6ae7 Mon Sep 17 00:00:00 2001 From: Hugo Herter Date: Fri, 14 Jun 2024 18:08:40 +0200 Subject: [PATCH] Fix: Bump 'coincurve' 'eciespy' due to conflicts --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6c4b9c01..2d26f9f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,9 +26,9 @@ classifiers = [ dependencies = [ "aleph-sdk-python~=0.9.1", "aleph-message>=0.4.6", - "coincurve==18.0.0", + "coincurve==19.0.0", "aiohttp==3.9.5", - "eciespy==0.4.1", + "eciespy==0.4.2", "typer==0.12.3", "eth-account==0.11.2", "python-magic==0.4.27",