Skip to content

Commit 0e12bfc

Browse files
authored
CI: Pin openpyxl to < 3.1.1 (#51391)
1 parent e9f90a2 commit 0e12bfc

8 files changed

+8
-8
lines changed

ci/deps/actions-310.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- matplotlib>=3.6.1, <3.7.0
3737
- numba
3838
- numexpr
39-
- openpyxl
39+
- openpyxl<3.1.1
4040
- odfpy
4141
- pandas-gbq
4242
- psycopg2

ci/deps/actions-311.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- matplotlib>=3.6.1, <3.7.0
3737
# - numba not compatible with 3.11
3838
- numexpr
39-
- openpyxl
39+
- openpyxl<3.1.1
4040
- odfpy
4141
- pandas-gbq
4242
- psycopg2

ci/deps/actions-38-downstream_compat.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies:
3737
- matplotlib>=3.6.1, <3.7.0
3838
- numba
3939
- numexpr
40-
- openpyxl
40+
- openpyxl<3.1.1
4141
- odfpy
4242
- psycopg2
4343
- pyarrow

ci/deps/actions-38.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- matplotlib>=3.6.1, <3.7.0
3737
- numba
3838
- numexpr
39-
- openpyxl
39+
- openpyxl<3.1.1
4040
- odfpy
4141
- pandas-gbq
4242
- psycopg2

ci/deps/actions-39.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- matplotlib>=3.6.1, <3.7.0
3737
- numba
3838
- numexpr
39-
- openpyxl
39+
- openpyxl<3.1.1
4040
- odfpy
4141
- pandas-gbq
4242
- psycopg2

ci/deps/circle-38-arm64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- matplotlib>=3.6.1, <3.7.0
3737
- numba
3838
- numexpr
39-
- openpyxl
39+
- openpyxl<3.1.1
4040
- odfpy
4141
- pandas-gbq
4242
- psycopg2

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
- matplotlib>=3.6.1, <3.7.0
4040
- numba>=0.53.1
4141
- numexpr>=2.8.0 # pin for "Run checks on imported code" job
42-
- openpyxl
42+
- openpyxl<3.1.1
4343
- odfpy
4444
- py
4545
- psycopg2

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ lxml
2828
matplotlib>=3.6.1, <3.7.0
2929
numba>=0.53.1
3030
numexpr>=2.8.0
31-
openpyxl
31+
openpyxl<3.1.1
3232
odfpy
3333
py
3434
psycopg2-binary

0 commit comments

Comments
 (0)