Skip to content

Commit

Permalink
fix: requirements_base.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 7, 2021
1 parent be454e2 commit 5c827c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ seaborn==0.9.0
sportsreference==0.4.6
pydot==1.4.1
plotly==4.1.0
PyYAML==5.2
PyYAML==5.3.1
twine==2.0.0
opencv-python==4.1.1.26
yfinance==0.1.45
Expand All @@ -76,3 +76,4 @@ docformatter==1.3.1
pycodestyle==2.6.0
yapf==0.30.0
pyformat==0.7.0
pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 5c827c2

Please sign in to comment.