8000 chore(deps): update all dependencies · googleapis/python-bigquery@3bac94c · GitHub
[go: up one dir, main page]

Skip to content

Commit 3bac94c

Browse files
committed
chore(deps): update all dependencies
1 parent ef1f2cb commit 3bac94c

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ charset-normalizer==2.0.10
55
click==8.0.3
66
click-plugins==1.1.1
77
cligj==0.7.2
8-
dataclasses==0.6; python_version < '3.7'
8+
dataclasses==0.8; python_version < '3.7'
99
Fiona==1.8.20
1010
geojson==2.5.0
11-
geopandas==0.9.0; python_version < '3.7'
11+
geopandas==0.10.2; python_version < '3.7'
1212
geopandas==0.10.2; python_version >= '3.7'
1313
google-api-core==2.3.2
1414
google-auth==2.3.3
@@ -24,17 +24,17 @@ libcst==0.3.23
2424
munch==2.5.0
2525
mypy-extensions==0.4.3
2626
packaging==21.3
27-
pandas==1.1.5; python_version < '3.7'
28-
pandas==1.3.4; python_version >= '3.7'
27+
pandas==1.3.5; python_version < '3.7'
28+
pandas==1.3.5; python_version >= '3.7'
2929
proto-plus==1.19.8
30-
protobuf==3.19.1
30+
protobuf==3.19.2
3131
pyarrow==6.0.1
3232
pyasn1==0.4.8
3333
pyasn1-modules==0.2.8
3434
pycparser==2.21
3535
pyparsing==3.0.6
36-
pyproj==3.0.1; python_version < "3.7"
37-
pyproj==3.1.0; python_version > "3.6"
36+
pyproj==3.3.0; python_version < "3.7"
37+
pyproj==3.3.0; python_version > "3.6"
3838
python-dateutil==2.8.2
3939
pytz==2021.3
4040
PyYAML==6.0
@@ -44,4 +44,4 @@ Shapely==1.8.0
4444
six==1.16.0
4545
typing-extensions==4.0.1
4646
typing-inspect==0.7.1
47-
urllib3==1.26.7
47+
urllib3==1.26.8

samples/magics/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
google-cloud-bigquery-storage==2.10.1
22
google-auth-oauthlib==0.4.6
33
grpcio==1.43.0
4-
ipython==7.16.1; python_version < '3.7'
5-
ipython==7.29.0; python_version >= '3.7'
6-
matplotlib==3.3.4; python_version < '3.7'
7-
matplotlib==3.5.0rc1; python_version >= '3.7'
8-
pandas==1.1.5; python_version < '3.7'
9-
pandas==1.3.4; python_version >= '3.7'
4+
ipython==7.31.0; python_version < '3.7'
5+
ipython==7.31.0; python_version >= '3.7'
6+
matplotlib==3.5.1; python_version < '3.7'
7+
matplotlib==3.5.1; python_version >= '3.7'
8+
pandas==1.3.5; python_version < '3.7'
9+
pandas==1.3.5; python_version >= '3.7'
1010
pyarrow==6.0.1
1111
pytz==2021.3
8000

samples/snippets/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
google-cloud-bigquery-storage==2.10.1
22
google-auth-oauthlib==0.4.6
33
grpcio==1.43.0
4-
ipython==7.16.1; python_version < '3.7'
5-
ipython==7.29.0; python_version >= '3.7'
6-
matplotlib==3.3.4; python_version < '3.7'
7-
matplotlib==3.4.1; python_version >= '3.7'
8-
pandas==1.1.5; python_version < '3.7'
9-
pandas==1.3.4; python_version >= '3.7'
4+
ipython==7.31.0; python_version < '3.7'
5+
ipython==7.31.0; python_version >= '3.7'
6+
matplotlib==3.5.1; python_version < '3.7'
7+
matplotlib==3.5.1; python_version >= '3.7'
8+
pandas==1.3.5; python_version < '3.7'
9+
pandas==1.3.5; python_version >= '3.7'
1010
pyarrow==6.0.1
1111
pytz==2021.3

0 commit comments

Comments
 (0)
0