Skip to content

Commit d828745

Browse files
authored
Update pandas to 1.3.5 (#654)
* Update pandas from 1.3.4 to 1.3.5
1 parent f003702 commit d828745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ scandir>=1.8
1414
# pyfakefs to work with pandas
1515
# we use the latest version to see any problems with new versions
1616
pandas==1.1.5; python_version <= '3.6'
17-
pandas==1.3.4; python_version > '3.6'
17+
pandas==1.3.5; python_version > '3.6'
1818
xlrd==1.2.0; python_version <= '3.6'
1919
xlrd==2.0.1; python_version > '3.6'
2020
openpyxl==3.0.9

0 commit comments

Comments
 (0)