Skip to content

Commit 3929ef0

Browse files
authored
DEPS: Unpin openpyxl in CI (#53247)
1 parent 9150536 commit 3929ef0

5 files changed

+5
-5
lines changed

ci/deps/actions-310.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
- numexpr>=2.8.0
4040
- odfpy>=1.4.1
4141
- qtpy>=2.2.0
42-
- openpyxl<3.1.1, >=3.0.10
42+
- openpyxl>=3.0.10
4343
- pandas-gbq>=0.17.5
4444
- psycopg2>=2.9.3
4545
- pyarrow>=7.0.0

ci/deps/actions-311.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
- numexpr>=2.8.0
4040
- odfpy>=1.4.1
4141
- qtpy>=2.2.0
42-
- openpyxl<3.1.1, >=3.0.10
42+
- openpyxl>=3.0.10
4343
- pandas-gbq>=0.17.5
4444
- psycopg2>=2.9.3
4545
- pyarrow>=7.0.0

ci/deps/actions-39-downstream_compat.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies:
4040
- numexpr>=2.8.0
4141
- odfpy>=1.4.1
4242
- qtpy>=2.2.0
43-
- openpyxl<3.1.1, >=3.0.10
43+
- openpyxl>=3.0.10
4444
- pandas-gbq>=0.17.5
4545
- psycopg2>=2.9.3
4646
- pyarrow>=7.0.0

ci/deps/actions-39.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
- numexpr>=2.8.0
4040
- odfpy>=1.4.1
4141
- qtpy>=2.2.0
42-
- openpyxl<3.1.1, >=3.0.10
42+
- openpyxl>=3.0.10
4343
- pandas-gbq>=0.17.5
4444
- psycopg2>=2.9.3
4545
- pyarrow>=7.0.0

ci/deps/circle-39-arm64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
- numexpr>=2.8.0
4040
- odfpy>=1.4.1
4141
- qtpy>=2.2.0
42-
- openpyxl<3.1.1, >=3.0.10
42+
- openpyxl>=3.0.10
4343
- pandas-gbq>=0.17.5
4444
- psycopg2>=2.9.3
4545
- pyarrow>=7.0.0

0 commit comments

Comments
 (0)