From d225578945118ac1cddf8356c7eb1089f8bc403f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 23:26:48 +0000 Subject: [PATCH] Update py-solc-x requirement from <2.0.0 to <3.0.0 Updates the requirements on [py-solc-x](https://github.com/ApeWorX/py-solc-x) to permit the latest version. - [Release notes](https://github.com/ApeWorX/py-solc-x/releases) - [Changelog](https://github.com/ApeWorX/py-solc-x/blob/main/CHANGELOG.md) - [Commits](https://github.com/ApeWorX/py-solc-x/compare/v0.1.0...v2.0.3) --- updated-dependencies: - dependency-name: py-solc-x dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f0170d3bb..f1ece8ea4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ numpy persistent>=4.2.0 py-flags py-evm==0.10.1b1 -py-solc-x<2.0.0 +py-solc-x<3.0.0 py-solc pyparsing>=2.0.2,<4 requests