Skip to content

Commit

Permalink
Merge 67c22c0 into dedb37f
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Aug 23, 2019
2 parents dedb37f + 67c22c0 commit 24a78f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
pytickersymbols==1.1.6
pandas==0.24.2
pandas==0.25.1
yfinance==0.1.44
uplink==0.9.0
pony==0.7.10
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@

INSTALL_REQUIRES = (
[
'pytickersymbols>=1.1.6', 'pandas==0.24.2', 'yfinance>=0.1.44',
'pytickersymbols>=1.1.6', 'pandas==0.25.1', 'yfinance>=0.1.44',
'uplink>=0.9.0', 'pony==0.7.10'
]
)
Expand Down

0 comments on commit 24a78f9

Please sign in to comment.