Skip to content

Commit b53f710

Browse files
Update openpyxl to 3.1.4 (#1029)
* Update openpyxl from 3.1.3 to 3.1.4 * Pin openpyxl version Python 3.7 --------- Co-authored-by: mrbean-bremen <[email protected]>
1 parent f56a4c6 commit b53f710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extra_requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ pandas==1.3.5; python_version == '3.7' # pyup: ignore
55
pandas==2.0.3; python_version == '3.8' # pyup: ignore
66
pandas==2.2.2; python_version > '3.8'
77
xlrd==2.0.1
8-
openpyxl==3.1.3
8+
openpyxl==3.1.3; python_version == '3.7' # pyup: ignore
9+
openpyxl==3.1.4; python_version > '3.7'

0 commit comments

Comments
 (0)