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

Commit

Permalink
Merge pull request #35 from unparalleled-js/feat/cairo0101
Browse files Browse the repository at this point in the history
feat: cairo lang 0.10.1
  • Loading branch information
antazoey authored Oct 27, 2022
2 parents 40413f7 + 0cd74ef commit f1076a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.10.0
hooks:
- id: black
name: black

- repo: https://gitlab.com/pycqa/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
rev: v0.982
hooks:
- id: mypy

Expand Down
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"hypothesis>=6.2.0,<7.0", # Strategy-based fuzzer
],
"lint": [
"black>=22.6.0,<23.0", # auto-formatter and linter
"mypy>=0.971,<1.0", # Static type analyzer
"flake8>=4.0.1,<5.0", # Style linter
"isort>=5.10.1,<6.0", # Import sorting linter
"black>=22.10.0", # auto-formatter and linter
"mypy>=0.982", # Static type analyzer
"flake8>=5.0.4", # Style linter
"isort>=5.10.1", # Import sorting linter
],
"release": [ # `release` GitHub Action job uses this
"setuptools", # Installation tool
Expand Down Expand Up @@ -53,8 +53,8 @@
url="https://github.com/ApeWorX/ape-cairo",
include_package_data=True,
install_requires=[
"cairo-lang>=0.10.0,<0.11",
"starknet.py>=0.6.2a0,<0.7",
"cairo-lang>=0.10.1,<0.11",
"starknet.py>=0.8.0a0,<0.9",
"eth-ape>=0.5.1,<0.6",
"ethpm-types",
],
Expand Down

0 comments on commit f1076a1

Please sign in to comment.