Skip to content

Commit

Permalink
chore: more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NotPeopling2day committed Dec 12, 2023
1 parent 8893ef7 commit fc77ed4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black
name: black
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"websocket-client", # Used for web socket integration testing
],
"lint": [
"black>=23.11.0,<24", # Auto-formatter and linter
"black>=23.12.0,<24", # Auto-formatter and linter
"mypy>=1.7.1,<2", # Static type analyzer
"types-setuptools", # Needed for mypy type shed
"types-requests", # Needed for mypy type shed
Expand Down Expand Up @@ -77,10 +77,10 @@
include_package_data=True,
install_requires=[
"eth-ape>=0.7.0,<0.8",
"eth-pydantic-types", # Get eth-pydantic-types version from ape
"ethpm-types", # Get ethpm-types version from ape
"evm-trace", # Get evm-trace version from ape
"web3", # Get web3 version from ape
"eth-pydantic-types", # Use same version as eth-ape
"ethpm-types", # Use same version as eth-ape
"evm-trace", # Use same version as eth-ape
"web3", # Use same version as eth-ape
"requests",
],
python_requires=">=3.8,<4",
Expand Down

0 comments on commit fc77ed4

Please sign in to comment.