Skip to content

Commit 58f266e

Browse files
committed
chore(deps): update all dependencies
1 parent b9eb331 commit 58f266e

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Python
1313
uses: actions/setup-python@v5
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
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Python
2929
uses: actions/setup-python@v5
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: "3.8"
15+
python-version: "3.13"
1616
- name: Install nox
1717
run: |
1818
python -m pip install --upgrade setuptools pip wheel
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
backoff==2.2.1
22
pytest===7.4.4; python_version == '3.7'
3-
pytest==8.3.4; python_version >= '3.8'
4-
mock==5.1.0
3+
pytest==8.3.5; python_version >= '3.8'
4+
mock==5.2.0
55
flaky==3.8.1
6-
google-cloud-bigquery==3.27.0
7-
google-cloud-storage==2.19.0
6+
google-cloud-bigquery==3.31.0
7+
google-cloud-storage==3.1.0

samples/snippets/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
google-cloud-pubsub==2.28.0
1+
google-cloud-pubsub==2.29.0
22
avro==1.12.0
33
protobuf===4.24.4; python_version == '3.7'
4-
protobuf==5.29.2; python_version >= '3.8'
4+
protobuf==6.30.2; python_version >= '3.8'
55
avro==1.12.0
66
opentelemetry-api===1.22.0; python_version == '3.7'
77
opentelemetry-sdk===1.22.0; python_version == '3.7'
8-
opentelemetry-api==1.29.0; python_version >= '3.8'
9-
opentelemetry-sdk==1.29.0; python_version >= '3.8'
10-
opentelemetry-exporter-gcp-trace==1.7.0
8+
opentelemetry-api==1.31.1; python_version >= '3.8'
9+
opentelemetry-sdk==1.31.1; python_version >= '3.8'
10+
opentelemetry-exporter-gcp-trace==1.9.0

0 commit comments

Comments
 (0)