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 Aug 27, 2024
1 parent 7cf2d11 commit cba5f3e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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
4 changes: 2 additions & 2 deletions samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
backoff==2.2.1
pytest===7.4.4; python_version == '3.7'
pytest==8.2.2; python_version >= '3.8'
pytest==8.3.2; python_version >= '3.8'
mock==5.1.0
flaky==3.8.1
google-cloud-bigquery==3.25.0
google-cloud-storage==2.17.0
google-cloud-storage==2.18.2
8 changes: 4 additions & 4 deletions samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-pubsub==2.22.0
avro==1.11.3
google-cloud-pubsub==2.23.0
avro==1.12.0
protobuf===4.24.4; python_version == '3.7'
protobuf==5.27.2; python_version >= '3.8'
avro==1.11.3
protobuf==5.27.4; python_version >= '3.8'
avro==1.12.0

0 comments on commit cba5f3e

Please sign in to comment.