File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11backoff==2.2.1
22pytest===7.4.4; python_version == '3.7'
3- pytest==8.3.5 ; python_version >= '3.8'
3+ pytest==8.4.0 ; python_version >= '3.8'
44mock==5.2.0
55flaky==3.8.1
6- google-cloud-bigquery==3.30 .0; python_version < '3.9'
7- google-cloud-bigquery==3.33 .0; python_version >= '3.9'
6+ google-cloud-bigquery==3.34 .0; python_version < '3.9'
7+ google-cloud-bigquery==3.34 .0; python_version >= '3.9'
88google-cloud-storage==3.1.0
Original file line number Diff line number Diff line change 1- google-cloud-pubsub == 2.29 .0
1+ google-cloud-pubsub == 2.30 .0
22avro == 1.12.0
33protobuf === 4.24.4 ; python_version == '3.7'
44protobuf === 5.29.4 ; python_version == '3.8'
5- protobuf == 6.31.0 ; python_version >= '3.9'
5+ protobuf == 6.31.1 ; python_version >= '3.9'
66avro == 1.12.0
77opentelemetry-api === 1.22.0 ; python_version == '3.7'
88opentelemetry-sdk === 1.22.0 ; python_version == '3.7'
9- opentelemetry-api == 1.33 .1 ; python_version >= '3.8'
10- opentelemetry-sdk == 1.33 .1 ; python_version >= '3.8'
9+ opentelemetry-api == 1.34 .1 ; python_version >= '3.8'
10+ opentelemetry-sdk == 1.34 .1 ; python_version >= '3.8'
1111opentelemetry-exporter-gcp-trace == 1.9.0
You can’t perform that action at this time.
0 commit comments