Skip to content

Commit

Permalink
chore(deps): update all dependencies (#1549)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
renovate-bot and parthea committed Apr 18, 2023
1 parent 9d8409b commit 6458bbd
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions samples/geography/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==7.2.2
mock==5.0.1
pytest==7.3.1
mock==5.0.2
10 changes: 5 additions & 5 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
attrs==22.2.0
attrs==23.1.0
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==3.1.0
Expand All @@ -7,24 +7,24 @@ click-plugins==1.1.1
cligj==0.7.2
dataclasses==0.8; python_version < '3.7'
db-dtypes==1.1.1
Fiona==1.9.2
Fiona==1.9.3
geojson==3.0.1
geopandas===0.10.2; python_version == '3.7'
geopandas==0.12.2; python_version >= '3.8'
google-api-core==2.11.0
google-auth==2.17.2
google-auth==2.17.3
google-cloud-bigquery==3.9.0
google-cloud-bigquery-storage==2.19.1
google-cloud-core==2.3.2
google-crc32c==1.5.0
google-resumable-media==2.4.1
googleapis-common-protos==1.59.0
grpcio==1.53.0
grpcio==1.54.0
idna==3.4
libcst==0.4.9
munch==2.5.0
mypy-extensions==1.0.0
packaging==23.0
packaging==23.1
pandas===1.3.5; python_version == '3.7'
pandas==2.0.0; python_version >= '3.8'
proto-plus==1.22.2
Expand Down
4 changes: 2 additions & 2 deletions samples/magics/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-testutils==1.3.3
pytest==7.2.2
mock==5.0.1
pytest==7.3.1
mock==5.0.2
2 changes: 1 addition & 1 deletion samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
db-dtypes==1.1.1
google-cloud-bigquery-storage==2.19.1
google-auth-oauthlib==1.0.0
grpcio==1.53.0
grpcio==1.54.0
ipywidgets==8.0.6
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
Expand Down
4 changes: 2 additions & 2 deletions samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-testutils==1.3.3
pytest==7.2.2
mock==5.0.1
pytest==7.3.1
mock==5.0.2
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ db-dtypes==1.1.1
google-cloud-bigquery==3.9.0
google-cloud-bigquery-storage==2.19.1
google-auth-oauthlib==1.0.0
grpcio==1.53.0
grpcio==1.54.0
ipywidgets==8.0.6
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
Expand Down

0 comments on commit 6458bbd

Please sign in to comment.