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 1212 - name : Setup Python
1313 uses : actions/setup-python@v6
1414 with :
15- python-version : " 3.10 "
15+ python-version : " 3.14 "
1616 - name : Install nox
1717 run : |
1818 python -m pip install --upgrade setuptools pip wheel
2828 - name : Setup Python
2929 uses : actions/setup-python@v6
3030 with :
31- python-version : " 3.10 "
31+ python-version : " 3.14 "
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 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 :
Original file line number Diff line number Diff line change 11backoff==2.2.1
2- pytest==8.4 .2
2+ pytest==9.0 .2
33mock==5.2.0
44flaky==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
Original file line number Diff line number Diff line change 1- google-cloud-pubsub == 2.31.1
2- avro == 1.12.0
1+ google-cloud-pubsub == 2.34.0
2+ avro == 1.12.1
33protobuf == 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
You can’t perform that action at this time.
0 commit comments