From f61455825eec06f12c23a69a3e833203d781a6a7 Mon Sep 17 00:00:00 2001 From: Schlagonia Date: Sun, 4 Aug 2024 10:50:47 -0600 Subject: [PATCH] chore: bump ape --- .github/workflows/lint.yaml | 2 +- .solhint.json | 1 - ape-config.yaml | 4 ++-- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4f86406..f393162 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -33,6 +33,6 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: 3.8 + python-version: 3.10 - run: pip install -r requirements.txt - run: black --check --include "(tests|scripts)" . \ No newline at end of file diff --git a/.solhint.json b/.solhint.json index 1dd29ce..42bb3ca 100644 --- a/.solhint.json +++ b/.solhint.json @@ -2,7 +2,6 @@ "extends": "solhint:recommended", "plugins": ["prettier", "yearn"], "rules": { - "compiler-version": ["error", "0.8.18"], "code-complexity": "warn", "const-name-snakecase": "warn", "function-max-lines": "warn", diff --git a/ape-config.yaml b/ape-config.yaml index 1de93f8..867d0c0 100644 --- a/ape-config.yaml +++ b/ape-config.yaml @@ -16,7 +16,7 @@ dependencies: - name: tokenized-strategy github: yearn/tokenized-strategy - ref: v3.0.2 + ref: v3.0.2-1 contracts_folder: src exclude: - test/**/* @@ -31,7 +31,7 @@ dependencies: solidity: import_remapping: - "@openzeppelin/contracts=openzeppelin/v4.9.5" - - "@tokenized-strategy=tokenized-strategy/v3.0.2" + - "@tokenized-strategy=tokenized-strategy/v3.0.2-1" - "@periphery=periphery/master" ethereum: diff --git a/requirements.txt b/requirements.txt index e67b331..ac3f72c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ black==22.3.0 -eth-ape>0.7.0 \ No newline at end of file +eth-ape>0.8.0 \ No newline at end of file