Skip to content

Commit

Permalink
Fix several FOSSA security vulnerabilities. (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsthorat authored Feb 23, 2024
1 parent b191e57 commit 6718a9f
Show file tree
Hide file tree
Showing 5 changed files with 260 additions and 237 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
./scripts/setup_py.sh
poetry run pip3 install --force-reinstall --pre torch==2.* --index-url https://download.pytorch.org/whl/nightly/cpu
poetry run pip3 install typing_extensions==4.7.1 --force-reinstall
poetry run pip3 install typing_extensions==4.9.0 --force-reinstall
- name: Test CLI
run: |
Expand Down
21 changes: 11 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6718a9f

Please sign in to comment.