Skip to content

Commit f703d55

Browse files
committed
Bump openpyxl to fix lxml compat issue
1 parent fe25d32 commit f703d55

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci/deps/actions-38-minimum_versions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
- matplotlib=3.3.2
3333
- numba=0.50.1
3434
- numexpr=2.7.1
35-
- openpyxl=3.0.2
35+
- openpyxl=3.0.3
3636
- odfpy=1.4.1
3737
- pandas-gbq=0.14.0
3838
- psycopg2=2.8.4

doc/source/getting_started/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Dependency Minimum Version Notes
291291
xlrd 2.0.1 Reading Excel
292292
xlwt 1.3.0 Writing Excel
293293
xlsxwriter 1.2.2 Writing Excel
294-
openpyxl 3.0.2 Reading / writing for xlsx files
294+
openpyxl 3.0.3 Reading / writing for xlsx files
295295
pyxlsb 1.0.6 Reading for xlsb files
296296
========================= ================== =============================================================
297297

doc/source/whatsnew/v1.4.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ Optional libraries below the lowest tested version may still work, but are not c
442442
+-----------------+-----------------+---------+
443443
| numba | 0.50.1 | X |
444444
+-----------------+-----------------+---------+
445-
| openpyxl | 3.0.2 | X |
445+
| openpyxl | 3.0.3 | X |
446446
+-----------------+-----------------+---------+
447447
| pyarrow | 1.0.1 | X |
448448
+-----------------+-----------------+---------+

pandas/compat/_optional.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"matplotlib": "3.3.2",
2020
"numexpr": "2.7.1",
2121
"odfpy": "1.4.1",
22-
"openpyxl": "3.0.2",
22+
"openpyxl": "3.0.3",
2323
"pandas_gbq": "0.14.0",
2424
"pyarrow": "1.0.1",
2525
"pytest": "6.0",

0 commit comments

Comments
 (0)