From f9d85ee696b2fa2892e005d19ed4ef45aa87f4e0 Mon Sep 17 00:00:00 2001 From: Marco Edward Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Thu, 16 Feb 2023 13:56:22 +0000 Subject: [PATCH] Backport PR #51391 on branch 1.5.x (CI: Pin openpyxl to < 3.1.1) (#51415) Backport PR #51391: CI: Pin openpyxl to < 3.1.1 Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com> --- ci/deps/actions-310.yaml | 2 +- ci/deps/actions-38-downstream_compat.yaml | 2 +- ci/deps/actions-38.yaml | 2 +- ci/deps/actions-39.yaml | 2 +- ci/deps/circle-38-arm64.yaml | 2 +- environment.yml | 2 +- requirements-dev.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ci/deps/actions-310.yaml b/ci/deps/actions-310.yaml index deb23d435bddf..eae8964db7f56 100644 --- a/ci/deps/actions-310.yaml +++ b/ci/deps/actions-310.yaml @@ -33,7 +33,7 @@ dependencies: - matplotlib>=3.6.1 - numba - numexpr - - openpyxl + - openpyxl<3.1.1 - odfpy - pandas-gbq - psycopg2 diff --git a/ci/deps/actions-38-downstream_compat.yaml b/ci/deps/actions-38-downstream_compat.yaml index 06ffafeb70570..fc421ee979f7b 100644 --- a/ci/deps/actions-38-downstream_compat.yaml +++ b/ci/deps/actions-38-downstream_compat.yaml @@ -34,7 +34,7 @@ dependencies: - matplotlib>=3.6.1 - numba - numexpr - - openpyxl + - openpyxl<3.1.1 - odfpy - pandas-gbq - psycopg2 diff --git a/ci/deps/actions-38.yaml b/ci/deps/actions-38.yaml index 222da40ea9eea..6d7a21a8bc90e 100644 --- a/ci/deps/actions-38.yaml +++ b/ci/deps/actions-38.yaml @@ -33,7 +33,7 @@ dependencies: - matplotlib>=3.6.1 - numba - numexpr - - openpyxl + - openpyxl<3.1.1 - odfpy - pandas-gbq - psycopg2 diff --git a/ci/deps/actions-39.yaml b/ci/deps/actions-39.yaml index 1c60e8ad6d78a..bf3d3353906f6 100644 --- a/ci/deps/actions-39.yaml +++ b/ci/deps/actions-39.yaml @@ -33,7 +33,7 @@ dependencies: - matplotlib>=3.6.1 - numba - numexpr - - openpyxl + - openpyxl<3.1.1 - odfpy - pandas-gbq - psycopg2 diff --git a/ci/deps/circle-38-arm64.yaml b/ci/deps/circle-38-arm64.yaml index 263521fb74879..55336672ed43d 100644 --- a/ci/deps/circle-38-arm64.yaml +++ b/ci/deps/circle-38-arm64.yaml @@ -33,7 +33,7 @@ dependencies: - matplotlib>=3.6.1 - numba - numexpr - - openpyxl + - openpyxl<3.1.1 - odfpy - pandas-gbq - psycopg2 diff --git a/environment.yml b/environment.yml index 20f839db9ad60..1fa84ac10a6b4 100644 --- a/environment.yml +++ b/environment.yml @@ -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 diff --git a/requirements-dev.txt b/requirements-dev.txt index 95291e4ab5452..c27bbaa4a1132 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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