Skip to content

Commit

Permalink
Merge pull request #262 from Renumics/chore/update-vulnerable-deps
Browse files Browse the repository at this point in the history
Chore/update vulnerable deps
  • Loading branch information
neindochoh authored Oct 9, 2023
2 parents 1ae2a45 + 9b54b95 commit 87ec3ba
Show file tree
Hide file tree
Showing 2 changed files with 1,188 additions and 1,058 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ clean: ## clean project

.PHONY: audit
audit: ## Audit project dependencies
poetry export --without-hashes -f requirements.txt | poetry run safety check --full-report --stdin \
--ignore 44715 --ignore 44716 --ignore 44717 --ignore 51668 # (https://github.com/numpy/numpy/issues/19038)
poetry export --without-hashes | poetry run safety check --full-report --stdin \
--ignore 61496 --ignore 51668
pnpm audit --production

.PHONY: check-format
Expand Down
Loading

0 comments on commit 87ec3ba

Please sign in to comment.