Skip to content

Commit

Permalink
Bump pandas from 0.25.3 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [pandas](https://github.com/pandas-dev/pandas) from 0.25.3 to 1.0.0.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Changelog](https://github.com/pandas-dev/pandas/blob/master/RELEASE.md)
- [Commits](pandas-dev/pandas@v0.25.3...v1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jan 31, 2020
1 parent 6358e99 commit 3a215c3
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==0.25.3
pandas==1.0.0
yfinance==0.1.54
uplink==0.9.0
pony==0.7.11
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==0.25.3',
'pandas==1.0.0',
'yfinance>=0.1.52',
'uplink>=0.9.0',
'pony==0.7.11'
Expand Down

0 comments on commit 3a215c3

Please sign in to comment.