diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6ac2eda90..1cda9849e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/setup.py b/setup.py index b4693168ed..e6b514d133 100644 --- a/setup.py +++ b/setup.py @@ -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 @@ -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", ],