Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit b283217

Browse files
committed
chore: bump dependencies manually
1 parent 6fd28b0 commit b283217

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212
- name: Setup Python
1313
uses: actions/setup-python@v6
1414
with:
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
backoff==2.2.1
2-
pytest==8.4.2
2+
pytest==9.0.2
33
mock==5.2.0
44
flaky==3.8.1
5-
google-cloud-bigquery==3.38.0
6-
google-cloud-storage==3.4.0
5+
google-cloud-bigquery==3.40.0
6+
google-cloud-storage==3.9.0

samples/snippets/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
google-cloud-pubsub==2.31.1
2-
avro==1.12.0
1+
google-cloud-pubsub==2.34.0
2+
avro==1.12.1
33
protobuf==6.33.5
4-
avro==1.12.0
5-
opentelemetry-api==1.37.0
6-
opentelemetry-sdk==1.37.0
7-
opentelemetry-exporter-gcp-trace==1.9.0
4+
avro==1.12.1
5+
opentelemetry-api==1.39.1
6+
opentelemetry-sdk==1.39.1
7+
opentelemetry-exporter-gcp-trace==1.11.0

0 commit comments

Comments
 (0)