Skip to content

Commit

Permalink
Backport PR #51391 on branch 1.5.x (CI: Pin openpyxl to < 3.1.1) (#51415
Browse files Browse the repository at this point in the history
)

Backport PR #51391: CI: Pin openpyxl to < 3.1.1

Co-authored-by: Patrick Hoefler <[email protected]>
  • Loading branch information
MarcoGorelli and phofl authored Feb 16, 2023
1 parent 2706328 commit f9d85ee
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
- matplotlib>=3.6.1
- numba
- numexpr
- openpyxl
- openpyxl<3.1.1
- odfpy
- pandas-gbq
- psycopg2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-38-downstream_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
- matplotlib>=3.6.1
- numba
- numexpr
- openpyxl
- openpyxl<3.1.1
- odfpy
- pandas-gbq
- psycopg2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
- matplotlib>=3.6.1
- numba
- numexpr
- openpyxl
- openpyxl<3.1.1
- odfpy
- pandas-gbq
- psycopg2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
- matplotlib>=3.6.1
- numba
- numexpr
- openpyxl
- openpyxl<3.1.1
- odfpy
- pandas-gbq
- psycopg2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/circle-38-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
- matplotlib>=3.6.1
- numba
- numexpr
- openpyxl
- openpyxl<3.1.1
- odfpy
- pandas-gbq
- psycopg2
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
- matplotlib>=3.6.1
- numba>=0.53.1
- numexpr>=2.8.0 # pin for "Run checks on imported code" job
- openpyxl
- openpyxl<3.1.1
- odfpy
- pandas-gbq
- psycopg2
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lxml
matplotlib>=3.6.1
numba>=0.53.1
numexpr>=2.8.0
openpyxl
openpyxl<3.1.1
odfpy
pandas-gbq
psycopg2
Expand Down

0 comments on commit f9d85ee

Please sign in to comment.