Skip to content

Commit

Permalink
chore(deps): update all dependencies (#1982)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jul 25, 2024
1 parent ba61a8a commit 4383cfe
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion samples/desktopapp/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-testutils==1.4.0
pytest===7.4.4; python_version == '3.7'
pytest==8.2.2; python_version >= '3.8'
pytest==8.3.2; python_version >= '3.8'
mock==5.1.0
2 changes: 1 addition & 1 deletion samples/desktopapp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigquery==3.25.0
google-auth-oauthlib==1.2.0
google-auth-oauthlib==1.2.1
2 changes: 1 addition & 1 deletion samples/geography/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest===7.4.4; python_version == '3.7'
pytest==8.2.2; python_version >= '3.8'
pytest==8.3.2; python_version >= '3.8'
mock==5.1.0
14 changes: 7 additions & 7 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ Fiona==1.9.6
geojson==3.1.0
geopandas===0.10.2; python_version == '3.7'
geopandas===0.13.2; python_version == '3.8'
geopandas==0.14.4; python_version >= '3.9'
google-api-core==2.19.0
google-auth==2.30.0
geopandas==1.0.1; python_version >= '3.9'
google-api-core==2.19.1
google-auth==2.32.0
google-cloud-bigquery==3.25.0
google-cloud-bigquery-storage==2.25.0
google-cloud-core==2.4.1
google-crc32c==1.5.0
google-resumable-media==2.7.1
googleapis-common-protos==1.63.1
googleapis-common-protos==1.63.2
grpcio===1.62.2; python_version == '3.7'
grpcio==1.64.1; python_version >= '3.8'
grpcio==1.65.1; python_version >= '3.8'
idna==3.7
munch==4.0.0
mypy-extensions==1.0.0
Expand All @@ -33,7 +33,7 @@ pandas===2.0.3; python_version == '3.8'
pandas==2.2.2; python_version >= '3.9'
proto-plus==1.24.0
pyarrow==12.0.1; python_version == '3.7'
pyarrow==16.1.0; python_version >= '3.8'
pyarrow==17.0.0; python_version >= '3.8'
pyasn1===0.5.1; python_version == '3.7'
pyasn1==0.6.0; python_version >= '3.8'
pyasn1-modules===0.3.0; python_version == '3.7'
Expand All @@ -47,7 +47,7 @@ PyYAML==6.0.1
requests==2.31.0; python_version == '3.7'
requests==2.32.3; python_version >= '3.8'
rsa==4.9
Shapely==2.0.4
Shapely==2.0.5
six==1.16.0
typing-extensions===4.7.1; python_version == '3.7'
typing-extensions==4.12.2; python_version >= '3.8'
Expand Down
2 changes: 1 addition & 1 deletion samples/magics/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-testutils==1.4.0
pytest===7.4.4; python_version == '3.7'
pytest==8.2.2; python_version >= '3.8'
pytest==8.3.2; python_version >= '3.8'
mock==5.1.0
2 changes: 1 addition & 1 deletion samples/notebooks/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-testutils==1.4.0
pytest===7.4.4; python_version == '3.7'
pytest==8.2.2; python_version >= '3.8'
pytest==8.3.2; python_version >= '3.8'
mock==5.1.0
2 changes: 1 addition & 1 deletion samples/notebooks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ipython===8.0.1; python_version == '3.8'
ipython===8.18.1; python_version >= '3.9'
matplotlib===3.5.3; python_version == '3.7'
matplotlib===3.7.4; python_version == '3.8'
matplotlib==3.9.0; python_version >= '3.9'
matplotlib==3.9.1; python_version >= '3.9'
pandas===1.3.5; python_version == '3.7'
pandas===2.0.3; python_version == '3.8'
pandas==2.2.2; python_version >= '3.9'
2 changes: 1 addition & 1 deletion samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# samples/snippets should be runnable with no "extras"
google-cloud-testutils==1.4.0
pytest===7.4.4; python_version == '3.7'
pytest==8.2.2; python_version >= '3.8'
pytest==8.3.2; python_version >= '3.8'
mock==5.1.0

0 comments on commit 4383cfe

Please sign in to comment.