From 3dceec71ad0c02a54f940781d0608470a645df45 Mon Sep 17 00:00:00 2001 From: Bogdan Opanchuk Date: Mon, 25 Dec 2023 15:20:55 -0800 Subject: [PATCH] Bump py-solc-x to 2.* --- pdm.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pdm.lock b/pdm.lock index 16a6eeb..a425db4 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "compiler", "docs", "lint", "test-rpc-provider", "tests"] strategy = ["cross_platform"] lock_version = "4.4.1" -content_hash = "sha256:82efa8f706b8135292989f1e0f03d819ce9607413459f22c2a4b0c47b9d99cb9" +content_hash = "sha256:ea61af909824b60031076558d2ede29d8f679898acf1d6b52e723c2a685cd55a" [[package]] name = "alabaster" diff --git a/pyproject.toml b/pyproject.toml index 6b17f87..4faad47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ homepage = "https://github.com/fjarri/pons" [project.optional-dependencies] compiler = [ - "py-solc-x>=1", + "py-solc-x>=2", ] test-rpc-provider = [ # eth-tester only has pre-releases, so we can't set a range. @@ -40,7 +40,7 @@ tests = [ "pytest-cov", "mypy-extensions>=1", # from `compiler` feature - "py-solc-x>=1", + "py-solc-x>=2", # from `test-rpc-provider` feature "eth-tester[pyevm]==0.10.0-beta.1", "starlette",