Skip to content

Commit

Permalink
Bump web3 from 6.20.2 to 7.6.1
Browse files Browse the repository at this point in the history
Bumps [web3](https://github.com/ethereum/web3.py) from 6.20.2 to 7.6.1.
- [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst)
- [Commits](ethereum/web3.py@v6.20.2...v7.6.1)

---
updated-dependencies:
- dependency-name: web3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 1ffeaa1 commit c3a5eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [
"py-evm>=0.7.0a1",
"requests>=2",
"safe-pysha3>=1.0.0",
"web3>=6.2.0,<7.0.0",
"web3>=6.2.0,<8.0.0",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ py-evm==0.10.1b2
pysha3>=1.0.0,<2.0.0; python_version<"3.9"
requests==2.32.3
safe-pysha3>=1.0.0; python_version>="3.9"
web3==6.20.2
web3==7.6.1

0 comments on commit c3a5eff

Please sign in to comment.