Skip to content

Commit

Permalink
chore(deps): update all dependencies (googleapis#1382)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
2 people authored and abdelmegahedgoogle committed Apr 17, 2023
1 parent 343bec6 commit ae27dcb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,38 @@ click-plugins==1.1.1
cligj==0.7.2
dataclasses==0.8; python_version < '3.7'
db-dtypes==1.0.4
Fiona==1.8.21
Fiona==1.8.22
geojson==2.5.0
geopandas===0.10.2; python_version == '3.7'
geopandas==0.11.1; python_version >= '3.8'
google-api-core==2.10.2
google-auth==2.12.0
google-cloud-bigquery==3.3.3
google-cloud-bigquery-storage==2.16.1
google-auth==2.13.0
google-cloud-bigquery==3.3.5
google-cloud-bigquery-storage==2.16.2
google-cloud-core==2.3.2
google-crc32c==1.5.0
google-resumable-media==2.4.0
googleapis-common-protos==1.56.4
grpcio==1.49.1
grpcio==1.50.0
idna==3.4
libcst==0.4.7
munch==2.5.0
mypy-extensions==0.4.3
packaging==21.3
pandas===1.3.5; python_version == '3.7'
pandas==1.5.0; python_version >= '3.8'
pandas==1.5.1; python_version >= '3.8'
proto-plus==1.22.1
pyarrow==9.0.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.21
pyparsing==3.0.9
python-dateutil==2.8.2
pytz==2022.4
pytz==2022.5
PyYAML==6.0
requests==2.28.1
rsa==4.9
Shapely==1.8.4
Shapely==1.8.5.post1
six==1.16.0
typing-extensions==4.4.0
typing-inspect==0.8.0
Expand Down
10 changes: 5 additions & 5 deletions samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
db-dtypes==1.0.4
google-cloud-bigquery-storage==2.16.1
google-cloud-bigquery-storage==2.16.2
google-auth-oauthlib==0.5.3
grpcio==1.49.1
ipywidgets==7.7.1
grpcio==1.50.0
ipywidgets==8.0.2
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
ipython==8.5.0; python_version >= '3.9'
matplotlib===3.5.3; python_version == '3.7'
matplotlib==3.6.1; python_version >= '3.8'
pandas===1.3.5; python_version == '3.7'
pandas==1.5.0; python_version >= '3.8'
pandas==1.5.1; python_version >= '3.8'
pyarrow==9.0.0
pytz==2022.4
pytz==2022.5
typing-extensions==4.4.0
12 changes: 6 additions & 6 deletions samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
db-dtypes==1.0.4
google-cloud-bigquery==3.3.3
google-cloud-bigquery-storage==2.16.1
google-cloud-bigquery==3.3.5
google-cloud-bigquery-storage==2.16.2
google-auth-oauthlib==0.5.3
grpcio==1.49.1
ipywidgets==7.7.1
grpcio==1.50.0
ipywidgets==8.0.2
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
ipython==8.5.0; python_version >= '3.9'
matplotlib===3.5.3; python_version == '3.7'
matplotlib==3.6.1; python_version >= '3.8'
pandas===1.3.5; python_version == '3.7'
pandas==1.5.0; python_version >= '3.8'
pandas==1.5.1; python_version >= '3.8'
pyarrow==9.0.0
pytz==2022.4
pytz==2022.5
typing-extensions==4.4.0

0 comments on commit ae27dcb

Please sign in to comment.