Skip to content

Commit

Permalink
Update web3 requirement from ^6.18.0 to >=6.18,<8.0
Browse files Browse the repository at this point in the history
Updates the requirements on [web3](https://github.com/ethereum/web3.py) to permit the latest version.
- [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst)
- [Commits](ethereum/web3.py@v6.18.0...v7.0.0)

---
updated-dependencies:
- dependency-name: web3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent c278131 commit 0e8f2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
web3 = "^6.18.0"
web3 = ">=6.18,<8.0"

[tool.poetry.group.dev.dependencies]
pytest = "^8.2.0"
Expand Down

0 comments on commit 0e8f2ac

Please sign in to comment.