Skip to content

Commit

Permalink
chore(deps): update all dependencies (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
3 people committed Feb 29, 2024
1 parent b099c32 commit 073724c
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 46 deletions.
4 changes: 2 additions & 2 deletions samples/desktopapp/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.4.0
google-cloud-testutils==1.4.0
pytest==7.4.3
mock==5.1.0
4 changes: 2 additions & 2 deletions samples/desktopapp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigquery==3.11.4
google-auth-oauthlib==1.0.0
google-cloud-bigquery==3.14.1
google-auth-oauthlib==1.2.0
2 changes: 1 addition & 1 deletion samples/geography/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==7.4.0
pytest==7.4.3
mock==5.1.0
47 changes: 24 additions & 23 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,49 +1,50 @@
attrs==23.1.0
certifi==2023.7.22
cffi==1.15.1
charset-normalizer==3.2.0
click==8.1.6
certifi==2023.11.17
cffi===1.15.1; python_version == '3.7'
cffi==1.16.0; python_version >= '3.8'
charset-normalizer==3.3.2
click==8.1.7
click-plugins==1.1.1
cligj==0.7.2
dataclasses==0.8; python_version < '3.7'
db-dtypes==1.1.1
db-dtypes==1.2.0
Fiona==1.9.5
geojson==3.1.0
geopandas===0.10.2; python_version == '3.7'
geopandas==0.13.2; python_version == '3.8'
geopandas===0.13.2; python_version == '3.8'
geopandas==0.14.1; python_version >= '3.9'
google-api-core==2.11.1
google-api-core==2.15.0
google-auth==2.25.2
google-cloud-bigquery==3.11.4
google-cloud-bigquery-storage==2.22.0
google-cloud-core==2.3.3
google-cloud-bigquery==3.14.1
google-cloud-bigquery-storage==2.24.0
google-cloud-core==2.4.1
google-crc32c==1.5.0
google-resumable-media==2.5.0
googleapis-common-protos==1.60.0
grpcio==1.59.0
idna==3.4
libcst==1.0.1; python_version == '3.7'
libcst==1.1.0; python_version >= '3.8'
google-resumable-media==2.7.0
googleapis-common-protos==1.62.0
grpcio==1.60.0
idna==3.6
munch==4.0.0
mypy-extensions==1.0.0
packaging==23.1
packaging==23.2
pandas===1.3.5; python_version == '3.7'
pandas==2.0.3; python_version >= '3.8'
proto-plus==1.22.3
pandas===2.0.3; python_version == '3.8'
pandas==2.1.0; python_version >= '3.9'
proto-plus==1.23.0
pyarrow==12.0.1; python_version == '3.7'
pyarrow==14.0.1; python_version >= '3.8'
pyasn1==0.5.0
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycparser==2.21
pyparsing==3.1.1
python-dateutil==2.8.2
pytz==2023.3
pytz==2023.3.post1
PyYAML==6.0.1
requests==2.31.0
rsa==4.9
Shapely==2.0.2
six==1.16.0
typing-extensions==4.7.1
typing-extensions===4.7.1; python_version == '3.7'
typing-extensions==4.9.0; python_version >= '3.8'
typing-inspect==0.9.0
urllib3===1.26.18; python_version == '3.7'
urllib3==2.2.1; python_version >= '3.8'
urllib3==2.2.1; python_version >= '3.8'
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.4.0
google-cloud-testutils==1.4.0
pytest==7.4.3
mock==5.1.0
11 changes: 6 additions & 5 deletions samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
db-dtypes==1.1.1
google.cloud.bigquery==3.11.4
google-cloud-bigquery-storage==2.22.0
db-dtypes==1.2.0
google.cloud.bigquery==3.14.1
google-cloud-bigquery-storage==2.24.0
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
ipython==8.14.0; python_version >= '3.9'
ipython==8.18.1; python_version >= '3.9'
pandas===1.3.5; python_version == '3.7'
pandas==2.0.3; python_version >= '3.8'
pandas===2.0.3; python_version == '3.8'
pandas==2.1.0; python_version >= '3.9'
4 changes: 2 additions & 2 deletions samples/notebooks/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.4.0
google-cloud-testutils==1.4.0
pytest==7.4.3
mock==5.1.0
14 changes: 8 additions & 6 deletions samples/notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
db-dtypes==1.1.1
google-cloud-bigquery==3.11.4
google-cloud-bigquery-storage==2.22.0
db-dtypes==1.2.0
google-cloud-bigquery==3.14.1
google-cloud-bigquery-storage==2.24.0
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
ipython==8.14.0; python_version >= '3.9'
ipython==8.18.1; python_version >= '3.9'
matplotlib===3.5.3; python_version == '3.7'
matplotlib==3.7.2; python_version >= '3.8'
matplotlib===3.7.4; python_version == '3.8'
matplotlib==3.8.2; python_version >= '3.9'
pandas===1.3.5; python_version == '3.7'
pandas==2.0.3; python_version >= '3.8'
pandas===2.0.3; python_version == '3.8'
pandas==2.1.0; python_version >= '3.9'
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.4.0
google-cloud-testutils==1.4.0
pytest==7.4.3
mock==5.1.0
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-bigquery==3.11.4
google-cloud-bigquery==3.14.1

0 comments on commit 073724c

Please sign in to comment.