Skip to content

Commit

Permalink
chore(deps): update all dependencies (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and chalmerlowe committed Apr 13, 2023
1 parent 82f2a51 commit b1e1a44
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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.2.1
pytest==7.2.2
mock==5.0.1
2 changes: 1 addition & 1 deletion samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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.16.1
google-auth==2.16.2
google-cloud-bigquery==3.6.0
google-cloud-bigquery-storage==2.19.0
google-cloud-core==2.3.2
Expand Down
2 changes: 1 addition & 1 deletion 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.1
pytest==7.2.2
mock==5.0.1
2 changes: 1 addition & 1 deletion samples/magics/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
ipython==8.11.0; python_version >= '3.9'
matplotlib===3.5.3; python_version == '3.7'
matplotlib==3.7.0; python_version >= '3.8'
matplotlib==3.7.1; python_version >= '3.8'
pandas===1.3.5; python_version == '3.7'
pandas==1.5.3; python_version >= '3.8'
pyarrow==11.0.0
Expand Down
2 changes: 1 addition & 1 deletion 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.1
pytest==7.2.2
mock==5.0.1
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
ipython==8.11.0; python_version >= '3.9'
matplotlib===3.5.3; python_version == '3.7'
matplotlib==3.7.0; python_version >= '3.8'
matplotlib==3.7.1; python_version >= '3.8'
pandas===1.3.5; python_version == '3.7'
pandas==1.5.3; python_version >= '3.8'
pyarrow==11.0.0
Expand Down

0 comments on commit b1e1a44

Please sign in to comment.