From e5f65807c8589810d9f24bac32d5cbbb88c202e8 Mon Sep 17 00:00:00 2001 From: Piotr Rudnik Date: Wed, 30 Mar 2022 12:17:44 +0200 Subject: [PATCH 1/2] Bump ethtx version to 0.3.13 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 4744814..337ad8f 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -ethtx = "==0.3.11" +ethtx = "==0.3.13" web3 = "==5.26.0" python-dotenv = "*" flask = ">=2.0.2" From 27de6da8c34294755e27de09658dc90e12d70bcd Mon Sep 17 00:00:00 2001 From: Karol Chojnowski Date: Wed, 6 Apr 2022 15:02:51 +0200 Subject: [PATCH 2/2] Ethtx 0.3.14 (#105) --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 337ad8f..75d0cf5 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -ethtx = "==0.3.13" +ethtx = "==0.3.14" web3 = "==5.26.0" python-dotenv = "*" flask = ">=2.0.2"