Skip to content

Commit

Permalink
Update pandas requirement from ==1.5.* to ==2.0.* (#208)
Browse files Browse the repository at this point in the history
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v1.5.0rc0...v2.0.1)

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 2, 2023
1 parent e344839 commit 0608810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sheet2csv==1.0.7
# git+https://github.com/sledilnik/[email protected]#egg=sheet2csv
numpy==1.24.*
openpyxl==3.0.*
pandas==1.5.*
pandas==2.0.*
pyquery==2.0.*
python-dateutil==2.8.*
requests==2.28.*
Expand Down

0 comments on commit 0608810

Please sign in to comment.