Skip to content

Commit

Permalink
fix: bump past broken source map ethpm-types [APE-1605] (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Dec 12, 2023
1 parent 3cd4a43 commit 19683d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"hypothesis-jsonschema==0.19.0", # JSON Schema fuzzer extension
],
"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-PyYAML", # Needed due to mypy typeshed
"types-requests", # Needed due to mypy typeshed
Expand Down Expand Up @@ -123,7 +123,7 @@
"web3[tester]>=6.11.4,<7",
# ** Dependencies maintained by ApeWorX **
"eip712>=0.2.2,<0.3",
"ethpm-types>=0.6.1,<0.7",
"ethpm-types>=0.6.2,<0.7",
"eth_pydantic_types>=0.1.0a4,<0.2",
"evm-trace>=0.1.0",
],
Expand Down

0 comments on commit 19683d2

Please sign in to comment.