We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bfd1ee commit 12a8db7Copy full SHA for 12a8db7
samples/snippets/requirements-test.txt
@@ -1,2 +1,2 @@
1
google-cloud-testutils==1.4.0
2
-pytest==8.1.1
+pytest==8.2.0
samples/snippets/requirements.txt
@@ -1,6 +1,6 @@
-google-cloud-bigquery-storage==2.24.0
-google-cloud-bigquery==3.20.1
+google-cloud-bigquery-storage==2.25.0
+google-cloud-bigquery==3.22.0
3
pandas-gbq==0.22.0
4
pandas===2.0.3; python_version == '3.8'
5
pandas==2.2.2; python_version >= '3.9'
6
-pyarrow==15.0.2; python_version >= '3.8'
+pyarrow==16.0.0; python_version >= '3.8'
0 commit comments