Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 93adf21

Browse files
committed
Updates format session and pyarrow version
1 parent 19f9123 commit 93adf21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def blacken(session):
116116
)
117117

118118

119-
@nox.session(python=DEFAULT_PYTHON_VERSION)
119+
@nox.session(python="3.10")
120120
def format(session):
121121
"""
122122
Run isort to sort imports. Then run black

testing/constraints-3.9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Then this file should have google-cloud-foo==1.14.0
88
google-api-core==2.15.0
99
pandas==2.0.0
10-
pyarrow==4.0.0
10+
pyarrow==15.0.0
1111
proto-plus==1.22.3
1212
grpc-google-iam-v1==0.12.6
1313
google-cloud-bigquery==3.5.0

0 commit comments

Comments
 (0)