From bf0206aaf028f198df32b832aa2b22be9798ee3b Mon Sep 17 00:00:00 2001 From: Schlagonia Date: Fri, 9 Aug 2024 10:15:13 -0600 Subject: [PATCH] chore: bump ape --- .github/workflows/lint.yaml | 2 +- .github/workflows/test.yaml | 2 -- ape-config.yaml | 9 ++------- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4f86406..4198109 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.9 - run: pip install -r requirements.txt - run: black --check --include "(tests|scripts)" . \ No newline at end of file diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2e00c6e..a0fc9c2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,8 +19,6 @@ jobs: - uses: ApeWorX/github-action@v2.0 with: python-version: '3.10' - ape-version-pin: "==0.6.27" - ape-plugins-list: 'solidity==0.6.11 vyper==0.6.13 infura==0.6.5 hardhat==0.6.13 etherscan==0.6.11' - name: install vyper run: pip install git+https://github.com/vyperlang/vyper diff --git a/ape-config.yaml b/ape-config.yaml index 307cb12..a3bc74b 100644 --- a/ape-config.yaml +++ b/ape-config.yaml @@ -2,15 +2,10 @@ name: yearn-v3-vault-periphery plugins: - name: solidity - version: 0.6.11 - name: vyper - version: 0.6.13 - name: etherscan - version: 0.6.11 - name: hardhat - version: 0.6.13 - name: infura - version: 0.6.5 default_ecosystem: ethereum @@ -27,7 +22,7 @@ dependencies: - name: tokenized-strategy github: yearn/tokenized-strategy - ref: v3.0.2 + ref: v3.0.2-1 contracts_folder: src exclude: - test/**/* @@ -44,7 +39,7 @@ solidity: import_remapping: - "@openzeppelin/contracts=openzeppelin/v4.9.5" - "@yearn-vaults=yearn-vaults/v3.0.2" - - "@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 cff7ea3..4d0938d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ black==22.3.0 -eth-ape==0.6.27 +eth-ape>0.8.0 pysha3==1.0.2