Skip to content

Commit 38287bf

Browse files
chore(deps): update all dependencies (#967)
* chore(deps): update all dependencies * Update requirements-test.txt * Update requirements-test.txt * Update requirements-test.txt * Update requirements.txt * Update requirements-test.txt * Update requirements.txt --------- Co-authored-by: Lingqing Gan <[email protected]>
1 parent e8026f9 commit 38287bf

File tree

6 files changed

+16
-9
lines changed

6 files changed

+16
-9
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pytest===7.4.3; python_version == '3.7'
2-
pytest==8.3.5; python_version >= '3.8'
2+
pytest===8.3.5; python_version == '3.8'
3+
pytest==8.4.1; python_version >= '3.9'
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pytest===7.4.3; python_version == '3.7'
2-
pytest==8.3.5; python_version >= '3.8'
2+
pytest===8.3.5; python_version == '3.8'
3+
pytest==8.4.1; python_version >= '3.9'
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
google-cloud-testutils==1.6.4
22
pytest===7.4.3; python_version == '3.7'
3-
pytest==8.3.5; python_version >= '3.8'
3+
pytest===8.3.5; python_version == '3.8'
4+
pytest==8.4.1; python_version >= '3.9'
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
google-cloud-bigquery-storage==2.32.0
22
google-cloud-bigquery===3.30.0; python_version <= '3.8'
33
google-cloud-bigquery==3.34.0; python_version >= '3.9'
4+
pytest===7.4.3; python_version == '3.7'
5+
pytest===8.3.5; python_version == '3.8'
6+
pytest==8.4.1; python_version >= '3.9'
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pytest===7.4.3; python_version == '3.7'
2-
pytest==8.3.5; python_version >= '3.8'
2+
pytest===8.3.5; python_version == '3.8'
3+
pytest==8.4.1; python_version >= '3.9'
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
google-auth==2.40.2
1+
google-auth==2.40.3
22
google-cloud-bigquery-storage==2.32.0
33
google-cloud-bigquery===3.30.0; python_version <= '3.8'
4-
google-cloud-bigquery==3.34.0; python_version >= '3.9'
4+
google-cloud-bigquery==3.35.1; python_version >= '3.9'
55
pyarrow===12.0.1; python_version == '3.7'
66
pyarrow===17.0.0; python_version == '3.8'
7-
pyarrow==20.0.0; python_version >= '3.9'
7+
pyarrow==21.0.0; python_version >= '3.9'
88
ipython===7.31.1; python_version == '3.7'
99
ipython===8.10.0; python_version == '3.8'
1010
ipython===8.18.1; python_version == '3.9'
1111
ipython===8.33.0; python_version == '3.10'
12-
ipython==9.2.0; python_version >= '3.11'
12+
ipython==9.4.0; python_version >= '3.11'
1313
ipywidgets==8.1.7
1414
pandas===1.3.5; python_version == '3.7'
1515
pandas===2.0.3; python_version == '3.8'
16-
pandas==2.2.3; python_version >= '3.9'
16+
pandas==2.3.1; python_version >= '3.9'
1717
tqdm==4.67.1
1818
db-dtypes===1.4.2; python_version <= '3.8'
1919
db-dtypes==1.4.3; python_version >= '3.9'

0 commit comments

Comments
 (0)