Skip to content

Commit 39441b6

Browse files
renovate-botgcf-owl-bot[bot]tswast
authored
deps: allow pyarrow 7.0 (#487)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update setup.py * limit pandas to 3.8 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Tim Swast <[email protected]>
1 parent 2333f51 commit 39441b6

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-testutils==1.3.1
2-
pytest==6.2.5
2+
pytest==7.0.1

samples/snippets/requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
google-cloud-bigquery-storage==2.11.0
2-
google-cloud-bigquery==2.32.0
3-
pandas==1.3.5
4-
pyarrow==6.0.1
1+
google-cloud-bigquery-storage==2.12.0
2+
google-cloud-bigquery==2.34.0
3+
pandas==1.3.5; python_version < '3.8'
4+
pandas==1.4.1; python_version >= '3.8'
5+
pyarrow==7.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"db-dtypes >=0.3.1,<2.0.0",
2727
"numpy >=1.16.6",
2828
"pandas >=0.24.2",
29-
"pyarrow >=3.0.0, <7.0dev",
29+
"pyarrow >=3.0.0, <8.0dev",
3030
"pydata-google-auth",
3131
# Note: google-api-core and google-auth are also included via transitive
3232
# dependency on google-cloud-bigquery, but this library also uses them

0 commit comments

Comments
 (0)