Skip to content

Commit 2e7036a

Browse files
chore(deps): update all dependencies (#410)
* chore(deps): update all dependencies * revert * add pins for ipython for py37 and py38 Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent acb4096 commit 2e7036a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-bigquery-storage==2.12.0
2-
google-cloud-bigquery==2.34.1
2+
google-cloud-bigquery==2.34.2
33
protobuf==3.19.4
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
google-auth==2.6.0
22
google-cloud-bigquery-storage==2.12.0
3-
google-cloud-bigquery==2.34.1
3+
google-cloud-bigquery==2.34.2
44
pyarrow==7.0.0
5-
ipython==7.31.1
5+
ipython==7.31.1; python_version == '3.7'
6+
ipython==8.0.1; python_version == '3.8'
7+
ipython==8.1.1; python_version >= '3.9'
68
pandas==1.3.5; python_version == '3.7'
79
pandas==1.4.1; python_version > '3.7'
810
tqdm==4.63.0

0 commit comments

Comments
 (0)