Skip to content

Commit

Permalink
Update dependency halmos to v0.1.14 and Python to 3.11 (#5147)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: cairo <[email protected]>
  • Loading branch information
renovate[bot] and cairoeth authored Aug 22, 2024
1 parent 5fc38ba commit 1edc2ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formal-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch: {}

env:
PIP_VERSION: '3.10'
PIP_VERSION: '3.11'
JAVA_VERSION: '11'
SOLC_VERSION: '0.8.20'

Expand Down
2 changes: 1 addition & 1 deletion fv-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
certora-cli==4.13.1
# File uses a custom name (fv-requirements.txt) so that it isn't picked by Netlify's build
# whose latest Python version is 0.3.8, incompatible with most recent versions of Halmos
halmos==0.1.13
halmos==0.1.14

0 comments on commit 1edc2ae

Please sign in to comment.