Skip to content

Commit

Permalink
Update pandas from 1.3.5 to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed May 30, 2023
1 parent a339f7b commit 22cbf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ scandir>=1.8
# pandas + xlrd are used to test pandas-specific patches to allow
# pyfakefs to work with pandas
# we use the latest version to see any problems with new versions
pandas==1.3.5; python_version == '3.7'
pandas==2.0.2; python_version == '3.7'
pandas==2.0.2; python_version > '3.7'
xlrd==2.0.1; python_version > '3.6'
openpyxl==3.1.2

0 comments on commit 22cbf4a

Please sign in to comment.