Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 57f8ea9

Browse filesBrowse files
renovate-bottswast
andauthored
deps: allow pyarrow 7.0 (#1112)
* chore(deps): update all dependencies * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Tim Swast <swast@google.com>
1 parent eea935c commit 57f8ea9
Copy full SHA for 57f8ea9

File tree

7 files changed

+42
-37
lines changed
Filter options

7 files changed

+42
-37
lines changed
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest==6.2.5
1+
pytest==7.0.1
22
mock==4.0.3

‎samples/geography/requirements.txt

Copy file name to clipboard
+20-19Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,46 @@
11
attrs==21.4.0
22
certifi==2021.10.8
33
cffi==1.15.0
4-
charset-normalizer==2.0.10
5-
click==8.0.3
4+
charset-normalizer==2.0.12
5+
click==8.0.4
66
click-plugins==1.1.1
77
cligj==0.7.2
88
dataclasses==0.8; python_version < '3.7'
9-
Fiona==1.8.20
9+
Fiona==1.8.21
1010
geojson==2.5.0
1111
geopandas==0.9.0; python_version < '3.7'
1212
geopandas==0.10.2; python_version >= '3.7'
13-
google-api-core==2.4.0
14-
google-auth==2.3.3
15-
google-cloud-bigquery==2.31.0
16-
google-cloud-bigquery-storage==2.10.1
17-
google-cloud-core==2.2.1
13+
google-api-core==2.5.0
14+
google-auth==2.6.0
15+
google-cloud-bigquery==2.34.0
16+
google-cloud-bigquery-storage==2.12.0
17+
google-cloud-core==2.2.2
1818
google-crc32c==1.3.0
19-
google-resumable-media==2.1.0
20-
googleapis-common-protos==1.54.0
21-
grpcio==1.43.0
19+
google-resumable-media==2.3.0
20+
googleapis-common-protos==1.55.0
21+
grpcio==1.44.0
2222
idna==3.3
23-
libcst==0.4.0
23+
libcst==0.4.1
2424
munch==2.5.0
2525
mypy-extensions==0.4.3
2626
packaging==21.3
2727
pandas==1.1.5; python_version < '3.7'
28-
pandas==1.3.5; python_version >= '3.7'
29-
proto-plus==1.19.8
30-
protobuf==3.19.3
31-
pyarrow==6.0.1
28+
pandas==1.3.5; python_version == '3.7'
29+
pandas==1.4.1; python_version >= '3.8'
30+
proto-plus==1.20.3
31+
protobuf==3.19.4
32+
pyarrow==7.0.0
3233
pyasn1==0.4.8
3334
pyasn1-modules==0.2.8
3435
pycparser==2.21
35-
pyparsing==3.0.6
36+
pyparsing==3.0.7
3637
python-dateutil==2.8.2
3738
pytz==2021.3
3839
PyYAML==6.0
3940
requests==2.27.1
4041
rsa==4.8
41-
Shapely==1.8.0
42+
Shapely==1.8.1.post1
4243
six==1.16.0
43-
typing-extensions==4.0.1
44+
typing-extensions==4.1.1
4445
typing-inspect==0.7.1
4546
urllib3==1.26.8

‎samples/magics/requirements-test.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-testutils==1.3.1
2-
pytest==6.2.5
2+
pytest==7.0.1
33
mock==4.0.3

‎samples/magics/requirements.txt

Copy file name to clipboard
+9-7Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
google-cloud-bigquery-storage==2.10.1
2-
google-auth-oauthlib==0.4.6
3-
grpcio==1.43.0
1+
google-cloud-bigquery-storage==2.12.0
2+
google-auth-oauthlib==0.5.0
3+
grpcio==1.44.0
44
ipython==7.16.3; python_version < '3.7'
55
ipython==7.31.1; python_version == '3.7'
6-
ipython==8.0.1; python_version >= '3.8'
7-
matplotlib==3.3.4; python_version < '3.7'
6+
ipython==8.0.1; python_version == '3.8'
7+
ipython==8.1.0; python_version >= '3.9'
8+
matplotlib==3.5.1; python_version < '3.7'
89
matplotlib==3.5.1; python_version >= '3.7'
910
pandas==1.1.5; python_version < '3.7'
10-
pandas==1.3.5; python_version >= '3.7'
11-
pyarrow==6.0.1
11+
pandas==1.3.5; python_version == '3.7'
12+
pandas==1.4.1; python_version >= '3.8'
13+
pyarrow==7.0.0
1214
pytz==2021.3
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-testutils==1.3.1
2-
pytest==6.2.5
2+
pytest==7.0.1
33
mock==4.0.3

‎samples/snippets/requirements.txt

Copy file name to clipboard
+9-7Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
google-cloud-bigquery-storage==2.10.1
2-
google-auth-oauthlib==0.4.6
3-
grpcio==1.43.0
1+
google-cloud-bigquery-storage==2.12.0
2+
google-auth-oauthlib==0.5.0
3+
grpcio==1.44.0
44
ipython==7.16.3; python_version < '3.7'
55
ipython==7.31.1; python_version == '3.7'
6-
ipython==8.0.1; python_version >= '3.8'
7-
matplotlib==3.3.4; python_version < '3.7'
6+
ipython==8.0.1; python_version == '3.8'
7+
ipython==8.1.0; python_version >= '3.9'
8+
matplotlib==3.5.1; python_version < '3.7'
89
matplotlib==3.5.1; python_version >= '3.7'
910
pandas==1.1.5; python_version < '3.7'
10-
pandas==1.3.5; python_version >= '3.7'
11-
pyarrow==6.0.1
11+
pandas==1.3.5; python_version == '3.7'
12+
pandas==1.4.1; python_version >= '3.8'
13+
pyarrow==7.0.0
1214
pytz==2021.3

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# 'Development Status :: 4 - Beta'
2929
# 'Development Status :: 5 - Production/Stable'
3030
release_status = "Development Status :: 5 - Production/Stable"
31-
pyarrow_dep = ["pyarrow >= 3.0.0, < 7.0dev"]
31+
pyarrow_dep = ["pyarrow >=3.0.0, <8.0dev"]
3232
dependencies = [
3333
"grpcio >= 1.38.1, < 2.0dev", # https://github.com/googleapis/python-bigquery/issues/695
3434
# NOTE: Maintainers, please do not require google-api-core>=2.x.x

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.