Skip to content

Commit 2b423b7

Browse files
renovate-botpartheagcf-owl-bot[bot]
authored andcommitted
chore(deps): update all dependencies (#1501)
* 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 --------- Co-authored-by: Anthonios Partheniou <[email protected]> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 81ef7f4 commit 2b423b7

File tree

4 files changed

+15
-16
lines changed

4 files changed

+15
-16
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ docs.metadata
5151

5252
# Virtual environment
5353
env/
54-
venv/
5554

5655
# Test logs
5756
coverage.xml

samples/geography/requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ click-plugins==1.1.1
77
cligj==0.7.2
88
dataclasses==0.8; python_version < '3.7'
99
db-dtypes==1.0.5
10-
Fiona==1.9.0
11-
geojson==3.0.0
10+
Fiona==1.9.1
11+
geojson==3.0.1
1212
geopandas===0.10.2; python_version == '3.7'
1313
geopandas==0.12.2; python_version >= '3.8'
1414
google-api-core==2.11.0
15-
google-auth==2.16.0
16-
google-cloud-bigquery==3.5.0
15+
google-auth==2.16.1
16+
google-cloud-bigquery==3.6.0
1717
google-cloud-bigquery-storage==2.18.1
1818
google-cloud-core==2.3.2
1919
google-crc32c==1.5.0
2020
google-resumable-media==2.4.1
2121
googleapis-common-protos==1.58.0
22-
grpcio==1.51.1
22+
grpcio==1.51.3
2323
idna==3.4
2424
libcst==0.4.9
2525
munch==2.5.0
@@ -40,6 +40,6 @@ requests==2.28.2
4040
rsa==4.9
4141
Shapely==2.0.1
4242
six==1.16.0
43-
typing-extensions==4.4.0
43+
typing-extensions==4.5.0
4444
typing-inspect==0.8.0
4545
urllib3==1.26.14

samples/magics/requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
db-dtypes==1.0.5
22
google-cloud-bigquery-storage==2.18.1
33
google-auth-oauthlib==1.0.0
4-
grpcio==1.51.1
4+
grpcio==1.51.3
55
ipywidgets==8.0.4
66
ipython===7.31.1; python_version == '3.7'
77
ipython===8.0.1; python_version == '3.8'
8-
ipython==8.9.0; python_version >= '3.9'
8+
ipython==8.10.0; python_version >= '3.9'
99
matplotlib===3.5.3; python_version == '3.7'
10-
matplotlib==3.6.3; python_version >= '3.8'
10+
matplotlib==3.7.0; python_version >= '3.8'
1111
pandas===1.3.5; python_version == '3.7'
1212
pandas==1.5.3; python_version >= '3.8'
1313
pyarrow==11.0.0
1414
pytz==2022.7.1
15-
typing-extensions==4.4.0
15+
typing-extensions==4.5.0

samples/snippets/requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
db-dtypes==1.0.5
2-
google-cloud-bigquery==3.5.0
2+
google-cloud-bigquery==3.6.0
33
google-cloud-bigquery-storage==2.18.1
44
google-auth-oauthlib==1.0.0
5-
grpcio==1.51.1
5+
grpcio==1.51.3
66
ipywidgets==8.0.4
77
ipython===7.31.1; python_version == '3.7'
88
ipython===8.0.1; python_version == '3.8'
9-
ipython==8.9.0; python_version >= '3.9'
9+
ipython==8.10.0; python_version >= '3.9'
1010
matplotlib===3.5.3; python_version == '3.7'
11-
matplotlib==3.6.3; python_version >= '3.8'
11+
matplotlib==3.7.0; python_version >= '3.8'
1212
pandas===1.3.5; python_version == '3.7'
1313
pandas==1.5.3; python_version >= '3.8'
1414
pyarrow==11.0.0
1515
pytz==2022.7.1
16-
typing-extensions==4.4.0
16+
typing-extensions==4.5.0

0 commit comments

Comments
 (0)