From af07d4962930c2dd4541fa6460beb90fad22a0ea Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Mar 2022 19:55:44 +0000 Subject: [PATCH 1/4] chore(deps): update all dependencies --- .github/workflows/docs.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/unittest.yml | 4 ++-- samples/snippets/requirements-test.txt | 2 +- samples/snippets/requirements.txt | 8 ++++---- setup.py | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cca4e98b..b46d7305 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@v3 with: @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@v3 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f687324e..f512a496 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@v3 with: diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index d90dbe9c..0a86d57b 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -11,7 +11,7 @@ jobs: python: ['3.7', '3.8', '3.9', '3.10'] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@v3 with: @@ -37,7 +37,7 @@ jobs: - unit steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@v3 with: diff --git a/samples/snippets/requirements-test.txt b/samples/snippets/requirements-test.txt index 48472e00..048b4980 100644 --- a/samples/snippets/requirements-test.txt +++ b/samples/snippets/requirements-test.txt @@ -1,2 +1,2 @@ google-cloud-testutils==1.3.1 -pytest==6.2.5 +pytest==7.0.1 diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 720188cf..24a7a211 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-bigquery-storage==2.11.0 -google-cloud-bigquery==2.32.0 -pandas==1.3.5 -pyarrow==6.0.1 +google-cloud-bigquery-storage==2.12.0 +google-cloud-bigquery==2.34.0 +pandas==1.4.1 +pyarrow==7.0.0 diff --git a/setup.py b/setup.py index ccee7265..6b67d66c 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "db-dtypes >=0.3.1,<2.0.0", "numpy >=1.16.6", "pandas >=0.24.2", - "pyarrow >=3.0.0, <7.0dev", + "pyarrow >=3.0.0, <7.1", "pydata-google-auth", # Note: google-api-core and google-auth are also included via transitive # dependency on google-cloud-bigquery, but this library also uses them From 0a4d7fff34bf575de33134fcde345c7c369e9496 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 1 Mar 2022 19:57:37 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .github/workflows/docs.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/unittest.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b46d7305..cca4e98b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v3 with: @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v3 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f512a496..f687324e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v3 with: diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 0a86d57b..d90dbe9c 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -11,7 +11,7 @@ jobs: python: ['3.7', '3.8', '3.9', '3.10'] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v3 with: @@ -37,7 +37,7 @@ jobs: - unit steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v3 with: From 3f26ff6fadc515ef10603bdebd6cc4297545ed76 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Wed, 2 Mar 2022 12:15:27 -0600 Subject: [PATCH 3/4] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b67d66c..fd62b720 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "db-dtypes >=0.3.1,<2.0.0", "numpy >=1.16.6", "pandas >=0.24.2", - "pyarrow >=3.0.0, <7.1", + "pyarrow >=3.0.0, <8.0dev", "pydata-google-auth", # Note: google-api-core and google-auth are also included via transitive # dependency on google-cloud-bigquery, but this library also uses them From 7740316ad833f8ee5184404a131f5b99aa781e1d Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Wed, 2 Mar 2022 12:29:23 -0600 Subject: [PATCH 4/4] limit pandas to 3.8 --- samples/snippets/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 24a7a211..254e656f 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,4 +1,5 @@ google-cloud-bigquery-storage==2.12.0 google-cloud-bigquery==2.34.0 -pandas==1.4.1 +pandas==1.3.5; python_version < '3.8' +pandas==1.4.1; python_version >= '3.8' pyarrow==7.0.0