Skip to content

Commit

Permalink
feat: upgrade ape (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjagod1251 authored Jun 17, 2022
1 parent 9da0131 commit c5a6fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: 3.8

- name: Install Dependencies
run: pip install .[dev]
run: pip install commitizen

- name: Check commit history
run: cz check --rev-range $(git rev-list --all --reverse | head -1)..HEAD
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
url="https://github.com/ApeWorX/ape-addressbook",
include_package_data=True,
install_requires=[
"eth-ape>=0.2.1,<0.3.0",
"eth-ape>=0.3.0,<0.4.0",
"importlib-metadata ; python_version<'3.8'",
], # NOTE: Add 3rd party libraries here
python_requires=">=3.7,<4",
Expand Down

0 comments on commit c5a6fcd

Please sign in to comment.