Skip to content

Commit

Permalink
Bump web3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedDevil committed Oct 23, 2024
1 parent 7ad5a55 commit 39d5a0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"scipy >=1.14.1, <1.15",
"ujson >= 5.10.0, <6",
"watchdog >= 5.0.3",
"web3 >=7.2.0, <8",
"web3 >=7.4.0, <8",
]
license = {text = "MIT"}
classifiers = [
Expand All @@ -35,13 +35,13 @@ build-backend = "setuptools.build_meta"

[tool.coverage.report]
exclude_also = [
"if TYPE_CHECKING:", # exclude type checking imports and checks
"if TYPE_CHECKING:", # exclude type checking imports and checks
"return NotImplemented", # required for __eq__, __lt__, __gt__
"def __hash__",
"def __repr__",
"def __str__",
"logger.debug",
"case _:", # exclude catch-all
"case _:", # exclude catch-all
]

[tool.coverage.run]
Expand Down

0 comments on commit 39d5a0e

Please sign in to comment.