From acd3fcfb4d0f3899252c7109e7b05df5bc82f1be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:24:18 +0000 Subject: [PATCH] Chore(deps): Update base58 requirement from >=1.0.3 to >=2.1.1 Updates the requirements on [base58](https://github.com/keis/base58) to permit the latest version. - [Changelog](https://github.com/keis/base58/blob/master/CHANGELOG.md) - [Commits](https://github.com/keis/base58/compare/v1.0.3...v2.1.1) --- updated-dependencies: - dependency-name: base58 dependency-version: 2.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 971f028e5..20e0be3a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "aleph-nuls2==0.1.1", "aleph-p2p-client @ git+https://github.com/aleph-im/p2p-service-client-python@cbfebb871db94b2ca580e66104a67cd730c5020c", "asyncpg==0.31.0", - "base58>=1.0.3", + "base58>=2.1.1", "coincurve==21.0.0", "configmanager==1.35.1", "configparser==7.2.0",