File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 12
12
- name : Setup Python
13
13
uses : actions/setup-python@v5
14
14
with :
15
- python-version : " 3.10 "
15
+ python-version : " 3.13 "
16
16
- name : Install nox
17
17
run : |
18
18
python -m pip install --upgrade setuptools pip wheel
28
28
- name : Setup Python
29
29
uses : actions/setup-python@v5
30
30
with :
31
- python-version : " 3.10 "
31
+ python-version : " 3.13 "
32
32
- name : Install nox
33
33
run : |
34
34
python -m pip install --upgrade setuptools pip wheel
Original file line number Diff line number Diff line change 12
12
- name : Setup Python
13
13
uses : actions/setup-python@v5
14
14
with :
15
- python-version : " 3.8 "
15
+ python-version : " 3.13 "
16
16
- name : Install nox
17
17
run : |
18
18
python -m pip install --upgrade setuptools pip wheel
Original file line number Diff line number Diff line change 1
1
backoff==2.2.1
2
2
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
5
5
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
Original file line number Diff line number Diff line change 1
- google-cloud-pubsub == 2.28 .0
1
+ google-cloud-pubsub == 2.29 .0
2
2
avro == 1.12.0
3
3
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'
5
5
avro == 1.12.0
6
6
opentelemetry-api === 1.22.0 ; python_version == '3.7'
7
7
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
You can’t perform that action at this time.
0 commit comments