Skip to content

Commit

Permalink
Merge pull request #451 from Renumics/fix/python-vulnerabilities
Browse files Browse the repository at this point in the history
Fix Python vulnerabilities
  • Loading branch information
druzsan authored Jun 7, 2024
2 parents 6be8641 + 371c663 commit 505ab4c
Show file tree
Hide file tree
Showing 2 changed files with 523 additions and 523 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ clean: ## clean project
.PHONY: audit
audit: ## Audit project dependencies
poetry export --without-hashes | poetry run safety check --full-report --stdin \
--ignore 61496 --ignore 51668
--ignore 61496 --ignore 70612
pnpm audit --prod

.PHONY: check-format
Expand Down
Loading

0 comments on commit 505ab4c

Please sign in to comment.