Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities (#163)
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-TORNADO-5537286
  • Loading branch information
snyk-bot committed Aug 23, 2023
1 parent 52188fd commit 18c58d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ ipython>=7.17.0
pyyaml>=6.0.0
Jinja2>=3.1.0
jupyter-bokeh>=3.0.7
tornado>=6.3.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 18c58d5

Please sign in to comment.