From dd9945642995434f623a18581a99b2f7fc659592 Mon Sep 17 00:00:00 2001 From: ctrl-felix Date: Sat, 17 Jun 2023 17:38:16 +0200 Subject: [PATCH] bump dependencies --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 96dff49..2010107 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,8 +19,8 @@ classifiers = [ dependencies = [ "protobuf==4.22.1", "grpcio~=1.51.3", - "httpx==0.23.0", - "cosmospy-protobuf==0.0.2", + "httpx~=0.23.0", + "cosmospy-protobuf>=0.2.0", "ecdsa==0.17.0", "bech32==1.2.0", "mnemonic==0.20", diff --git a/requirements.txt b/requirements.txt index b71861d..8d996ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ bech32==1.2.0 -cosmospy_protobuf +cosmospy_protobuf>=0.2.0 ecdsa==0.17.0 grpcio~=1.47.0 hdwallets==0.1.2 -httpx==0.23.0 +httpx~=0.23.0 mnemonic==0.20 protobuf==4.22.1 safe-pysha3==1.0.3;python_version>='3.9'