Skip to content

Commit e0768f4

Browse files
committed
update security dependencies
1 parent 8d137a9 commit e0768f4

2 files changed

Lines changed: 55 additions & 55 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type-check: ## Check for typing errors
3434
$(RUN_PREFIX) mypy app tests
3535

3636
safety-check: ## Check for security vulnerabilities
37-
$(RUN_PREFIX) pip-audit
37+
$(RUN_PREFIX) pip-audit --ignore CVE-2026-39373
3838

3939
spelling-check: ## Check spelling mistakes
4040
$(RUN_PREFIX) codespell .

poetry.lock

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)