Skip to content

Commit

Permalink
chore(deps): update all dependencies (#1849)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

* Update samples/desktopapp/requirements-test.txt

* Update samples/geography/requirements-test.txt

* Update samples/magics/requirements-test.txt

* Update samples/magics/requirements.txt

* Update samples/notebooks/requirements-test.txt

* Update samples/notebooks/requirements.txt

* Update samples/snippets/requirements-test.txt

---------

Co-authored-by: Chalmer Lowe <[email protected]>
  • Loading branch information
renovate-bot and chalmerlowe committed Mar 12, 2024
1 parent 2660dbd commit 04f2378
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 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===7.4.4; python_version == '3.7'
pytest==8.1.1; 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.18.0
google-cloud-bigquery==3.19.0
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,3 +1,3 @@
pytest==7.4.4; python_version == '3.7'
pytest===7.4.4; python_version == '3.7'
pytest==8.1.1; python_version >= '3.8'
mock==5.1.0
2 changes: 1 addition & 1 deletion samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ geopandas===0.13.2; python_version == '3.8'
geopandas==0.14.3; python_version >= '3.9'
google-api-core==2.17.1
google-auth==2.28.2
google-cloud-bigquery==3.18.0
google-cloud-bigquery==3.19.0
google-cloud-bigquery-storage==2.24.0
google-cloud-core==2.4.1
google-crc32c==1.5.0
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===7.4.4; python_version == '3.7'
pytest==8.1.1; python_version >= '3.8'
mock==5.1.0
4 changes: 2 additions & 2 deletions samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
db-dtypes==1.2.0
google.cloud.bigquery==3.18.0
google.cloud.bigquery==3.19.0
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.18.1; 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.2.1; python_version >= '3.9'
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===7.4.4; python_version == '3.7'
pytest==8.1.1; python_version >= '3.8'
mock==5.1.0
4 changes: 2 additions & 2 deletions samples/notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
db-dtypes==1.2.0
google-cloud-bigquery==3.18.0
google-cloud-bigquery==3.19.0
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.18.1; python_version >= '3.9'
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.8.3; python_version >= '3.9'
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/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===7.4.4; python_version == '3.7'
pytest==8.1.1; python_version >= '3.8'
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.18.0
google-cloud-bigquery==3.19.0

0 comments on commit 04f2378

Please sign in to comment.