From 038786774989feabcfaef27d9462a77a1b656d4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:33:27 +0000 Subject: [PATCH] Update dependency ecdsa to ^0.19.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3c0481..1b82558 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.8" aiohttp = "^3.7.4" aiorpcx = "^0.23.0" cryptography = "^3.4.7" -ecdsa = "^0.16.1" +ecdsa = "^0.19.0" pyaes = "^1.6.1" certifi = "^2024.07.04" protobuf = "^3.17.3"