You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: upgrade eth-ape and associated plugins (#26)
* Chore: Upgrade eth-ape and associated plugins
This commit upgrades eth-ape to v0.8.33 and the ApeWorX GitHub Action to v3.3.
Key changes:
- Updated `eth-ape>=0.6` to `eth-ape>=0.8.33` in `requirements.txt`.
- Updated `ApeWorX/github-action@v1` to `ApeWorX/github-action@v3.3` in `.github/workflows/test.yaml`.
The existing `ape-config.yaml` was reviewed and found to be compatible with the new versions.
All project tests pass with these upgrades. Note that environments using these newer versions of Ape may require explicit installation of plugins like `ape-vyper` and `ape-solidity` if they were previously implicitly relied upon.
* refactor: don't use patch releases
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
0 commit comments