Skip to content

Commit b67dda2

Browse files
chalmerlowerenovate-botgcf-owl-bot[bot]parthea
authored
chore: syncing with main (#2067)
* 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>
1 parent 8e5af84 commit b67dda2

File tree

6 files changed

+24
-22
lines changed

6 files changed

+24
-22
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pandas = [
7979
"importlib_metadata >= 1.0.0; python_version < '3.8'",
8080
]
8181
ipywidgets = ["ipywidgets >= 7.7.0", "ipykernel >= 6.0.0"]
82-
geopandas = ["geopandas >= 0.9.0, < 1.0dev", "Shapely >= 1.8.4, < 3.0.0dev"]
82+
geopandas = ["geopandas >= 0.9.0, < 2.0dev", "Shapely >= 1.8.4, < 3.0.0dev"]
8383
ipython = ["bigquery-magics >= 0.1.0"]
8484
tqdm = ["tqdm >= 4.7.4, < 5.0.0dev"]
8585
opentelemetry = [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigquery==3.26.0
1+
google-cloud-bigquery==3.27.0
22
google-auth-oauthlib==1.2.1

samples/geography/requirements.txt

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,49 @@ attrs==24.2.0
22
certifi==2024.8.30
33
cffi===1.15.1; python_version == '3.7'
44
cffi==1.17.1; python_version >= '3.8'
5-
charset-normalizer==3.3.2
5+
charset-normalizer==3.4.0
66
click==8.1.7
77
click-plugins==1.1.1
88
cligj==0.7.2
99
dataclasses==0.8; python_version < '3.7'
10-
db-dtypes==1.3.0
10+
db-dtypes==1.3.1
1111
Fiona===1.9.6; python_version == '3.7'
1212
Fiona==1.10.1; python_version >= '3.8'
1313
geojson==3.1.0
1414
geopandas===0.10.2; python_version == '3.7'
1515
geopandas===0.13.2; python_version == '3.8'
1616
geopandas==1.0.1; python_version >= '3.9'
17-
google-api-core==2.20.0
18-
google-auth==2.35.0
19-
google-cloud-bigquery==3.26.0
20-
google-cloud-bigquery-storage==2.26.0
17+
google-api-core==2.23.0
18+
google-auth==2.36.0
19+
google-cloud-bigquery==3.27.0
20+
google-cloud-bigquery-storage==2.27.0
2121
google-cloud-core==2.4.1
2222
google-crc32c===1.5.0; python_version < '3.9'
2323
google-crc32c==1.6.0; python_version >= '3.9'
2424
google-resumable-media==2.7.2
25-
googleapis-common-protos==1.65.0
25+
googleapis-common-protos==1.66.0
2626
grpcio===1.62.2; python_version == '3.7'
27-
grpcio==1.66.1; python_version >= '3.8'
27+
grpcio==1.67.1; python_version >= '3.8'
2828
idna==3.10
2929
munch==4.0.0
3030
mypy-extensions==1.0.0
3131
packaging===24.0; python_version == '3.7'
32-
packaging==24.1; python_version >= '3.8'
32+
packaging==24.2; python_version >= '3.8'
3333
pandas===1.3.5; python_version == '3.7'
3434
pandas===2.0.3; python_version == '3.8'
3535
pandas==2.2.3; python_version >= '3.9'
36-
proto-plus==1.24.0
37-
pyarrow==12.0.1; python_version == '3.7'
38-
pyarrow==17.0.0; python_version >= '3.8'
36+
proto-plus==1.25.0
37+
pyarrow===12.0.1; python_version == '3.7'
38+
pyarrow===17.0.0; python_version == '3.8'
39+
pyarrow==18.0.0; python_version >= '3.9'
3940
pyasn1===0.5.1; python_version == '3.7'
4041
pyasn1==0.6.1; python_version >= '3.8'
4142
pyasn1-modules===0.3.0; python_version == '3.7'
4243
pyasn1-modules==0.4.1; python_version >= '3.8'
4344
pycparser===2.21; python_version == '3.7'
4445
pycparser==2.22; python_version >= '3.8'
45-
pyparsing==3.1.4
46+
pyparsing===3.1.4; python_version < '3.9'
47+
pyparsing==3.2.0; python_version >= '3.9'
4648
python-dateutil==2.9.0.post0
4749
pytz==2024.2
4850
PyYAML===6.0.1; python_version == '3.7'

samples/magics/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bigquery_magics==0.4.0
2-
db-dtypes==1.3.0
3-
google.cloud.bigquery==3.26.0
4-
google-cloud-bigquery-storage==2.26.0
2+
db-dtypes==1.3.1
3+
google.cloud.bigquery==3.27.0
4+
google-cloud-bigquery-storage==2.27.0
55
ipython===7.31.1; python_version == '3.7'
66
ipython===8.0.1; python_version == '3.8'
77
ipython===8.18.1; python_version >= '3.9'

samples/notebooks/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bigquery-magics==0.4.0
2-
db-dtypes==1.3.0
3-
google-cloud-bigquery==3.26.0
4-
google-cloud-bigquery-storage==2.26.0
2+
db-dtypes==1.3.1
3+
google-cloud-bigquery==3.27.0
4+
google-cloud-bigquery-storage==2.27.0
55
ipython===7.31.1; python_version == '3.7'
66
ipython===8.0.1; python_version == '3.8'
77
ipython===8.18.1; python_version >= '3.9'

samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# samples/snippets should be runnable with no "extras"
2-
google-cloud-bigquery==3.26.0
2+
google-cloud-bigquery==3.27.0

0 commit comments

Comments
 (0)