Skip to content

Commit 6d93793

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PROTOBUF-15090738 - https://snyk.io/vuln/SNYK-PYTHON-TORCH-15123585
1 parent 859f368 commit 6d93793

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ packaging==23.1
4444
pandas==2.0.1
4545
pathtools==0.1.2
4646
Pillow==9.5.0
47-
protobuf==4.23.1
47+
protobuf==6.33.5
4848
psutil==5.9.5
4949
pyarrow==12.0.0
5050
pyre-extensions==0.0.29
@@ -64,7 +64,7 @@ smmap==5.0.0
6464
sympy==1.12
6565
threadpoolctl==3.1.0
6666
tokenizers==0.13.3
67-
torch==2.0.1
67+
torch==2.10.0
6868
torchaudio==2.0.2
6969
torchvision==0.15.2
7070
tqdm==4.65.0

0 commit comments

Comments
 (0)