From 1cfc13c6d931fa62f0ea6525f6df6e12de7971cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 20:22:20 +0000 Subject: [PATCH] Bump eth-account from 0.4.0 to 0.5.9 in /C02S05 Bumps [eth-account](https://github.com/ethereum/eth-account) from 0.4.0 to 0.5.9. - [Release notes](https://github.com/ethereum/eth-account/releases) - [Changelog](https://github.com/ethereum/eth-account/blob/master/docs/release_notes.rst) - [Commits](https://github.com/ethereum/eth-account/compare/v0.4.0...v0.5.9) --- updated-dependencies: - dependency-name: eth-account dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- C02S05/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C02S05/requirements.txt b/C02S05/requirements.txt index 7aa2f5b..f01f24b 100644 --- a/C02S05/requirements.txt +++ b/C02S05/requirements.txt @@ -1,5 +1,5 @@ eth_utils == 1.7.0 -eth_account == 0.4.0 +eth_account == 0.5.9 eth_abi == 2.0.0 git+https://github.com/blockvigil/ethvigil-python-sdk.git