Skip to content

Commit b646533

Browse files
authored
Merge branch 'main' into feat/table-constraints-property-setter
2 parents 9675a2f + 473c3c3 commit b646533

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.kokoro/docker/docs/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ tomli==2.2.1 \
6666
--hash=sha256:ece47d672db52ac607a3d9599a9d48dcb2f2f735c6c2d1f34130085bb12b112a \
6767
--hash=sha256:f4039b9cbc3048b2416cc57ab3bda989a6fcf9b36cf8937f01a6e731b64f80d7
6868
# via nox
69-
virtualenv==20.28.0 \
70-
--hash=sha256:23eae1b4516ecd610481eda647f3a7c09aea295055337331bb4e6892ecce47b0 \
71-
--hash=sha256:2c9c3262bb8e7b87ea801d715fae4495e6032450c71d2309be9550e7364049aa
69+
virtualenv==20.28.1 \
70+
--hash=sha256:412773c85d4dab0409b83ec36f7a6499e72eaf08c80e81e9576bca61831c71cb \
71+
--hash=sha256:5d34ab240fdb5d21549b76f9e8ff3af28252f5499fb6d6f031adac4e5a8c5329
7272
# via nox

samples/geography/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ google-crc32c==1.6.0; python_version >= '3.9'
2525
google-resumable-media==2.7.2
2626
googleapis-common-protos==1.66.0
2727
grpcio===1.62.2; python_version == '3.7'
28-
grpcio==1.68.1; python_version >= '3.8'
28+
grpcio==1.69.0; python_version >= '3.8'
2929
idna==3.10
3030
munch==4.0.0
3131
mypy-extensions==1.0.0

0 commit comments

Comments
 (0)