Skip to content

Commit 1edc2ae

Browse files
Update dependency halmos to v0.1.14 and Python to 3.11 (#5147)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: cairo <cairoeth@protonmail.com>
1 parent 5fc38ba commit 1edc2ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/formal-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch: {}
1111

1212
env:
13-
PIP_VERSION: '3.10'
13+
PIP_VERSION: '3.11'
1414
JAVA_VERSION: '11'
1515
SOLC_VERSION: '0.8.20'
1616

fv-requirements.txt

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

0 commit comments

Comments
 (0)