Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Nov 16, 2022
1 parent f1076a1 commit 867c127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: black
name: black

- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
hooks:
- id: flake8
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"lint": [
"black>=22.10.0", # auto-formatter and linter
"mypy>=0.982", # Static type analyzer
"mypy==0.982", # Static type analyzer
"flake8>=5.0.4", # Style linter
"isort>=5.10.1", # Import sorting linter
],
Expand Down Expand Up @@ -54,8 +54,8 @@
include_package_data=True,
install_requires=[
"cairo-lang>=0.10.1,<0.11",
"starknet.py>=0.8.0a0,<0.9",
"eth-ape>=0.5.1,<0.6",
"starknet.py>=0.9.0a0,<0.10",
"eth-ape>=0.5.4,<0.6",
"ethpm-types",
],
python_requires=">=3.8,<3.11",
Expand Down

0 comments on commit 867c127

Please sign in to comment.