Skip to content

Commit

Permalink
Bump py-solc-x to 2.*
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Dec 27, 2023
1 parent df820b2 commit 3dceec7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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",
Expand Down

0 comments on commit 3dceec7

Please sign in to comment.