Skip to content

Commit

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

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* revert pinned requirement version and add triple equal

"===" prevents dependabot from attempting to upgrade it in the future

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Lingqing Gan <[email protected]>
  • Loading branch information
3 people committed Apr 11, 2024
1 parent 38697fb commit 19394ab
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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.19.0
google-cloud-bigquery==3.20.1
google-auth-oauthlib==1.2.0
6 changes: 3 additions & 3 deletions 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.18.0
google-auth==2.29.0
google-cloud-bigquery==3.19.0
google-cloud-bigquery==3.20.1
google-cloud-bigquery-storage==2.24.0
google-cloud-core==2.4.1
google-crc32c==1.5.0
Expand All @@ -36,7 +36,7 @@ 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'
pyasn1-modules==0.4.0; python_version >= '3.8'
pycparser==2.21; python_version == '3.7'
pycparser===2.21; python_version == '3.7'
pycparser==2.22; python_version >= '3.8'
pyparsing==3.1.2
python-dateutil==2.9.0.post0
Expand All @@ -47,7 +47,7 @@ rsa==4.9
Shapely==2.0.3
six==1.16.0
typing-extensions===4.7.1; python_version == '3.7'
typing-extensions==4.10.0; python_version >= '3.8'
typing-extensions==4.11.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'
2 changes: 1 addition & 1 deletion samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
db-dtypes==1.2.0
google.cloud.bigquery==3.19.0
google.cloud.bigquery==3.20.1
google-cloud-bigquery-storage==2.24.0
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/notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
db-dtypes==1.2.0
google-cloud-bigquery==3.19.0
google-cloud-bigquery==3.20.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.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'
matplotlib==3.8.4; 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/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# samples/snippets should be runnable with no "extras"
google-cloud-bigquery==3.19.0
google-cloud-bigquery==3.20.1

0 comments on commit 19394ab

Please sign in to comment.