From f89524def33050a43bf1c2ea9e922a00eb686194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:49:35 +0000 Subject: [PATCH] Bump eth-account from 0.13.1 to 0.13.4 Bumps [eth-account](https://github.com/ethereum/eth-account) from 0.13.1 to 0.13.4. - [Changelog](https://github.com/ethereum/eth-account/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ethereum/eth-account/compare/v0.13.1...v0.13.4) --- updated-dependencies: - dependency-name: eth-account dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- config/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements/base.txt b/config/requirements/base.txt index 22411256f..95b0d227a 100644 --- a/config/requirements/base.txt +++ b/config/requirements/base.txt @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------------ argon2-cffi==23.1.0 # https://github.com/hynek/argon2-cffi boto3==1.28.73 # https://github.com/boto/boto3 -eth-account==0.13.1 # https://github.com/ethereum/eth-account +eth-account==0.13.4 # https://github.com/ethereum/eth-account google-api-python-client==2.99.0 # https://github.com/googleapis/google-api-python-client Pillow==10.0.1 # https://github.com/python-pillow/Pillow qrcode==7.4.2 # https://github.com/lincolnloop/python-qrcode