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 Nov 12, 2024
1 parent 50504ae commit fd1ab92
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .kokoro/docker/docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ platformdirs==4.3.6 \
--hash=sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907 \
--hash=sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb
# via virtualenv
tomli==2.0.2 \
--hash=sha256:2ebe24485c53d303f690b0ec092806a085f07af5a5aa1464f3931eec36caaa38 \
--hash=sha256:d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed
tomli==2.1.0 \
--hash=sha256:3f646cae2aec94e17d04973e4249548320197cfabdf130015d023de4b74d8ab8 \
--hash=sha256:a5c57c3d1c56f5ccdf89f6523458f60ef716e210fc47c4cfb188c5ba473e0391
# via nox
virtualenv==20.27.1 \
--hash=sha256:142c6be10212543b32c6c45d3d3893dff89112cc588b7d0879ae5a1ec03a47ba \
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.3.2; python_version >= '3.8'
pytest==8.3.3; python_version >= '3.8'
mock==5.1.0
flaky==3.8.1
google-cloud-bigquery==3.25.0
google-cloud-bigquery==3.27.0
google-cloud-storage==2.18.2
12 changes: 6 additions & 6 deletions samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
google-cloud-pubsub==2.26.0
google-cloud-pubsub==2.26.1
avro==1.12.0
protobuf===4.24.4; python_version == '3.7'
protobuf==5.28.0; python_version >= '3.8'
protobuf==5.28.3; python_version >= '3.8'
avro==1.12.0
opentelemetry-api==1.22.0; python_version == '3.7'
opentelemetry-sdk==1.22.0; python_version == '3.7'
opentelemetry-api==1.27.0; python_version >= '3.8'
opentelemetry-sdk==1.27.0; python_version >= '3.8'
opentelemetry-api==1.28.1; python_version == '3.7'
opentelemetry-sdk==1.28.1; python_version == '3.7'
opentelemetry-api==1.28.1; python_version >= '3.8'
opentelemetry-sdk==1.28.1; python_version >= '3.8'
opentelemetry-exporter-gcp-trace==1.7.0

0 comments on commit fd1ab92

Please sign in to comment.