Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 5, 2024
1 parent 7af6523 commit 187d0dc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .kokoro/docker/docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --allow-unsafe --generate-hashes requirements.in
#
argcomplete==3.4.0 \
--hash=sha256:69a79e083a716173e5532e0fa3bef45f793f4e61096cf52b5a42c0211c8b8aa5 \
--hash=sha256:c2abcdfe1be8ace47ba777d4fce319eb13bf8ad9dace8d085dcad6eded88057f
argcomplete==3.5.0 \
--hash=sha256:4349400469dccfb7950bb60334a680c58d88699bff6159df61251878dc6bf74b \
--hash=sha256:d4bcf3ff544f51e16e54228a7ac7f486ed70ebf2ecfe49a63a91171c76bf029b
# via nox
colorlog==6.8.2 \
--hash=sha256:3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44 \
Expand Down
12 changes: 6 additions & 6 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
attrs==24.2.0
certifi==2024.7.4
certifi==2024.8.30
cffi===1.15.1; python_version == '3.7'
cffi==1.17.0; python_version >= '3.8'
cffi==1.17.1; python_version >= '3.8'
charset-normalizer==3.3.2
click==8.1.7
click-plugins==1.1.1
Expand All @@ -13,16 +13,16 @@ 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.19.1
google-api-core==2.19.2
google-auth==2.34.0
google-cloud-bigquery==3.25.0
google-cloud-bigquery-storage==2.25.0
google-cloud-bigquery-storage==2.26.0
google-cloud-core==2.4.1
google-crc32c==1.5.0
google-crc32c==1.6.0
google-resumable-media==2.7.2
googleapis-common-protos==1.65.0
grpcio===1.62.2; python_version == '3.7'
grpcio==1.66.0; python_version >= '3.8'
grpcio==1.66.1; python_version >= '3.8'
idna==3.8
munch==4.0.0
mypy-extensions==1.0.0
Expand Down
4 changes: 2 additions & 2 deletions samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bigquery_magics==0.1.1
bigquery_magics==0.2.0
db-dtypes==1.3.0
google.cloud.bigquery==3.25.0
google-cloud-bigquery-storage==2.25.0
google-cloud-bigquery-storage==2.26.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
4 changes: 2 additions & 2 deletions samples/notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bigquery-magics==0.1.1
bigquery-magics==0.2.0
db-dtypes==1.3.0
google-cloud-bigquery==3.25.0
google-cloud-bigquery-storage==2.25.0
google-cloud-bigquery-storage==2.26.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

0 comments on commit 187d0dc

Please sign in to comment.