Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit a46f427

Browse files
renovate-botgcf-owl-bot[bot]Linchin
authored
chore(deps): update all dependencies (#725)
* 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 * pin ipython version for python 3.9 because later versions dropped support for python 3.9 * pin pytest for python 3.7 * pin pytest for python 3.7 * pin pytest for python 3.7 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
1 parent f292c7c commit a46f427

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
pytest==7.4.3
1+
pytest==7.4.3; python_version == '3.7'
2+
pytest==8.1.1; python_version >= '3.8'
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
google-cloud-testutils==1.4.0
2-
pytest==7.4.3
2+
pytest==7.4.3; python_version == '3.7'
3+
pytest==8.1.1; python_version >= '3.8'

samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-bigquery-storage==2.24.0
2-
google-cloud-bigquery==3.14.1
2+
google-cloud-bigquery==3.20.1
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
pytest==7.4.3
1+
pytest==7.4.3; python_version == '3.7'
2+
pytest==8.1.1; python_version >= '3.8'
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
google-auth==2.25.2
1+
google-auth==2.29.0
22
google-cloud-bigquery-storage==2.24.0
3-
google-cloud-bigquery==3.14.1
3+
google-cloud-bigquery==3.20.1
44
pyarrow==12.0.1; python_version == '3.7'
5-
pyarrow==14.0.1; python_version >= '3.8'
5+
pyarrow==15.0.2; python_version >= '3.8'
66
ipython===7.31.1; python_version == '3.7'
77
ipython===8.10.0; python_version == '3.8'
8-
ipython==8.18.1; python_version >= '3.9'
9-
ipywidgets==8.1.1
8+
ipython==8.18.1; python_version == '3.9'
9+
ipython==8.23.0; python_version >= '3.10'
10+
ipywidgets==8.1.2
1011
pandas===1.3.5; python_version == '3.7'
1112
pandas===2.0.3; python_version == '3.8'
12-
pandas==2.1.4; python_version >= '3.9'
13-
tqdm==4.66.1
13+
pandas==2.2.1; python_version >= '3.9'
14+
tqdm==4.66.2
1415
db-dtypes==1.2.0

0 commit comments

Comments
 (0)