Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit faffdc9

Browse files
authored
chore(deps): update all dependencies (#866)
1 parent bed5210 commit faffdc9

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.kokoro/docker/docs/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ distlib==0.3.9 \
1616
--hash=sha256:47f8c22fd27c27e25a65601af709b38e4f0a45ea4fc2e710f65755fa8caaaf87 \
1717
--hash=sha256:a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403
1818
# via virtualenv
19-
filelock==3.16.1 \
20-
--hash=sha256:2082e5703d51fbf98ea75855d9d5527e33d8ff23099bec374a134febee6946b0 \
21-
--hash=sha256:c249fbfcd5db47e5e2d6d62198e565475ee65e4831e2561c8e313fa7eb961435
19+
filelock==3.17.0 \
20+
--hash=sha256:533dc2f7ba78dc2f0f531fc6c4940addf7b70a481e269a5a3b93be94ffbe8338 \
21+
--hash=sha256:ee4e77401ef576ebb38cd7f13b9b28893194acc20a8e68e18730ba9c0e54660e
2222
# via virtualenv
2323
nox==2024.10.9 \
2424
--hash=sha256:1d36f309a0a2a853e9bccb76bbef6bb118ba92fa92674d15604ca99adeb29eab \
@@ -66,7 +66,7 @@ tomli==2.2.1 \
6666
--hash=sha256:ece47d672db52ac607a3d9599a9d48dcb2f2f735c6c2d1f34130085bb12b112a \
6767
--hash=sha256:f4039b9cbc3048b2416cc57ab3bda989a6fcf9b36cf8937f01a6e731b64f80d7
6868
# via nox
69-
virtualenv==20.28.1 \
70-
--hash=sha256:412773c85d4dab0409b83ec36f7a6499e72eaf08c80e81e9576bca61831c71cb \
71-
--hash=sha256:5d34ab240fdb5d21549b76f9e8ff3af28252f5499fb6d6f031adac4e5a8c5329
69+
virtualenv==20.29.1 \
70+
--hash=sha256:4e4cb403c0b0da39e13b46b1b2476e505cb0046b25f242bee80f62bf990b2779 \
71+
--hash=sha256:b8b8970138d32fb606192cb97f6cd4bb644fa486be9308fb9b63f81091b5dc35
7272
# via nox

samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-bigquery-storage==2.27.0
2-
google-cloud-bigquery==3.27.0
2+
google-cloud-bigquery==3.29.0
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
google-auth==2.37.0
1+
google-auth==2.38.0
22
google-cloud-bigquery-storage==2.27.0
3-
google-cloud-bigquery==3.27.0
3+
google-cloud-bigquery==3.29.0
44
pyarrow===12.0.1; python_version == '3.7'
55
pyarrow===17.0.0; python_version == '3.8'
6-
pyarrow==18.1.0; python_version >= '3.9'
6+
pyarrow==19.0.0; python_version >= '3.9'
77
ipython===7.31.1; python_version == '3.7'
88
ipython===8.10.0; python_version == '3.8'
99
ipython===8.18.1; python_version == '3.9'
@@ -13,4 +13,4 @@ pandas===1.3.5; python_version == '3.7'
1313
pandas===2.0.3; python_version == '3.8'
1414
pandas==2.2.3; python_version >= '3.9'
1515
tqdm==4.67.1
16-
db-dtypes==1.3.1
16+
db-dtypes==1.4.0

0 commit comments

Comments
 (0)