Skip to content

Commit

Permalink
fix: docs/samples/drift-detection/alibi-detect/cifar10/requirements_n…
Browse files Browse the repository at this point in the history
…otebook.txt to reduce vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-FONTTOOLS-6133203
- https://snyk.io/vuln/SNYK-PYTHON-TRANSFORMERS-6134594
- https://snyk.io/vuln/SNYK-PYTHON-TRANSFORMERS-6135747
  • Loading branch information
snyk-bot committed Dec 21, 2023
1 parent 7146558 commit e266bba
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
alibi-detect>=0.4.0
matplotlib>=3.1.1
tqdm>=4.45.0
fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability
transformers>=4.36.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit e266bba

Please sign in to comment.