Skip to content

Commit f0a4161

Browse files
renovate-botgcf-owl-bot[bot]leahecole
authored
chore(deps): update all dependencies (#2005)
* 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 * add version constraint for google-crc32c --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Leah Cole <[email protected]>
1 parent 3ab5e95 commit f0a4161

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

samples/geography/requirements.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
attrs==24.2.0
2-
certifi==2024.7.4
2+
certifi==2024.8.30
33
cffi===1.15.1; python_version == '3.7'
4-
cffi==1.17.0; python_version >= '3.8'
4+
cffi==1.17.1; python_version >= '3.8'
55
charset-normalizer==3.3.2
66
click==8.1.7
77
click-plugins==1.1.1
@@ -13,16 +13,17 @@ geojson==3.1.0
1313
geopandas===0.10.2; python_version == '3.7'
1414
geopandas===0.13.2; python_version == '3.8'
1515
geopandas==1.0.1; python_version >= '3.9'
16-
google-api-core==2.19.1
16+
google-api-core==2.19.2
1717
google-auth==2.34.0
1818
google-cloud-bigquery==3.25.0
19-
google-cloud-bigquery-storage==2.25.0
19+
google-cloud-bigquery-storage==2.26.0
2020
google-cloud-core==2.4.1
21-
google-crc32c==1.5.0
21+
google-crc32c==1.5.0; python_version < '3.9'
22+
google-crc32c==1.6.0; python_version >= '3.9'
2223
google-resumable-media==2.7.2
2324
googleapis-common-protos==1.65.0
2425
grpcio===1.62.2; python_version == '3.7'
25-
grpcio==1.66.0; python_version >= '3.8'
26+
grpcio==1.66.1; python_version >= '3.8'
2627
idna==3.8
2728
munch==4.0.0
2829
mypy-extensions==1.0.0

samples/magics/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
bigquery_magics==0.1.1
1+
bigquery_magics==0.2.0
22
db-dtypes==1.3.0
33
google.cloud.bigquery==3.25.0
4-
google-cloud-bigquery-storage==2.25.0
4+
google-cloud-bigquery-storage==2.26.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
bigquery-magics==0.1.1
1+
bigquery-magics==0.2.0
22
db-dtypes==1.3.0
33
google-cloud-bigquery==3.25.0
4-
google-cloud-bigquery-storage==2.25.0
4+
google-cloud-bigquery-storage==2.26.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'

0 commit comments

Comments
 (0)