We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28de655 commit ac2b014Copy full SHA for ac2b014
1 file changed
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
python -m pip install ".[test]"
41
- name: Security audit
42
run: |
43
- python -m pip install pip-audit
+ python -m pip install pip-audit "filelock>=3.20.3"
44
python -m pip_audit --ignore-vuln GHSA-w853-jp5j-5j7f
45
- name: Set development API_URL for non-main branches
46
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
python -m pip_audit
91
92
0 commit comments