Skip to content

Commit

Permalink
Merge pull request #43 from portfolioplus/dependabot/pip/pandas-1.0.5
Browse files Browse the repository at this point in the history
Bump pandas from 1.0.4 to 1.0.5
  • Loading branch information
SlashGordon authored Jun 20, 2020
2 parents 1dcf01e + af4bc78 commit ad6b9f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytickersymbols>=1.1.8
pandas==1.0.4
pandas==1.0.5
yfinance==0.1.54
uplink==0.9.1
pony==0.7.13
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
INSTALL_REQUIRES = (
[
'pytickersymbols>=1.1.8',
'pandas==1.0.4',
'pandas==1.0.5',
'yfinance>=0.1.52',
'uplink>=0.9.0',
'pony==0.7.13'
Expand Down

0 comments on commit ad6b9f5

Please sign in to comment.