Skip to content

Commit acb4096

Browse files
chore(deps): update all dependencies (#409)
* chore(deps): update all dependencies * Remove py36 pins * add pin for pandas for python 3.7 Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 5057a2a commit acb4096

File tree

6 files changed

+15
-16
lines changed

6 files changed

+15
-16
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==6.2.5
1+
pytest==7.0.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
fastavro
2-
google-cloud-bigquery-storage==2.10.1
2+
google-cloud-bigquery-storage==2.12.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-testutils==1.3.1
2-
pytest==6.2.5
2+
pytest==7.0.1
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-bigquery-storage==2.10.1
2-
google-cloud-bigquery==2.31.0
3-
protobuf==3.19.1
1+
google-cloud-bigquery-storage==2.12.0
2+
google-cloud-bigquery==2.34.1
3+
protobuf==3.19.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==6.2.5
1+
pytest==7.0.1
Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
google-auth==2.3.3
2-
google-cloud-bigquery-storage==2.10.1
3-
google-cloud-bigquery==2.31.0
4-
pyarrow==6.0.1
5-
ipython==7.24.0; python_version > '3.6'
6-
ipython==7.16.1; python_version <= '3.6'
7-
pandas==1.2.5; python_version > '3.6'
8-
pandas==1.1.5; python_version <= '3.6'
9-
tqdm==4.62.3
1+
google-auth==2.6.0
2+
google-cloud-bigquery-storage==2.12.0
3+
google-cloud-bigquery==2.34.1
4+
pyarrow==7.0.0
5+
ipython==7.31.1
6+
pandas==1.3.5; python_version == '3.7'
7+
pandas==1.4.1; python_version > '3.7'
8+
tqdm==4.63.0

0 commit comments

Comments
 (0)