Skip to content

Commit

Permalink
chore: syncing with main (#2067)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies (#2038)

* 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

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>

* fix: Allow geopandas 1.x (#2065)

Expand range to avoid diamond dependency issues
See https://pypi.org/project/geopandas/1.0.1/

* chore(deps): update all dependencies (#2064)

* 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

* Pin pyparsing for Python 3.7/3.8

* revert

* Pin pyarrow for Python 3.8

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>

* chore(deps): update all dependencies (#2068)

* 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

* pin pyarrow

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>

---------

Co-authored-by: Mend Renovate <bot@renovateapp.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
4 people authored Nov 18, 2024
1 parent 8e5af84 commit b67dda2
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 22 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pandas = [
"importlib_metadata >= 1.0.0; python_version < '3.8'",
]
ipywidgets = ["ipywidgets >= 7.7.0", "ipykernel >= 6.0.0"]
geopandas = ["geopandas >= 0.9.0, < 1.0dev", "Shapely >= 1.8.4, < 3.0.0dev"]
geopandas = ["geopandas >= 0.9.0, < 2.0dev", "Shapely >= 1.8.4, < 3.0.0dev"]
ipython = ["bigquery-magics >= 0.1.0"]
tqdm = ["tqdm >= 4.7.4, < 5.0.0dev"]
opentelemetry = [
Expand Down
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.26.0
google-cloud-bigquery==3.27.0
google-auth-oauthlib==1.2.1
28 changes: 15 additions & 13 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,49 @@ attrs==24.2.0
certifi==2024.8.30
cffi===1.15.1; python_version == '3.7'
cffi==1.17.1; python_version >= '3.8'
charset-normalizer==3.3.2
charset-normalizer==3.4.0
click==8.1.7
click-plugins==1.1.1
cligj==0.7.2
dataclasses==0.8; python_version < '3.7'
db-dtypes==1.3.0
db-dtypes==1.3.1
Fiona===1.9.6; python_version == '3.7'
Fiona==1.10.1; python_version >= '3.8'
geojson==3.1.0
geopandas===0.10.2; python_version == '3.7'
geopandas===0.13.2; python_version == '3.8'
geopandas==1.0.1; python_version >= '3.9'
google-api-core==2.20.0
google-auth==2.35.0
google-cloud-bigquery==3.26.0
google-cloud-bigquery-storage==2.26.0
google-api-core==2.23.0
google-auth==2.36.0
google-cloud-bigquery==3.27.0
google-cloud-bigquery-storage==2.27.0
google-cloud-core==2.4.1
google-crc32c===1.5.0; python_version < '3.9'
google-crc32c==1.6.0; python_version >= '3.9'
google-resumable-media==2.7.2
googleapis-common-protos==1.65.0
googleapis-common-protos==1.66.0
grpcio===1.62.2; python_version == '3.7'
grpcio==1.66.1; python_version >= '3.8'
grpcio==1.67.1; python_version >= '3.8'
idna==3.10
munch==4.0.0
mypy-extensions==1.0.0
packaging===24.0; python_version == '3.7'
packaging==24.1; python_version >= '3.8'
packaging==24.2; python_version >= '3.8'
pandas===1.3.5; python_version == '3.7'
pandas===2.0.3; python_version == '3.8'
pandas==2.2.3; python_version >= '3.9'
proto-plus==1.24.0
pyarrow==12.0.1; python_version == '3.7'
pyarrow==17.0.0; python_version >= '3.8'
proto-plus==1.25.0
pyarrow===12.0.1; python_version == '3.7'
pyarrow===17.0.0; python_version == '3.8'
pyarrow==18.0.0; python_version >= '3.9'
pyasn1===0.5.1; python_version == '3.7'
pyasn1==0.6.1; python_version >= '3.8'
pyasn1-modules===0.3.0; python_version == '3.7'
pyasn1-modules==0.4.1; python_version >= '3.8'
pycparser===2.21; python_version == '3.7'
pycparser==2.22; python_version >= '3.8'
pyparsing==3.1.4
pyparsing===3.1.4; python_version < '3.9'
pyparsing==3.2.0; python_version >= '3.9'
python-dateutil==2.9.0.post0
pytz==2024.2
PyYAML===6.0.1; python_version == '3.7'
Expand Down
6 changes: 3 additions & 3 deletions samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bigquery_magics==0.4.0
db-dtypes==1.3.0
google.cloud.bigquery==3.26.0
google-cloud-bigquery-storage==2.26.0
db-dtypes==1.3.1
google.cloud.bigquery==3.27.0
google-cloud-bigquery-storage==2.27.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'
Expand Down
6 changes: 3 additions & 3 deletions samples/notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bigquery-magics==0.4.0
db-dtypes==1.3.0
google-cloud-bigquery==3.26.0
google-cloud-bigquery-storage==2.26.0
db-dtypes==1.3.1
google-cloud-bigquery==3.27.0
google-cloud-bigquery-storage==2.27.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'
Expand Down
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.26.0
google-cloud-bigquery==3.27.0

0 comments on commit b67dda2

Please sign in to comment.