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 38 vulnerabilities #191

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
14 changes: 10 additions & 4 deletions requirements.txt
Expand Up @@ -2,8 +2,8 @@ black
luigi
# One of the requirements pulls in librosa, I believe note_seq
# So we need to pin these, otherwise librosa breaks
numpy==1.19.2
numba==0.48
numpy==1.22.2
numba==0.49.0
pandas
pre-commit
pytest
Expand All @@ -17,6 +17,12 @@ tensorflow-datasets
tqdm
ffmpeg-python
note_seq
tensorflow>=2.0
tensorflow>=2.11.1
schema
patool
patool
ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability
pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability
werkzeug>=2.3.8 # not directly required, pinned by Snyk to avoid a vulnerability
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability