Skip to content

Commit

Permalink
Bump pandas from 1.4.3 to 1.5.1
Browse files Browse the repository at this point in the history
Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.4.3 to 1.5.1.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md)
- [Commits](pandas-dev/pandas@v1.4.3...v1.5.1)

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 2, 2022
1 parent 70d3c22 commit 13e474a
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,6 +1,6 @@
numpy==1.23.4
plotly==5.11.0
pandas==1.4.3
pandas==1.5.1
ta==0.10.1
tqdm==4.64.1
ccxt==2.0.103
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
install_requires=[
'numpy==1.23.4',
'plotly==5.11.0',
'pandas==1.4.3',
'pandas==1.5.1',
'ta==0.10.1',
'tqdm==4.64.1',
'ccxt==2.0.103',
Expand Down

0 comments on commit 13e474a

Please sign in to comment.