Skip to content

Commit 3400167

Browse files
committed
fix: remove poetry.lock in the github workflow to remove the resolve vulnerabilities that persist for black and urllib3 packages
1 parent 3cb6751 commit 3400167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/safety.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
#----------------------------------------------
3939
- name: Install dependencies
4040
run: |
41+
rm -f poetry.lock
4142
poetry cache clear --all pypi
4243
poetry install --only main --no-root
4344
poetry run pip install --upgrade black==24.3.0 urllib3==2.5.0

0 commit comments

Comments
 (0)