Skip to content

Commit

Permalink
fix: requirements-dev.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-JUPYTERSERVER-5862881
  • Loading branch information
snyk-bot committed Sep 14, 2023
1 parent 73ee61b commit 6fde676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ setuptools >= 65.5.1
twine
wheel >= 0.38.0
tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability
jupyter-server>=2.7.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 6fde676

Please sign in to comment.