Skip to content

Commit ac2b014

Browse files
committed
Attempt to make security audit happy by forcing filelock update
1 parent 28de655 commit ac2b014

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python -m pip install ".[test]"
4141
- name: Security audit
4242
run: |
43-
python -m pip install pip-audit
43+
python -m pip install pip-audit "filelock>=3.20.3"
4444
python -m pip_audit --ignore-vuln GHSA-w853-jp5j-5j7f
4545
- name: Set development API_URL for non-main branches
4646
run: |
@@ -86,7 +86,7 @@ jobs:
8686
python -m pip install ".[test]"
8787
- name: Security audit
8888
run: |
89-
python -m pip install pip-audit
89+
python -m pip install pip-audit "filelock>=3.20.3"
9090
python -m pip_audit
9191
- name: Set development API_URL for non-main branches
9292
run: |

0 commit comments

Comments
 (0)