Skip to content

Commit dff589d

Browse files
Merge pull request #5 from rendiffdev/snyk-fix-89f261b6be157eba06d0016b59d5c232
[Snyk] Fix for 29 vulnerabilities
2 parents 835ed09 + 9a78f4e commit dff589d

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

requirements-genai.txt

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# Install only if GenAI features are enabled
33

44
# Core AI/ML Libraries
5-
torch>=2.0.0
5+
torch>=2.7.1
66
torchvision>=0.15.0
77
torchaudio>=2.0.0
88

99
# Computer Vision and Image Processing
1010
opencv-python>=4.8.0
11-
pillow>=9.5.0
11+
pillow>=10.3.0
1212
scikit-image>=0.20.0
1313

1414
# Video Processing and Analysis
@@ -23,7 +23,7 @@ gfpgan>=1.3.8
2323
realesrgan>=0.3.0
2424

2525
# Video understanding models
26-
transformers>=4.30.0
26+
transformers>=4.52.0
2727
timm>=0.9.0
2828
einops>=0.6.0
2929

@@ -54,4 +54,12 @@ nvidia-ml-py>=11.495.46
5454

5555
# Development and testing (optional)
5656
pytest>=7.0.0
57-
pytest-asyncio>=0.21.0
57+
pytest-asyncio>=0.21.0
58+
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
59+
protobuf>=4.25.8 # not directly required, pinned by Snyk to avoid a vulnerability
60+
requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability
61+
setuptools>=78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability
62+
urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
63+
werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability
64+
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability
65+
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)