Skip to content

Commit d3551b8

Browse files
committed
chore(deps): update all dependencies
1 parent 8f9c805 commit d3551b8

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
- name: Setup Python
13-
uses: actions/setup-python@v5
13+
uses: actions/setup-python@v6
1414
with:
15-
python-version: "3.10"
15+
python-version: "3.13"
1616
- name: Install nox
1717
run: |
1818
python -m pip install --upgrade setuptools pip wheel
@@ -24,11 +24,11 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
- name: Setup Python
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@v6
3030
with:
31-
python-version: "3.10"
31+
python-version: "3.13"
3232
- name: Install nox
3333
run: |
3434
python -m pip install --upgrade setuptools pip wheel

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
- name: Setup Python
13-
uses: actions/setup-python@v5
13+
uses: actions/setup-python@v6
1414
with:
15-
python-version: "3.10"
15+
python-version: "3.13"
1616
- name: Install nox
1717
run: |
1818
python -m pip install --upgrade setuptools pip wheel
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
backoff==2.2.1
22
pytest===7.4.4; python_version == '3.7'
33
pytest===8.3.5; python_version == '3.8'
4-
pytest==8.4.0; python_version >= '3.9'
4+
pytest==8.4.2; python_version >= '3.9'
55
mock==5.2.0
66
flaky==3.8.1
77
google-cloud-bigquery===3.30.0; python_version <= '3.8'
8-
google-cloud-bigquery==3.34.0; python_version >= '3.9'
9-
google-cloud-storage==3.1.0
8+
google-cloud-bigquery==3.38.0; python_version >= '3.9'
9+
google-cloud-storage==3.4.0

samples/snippets/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
google-cloud-pubsub==2.29.1
1+
google-cloud-pubsub==2.31.1
22
avro==1.12.0
33
protobuf===4.24.4; python_version == '3.7'
44
protobuf===5.29.4; python_version == '3.8'
5-
protobuf==6.31.1; python_version >= '3.9'
5+
protobuf==6.32.1; python_version >= '3.9'
66
avro==1.12.0
77
opentelemetry-api===1.22.0; python_version == '3.7'
88
opentelemetry-sdk===1.22.0; python_version == '3.7'
99
opentelemetry-api===1.33.1; python_version == '3.8'
1010
opentelemetry-sdk===1.33.1; python_version == '3.8'
11-
opentelemetry-api==1.34.0; python_version >= '3.9'
12-
opentelemetry-sdk==1.34.0; python_version >= '3.9'
11+
opentelemetry-api==1.37.0; python_version >= '3.9'
12+
opentelemetry-sdk==1.37.0; python_version >= '3.9'
1313
opentelemetry-exporter-gcp-trace==1.9.0

0 commit comments

Comments
 (0)