Skip to content

Commit

Permalink
Merge branch 'main' into fix-b387301099-remove-python-37-38-add-313
Browse files Browse the repository at this point in the history
  • Loading branch information
chalmerlowe authored Jan 9, 2025
2 parents 907d77d + 473c3c3 commit d5adf2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .kokoro/docker/docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ tomli==2.2.1 \
--hash=sha256:ece47d672db52ac607a3d9599a9d48dcb2f2f735c6c2d1f34130085bb12b112a \
--hash=sha256:f4039b9cbc3048b2416cc57ab3bda989a6fcf9b36cf8937f01a6e731b64f80d7
# via nox
virtualenv==20.28.0 \
--hash=sha256:23eae1b4516ecd610481eda647f3a7c09aea295055337331bb4e6892ecce47b0 \
--hash=sha256:2c9c3262bb8e7b87ea801d715fae4495e6032450c71d2309be9550e7364049aa
virtualenv==20.28.1 \
--hash=sha256:412773c85d4dab0409b83ec36f7a6499e72eaf08c80e81e9576bca61831c71cb \
--hash=sha256:5d34ab240fdb5d21549b76f9e8ff3af28252f5499fb6d6f031adac4e5a8c5329
# via nox
2 changes: 1 addition & 1 deletion samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ google-crc32c==1.6.0; python_version >= '3.9'
google-resumable-media==2.7.2
googleapis-common-protos==1.66.0
grpcio===1.62.2; python_version == '3.7'
grpcio==1.68.1; python_version >= '3.8'
grpcio==1.69.0; python_version >= '3.8'
idna==3.10
munch==4.0.0
mypy-extensions==1.0.0
Expand Down

0 comments on commit d5adf2b

Please sign in to comment.