Skip to content

Commit e1cde99

Browse files
Merge pull request #3379 from darwintree/update-solc-select
chore: update dependencies in pyproject.toml and requirements.txt to … (#3379)
2 parents 5b89e90 + 95769cc commit e1cde99

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

dev-support/requirements.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ hexbytes==1.3.1
136136
# trie
137137
# web3
138138
hive-py @ git+https://github.com/marioevz/hive.py@582703e2f94b4d5e61ae495d90d684852c87a580
139-
# via ethereum-execution-spec-tests
139+
# via
140+
# --override (workspace)
141+
# ethereum-execution-spec-tests
140142
idna==3.10
141143
# via
142144
# requests
@@ -250,6 +252,7 @@ requests==2.32.4
250252
# ethereum-execution-spec-tests
251253
# hive-py
252254
# requests-unixsocket2
255+
# solc-select
253256
# web3
254257
requests-unixsocket2==0.4.0
255258
# via
@@ -271,8 +274,10 @@ setuptools==80.9.0
271274
# via conflux-rust-tests (pyproject.toml)
272275
smmap==5.0.2
273276
# via gitdb
274-
solc-select==1.1.0
275-
# via ethereum-execution-spec-tests
277+
solc-select==1.2.0
278+
# via
279+
# conflux-rust-tests (pyproject.toml)
280+
# ethereum-execution-spec-tests
276281
sortedcontainers==2.4.0
277282
# via trie
278283
tenacity==8.5.0

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,13 @@ dependencies = [
2323
"setuptools", # setuptools is required as uv pip sync will remove packages not listed in the requirements.txt
2424
"ethereum-spec-evm-resolver",
2525
"ethereum-execution-spec-tests",
26+
"solc-select==1.2.0",
2627
]
2728

29+
[tool.uv]
30+
# Force hive-py to a git rev where the package name was still "hive-py" (repo was later renamed to ethereum-hive)
31+
override-dependencies = ["hive-py @ git+https://github.com/marioevz/hive.py@582703e2f94b4d5e61ae495d90d684852c87a580"]
32+
2833
[tool.uv.sources]
2934
ethereum-spec-evm-resolver = { git = "https://github.com/petertdavies/ethereum-spec-evm-resolver.git", rev = "0e5609737ce4f86dc98cca1a5cf0eb64b8cddef2" }
3035
ethereum-execution-spec-tests = { git = "https://github.com/ethereum/execution-spec-tests.git", rev = "971214c0832f656b7250eb71cf0b7bcba96c3f49" }

0 commit comments

Comments
 (0)