Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 18 vulnerabilities #2763

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 8 additions & 4 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ kaleido # optional dependency, used by plotly to transform figures into images

# YoloV5
matplotlib>=3.2.2
numpy>=1.18.5
numpy>=1.22.2
opencv-python>=4.1.2
pillow>=7.1.2; python_version < '3.8'
pillow>=10.0.1; python_version >= '3.8' # not directly required, pinned by Snyk to avoid a vulnerability
pillow>=10.3.0; python_version < '3.8'
pillow>=10.3.0; python_version >= '3.8' # not directly required, pinned by Snyk to avoid a vulnerability
PyYAML>=5.3.1
requests>=2.23.0
# Remove the <=1.10.1 dependency below once sklearn's issue is fixed. The higher version causes
Expand All @@ -51,4 +51,8 @@ tornado>=6.3.3; python_version >= '3.8' # not directly required, pinned by Snyk
pyarrow>=14.0.1; python_version >= '3.8' # not directly required, pinned by Snyk to avoid a vulnerability
aiohttp>=3.9.0; python_version >= '3.8' # not directly required, pinned by Snyk to avoid a vulnerability

umap-learn==0.5.4
umap-learn==0.5.4
fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability
ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability
jupyter-server>=2.11.2 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability