Skip to content

Commit 33d3667

Browse files
committed
fix(deps): update all dependencies
1 parent 22c5304 commit 33d3667

46 files changed

Lines changed: 1147 additions & 1236 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/bigframes-docs-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
32+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3333
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
3434
# See https://github.com/googleapis/google-cloud-python/issues/12013
3535
# and https://github.com/actions/checkout#checkout-head.
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Python
4040
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
4141
with:
42-
python-version: "3.10"
42+
python-version: "3.14"
4343
- name: Install nox
4444
run: |
4545
python -m pip install --upgrade setuptools pip wheel

.github/workflows/bigtable-conformance.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
outputs:
2525
run_bigtable: ${{ steps.filter.outputs.bigtable }}
2626
steps:
27-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
27+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2828
with:
2929
persist-credentials: false
30-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
30+
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4
3131
id: filter
3232
with:
3333
filters: |
@@ -53,11 +53,11 @@ jobs:
5353
fail-fast: false
5454
name: "${{ matrix.client-type }} client / python ${{ matrix.py-version }} / test tag ${{ matrix.test-version }}"
5555
steps:
56-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
56+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
5757
name: "Checkout google-cloud-python"
5858
with:
5959
persist-credentials: false
60-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
60+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
6161
name: "Checkout conformance tests"
6262
with:
6363
repository: googleapis/cloud-bigtable-clients-test

.github/workflows/django-spanner-django5.2_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
outputs:
2525
run_django_spanner: ${{ steps.filter.outputs.django_spanner }}
2626
steps:
27-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
27+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2828
with:
2929
persist-credentials: false
30-
- uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3
30+
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4
3131
id: filter
3232
with:
3333
filters: |
@@ -73,13 +73,13 @@ jobs:
7373

7474
steps:
7575
- name: Checkout code
76-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
76+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
7777
with:
7878
persist-credentials: false
7979
- name: Setup Python
8080
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
8181
with:
82-
python-version: "3.10"
82+
python-version: "3.14"
8383
- name: Run Django tests
8484
run: sh django_test_suite_5.2.sh
8585
env:

.github/workflows/django-spanner-foreign_keys.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
outputs:
2525
run_django_spanner: ${{ steps.filter.outputs.django_spanner }}
2626
steps:
27-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
27+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2828
with:
2929
persist-credentials: false
30-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
30+
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4
3131
id: filter
3232
with:
3333
filters: |
@@ -48,13 +48,13 @@ jobs:
4848

4949
steps:
5050
- name: Checkout code
51-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
51+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
5252
with:
5353
persist-credentials: false
5454
- name: Setup Python
5555
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
5656
with:
57-
python-version: "3.10"
57+
python-version: "3.14"
5858
- name: Run Django foreign key test
5959
run: sh foreign_key_test.sh
6060
env:

.github/workflows/django-spanner-integration-tests-against-emulator-3.10.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
outputs:
2525
run_django_spanner: ${{ steps.filter.outputs.django_spanner }}
2626
steps:
27-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
27+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2828
with:
2929
persist-credentials: false
30-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
30+
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4
3131
id: filter
3232
with:
3333
filters: |
@@ -49,13 +49,13 @@ jobs:
4949

5050
steps:
5151
- name: Checkout code
52-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
52+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
5353
with:
5454
persist-credentials: false
5555
- name: Set up Python 3.10
5656
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
5757
with:
58-
python-version: "3.10"
58+
python-version: "3.14"
5959
- name: Install nox
6060
run: python -m pip install nox
6161
- name: Run nox

.github/workflows/django-spanner-mockserver-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
outputs:
2525
run_django_spanner: ${{ steps.filter.outputs.django_spanner }}
2626
steps:
27-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
27+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2828
with:
2929
persist-credentials: false
30-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
30+
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4
3131
id: filter
3232
with:
3333
filters: |
@@ -42,13 +42,13 @@ jobs:
4242

4343
steps:
4444
- name: Checkout code
45-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
45+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
4646
with:
4747
persist-credentials: false
4848
- name: Set up Python 3.12
4949
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
5050
with:
51-
python-version: "3.12"
51+
python-version: "3.14"
5252
- name: Install nox
5353
run: python -m pip install nox
5454
- name: Run nox

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
20+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2121
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
2222
# See https://github.com/googleapis/google-cloud-python/issues/12013
2323
# and https://github.com/actions/checkout#checkout-head.
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Python
2828
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
2929
with:
30-
python-version: "3.10"
30+
python-version: "3.14"
3131
- name: Install nox
3232
run: |
3333
python -m pip install --upgrade setuptools pip wheel
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
48+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
4949
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
5050
# See https://github.com/googleapis/google-cloud-python/issues/12013
5151
# and https://github.com/actions/checkout#checkout-head.
@@ -55,7 +55,7 @@ jobs:
5555
- name: Setup Python
5656
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
5757
with:
58-
python-version: "3.10"
58+
python-version: "3.14"
5959
- name: Install nox
6060
run: |
6161
python -m pip install --upgrade setuptools pip wheel

.github/workflows/gapic-generator-tests.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
outputs:
3232
run_generator: ${{ steps.filter.outputs.generator }}
3333
steps:
34-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
34+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3535
with:
3636
persist-credentials: false
37-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
37+
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4
3838
id: filter
3939
with:
4040
filters: |
@@ -65,7 +65,7 @@ jobs:
6565
logging_scope: ["", "google"]
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
68+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
6969
with:
7070
persist-credentials: false
7171
- name: Set up Python
@@ -98,7 +98,7 @@ jobs:
9898
needs: python_config
9999
runs-on: ubuntu-latest
100100
steps:
101-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
101+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
102102
with:
103103
persist-credentials: false
104104
- name: Set up Python
@@ -117,7 +117,7 @@ jobs:
117117
needs: python_config
118118
runs-on: ubuntu-latest
119119
steps:
120-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
120+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
121121
with:
122122
persist-credentials: false
123123
- name: Set up Python
@@ -151,7 +151,7 @@ jobs:
151151
needs: python_config
152152
runs-on: ubuntu-latest
153153
steps:
154-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
154+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
155155
with:
156156
persist-credentials: false
157157
- name: Set up Python ${{ needs.python_config.outputs.prerelease_python }}
@@ -181,7 +181,7 @@ jobs:
181181
python: ${{ fromJSON(needs.python_config.outputs.trimmed_python) }}
182182
runs-on: ubuntu-latest
183183
steps:
184-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
184+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
185185
with:
186186
persist-credentials: false
187187
- name: Set up Python
@@ -221,12 +221,12 @@ jobs:
221221
runs-on: ubuntu-latest
222222
container: gcr.io/gapic-images/googleapis # zizmor: ignore[unpinned-images]
223223
steps:
224-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
224+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
225225
with:
226226
persist-credentials: false
227227
- name: Cache Bazel files
228228
id: cache-bazel
229-
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
229+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
230230
with:
231231
path: ~/.cache/bazel
232232
# Ensure CACHE_VERSION is defined in the mono-repo secrets!

.github/workflows/import-profiler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 60
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 2
2424
- name: Setup Python

.github/workflows/librarian_tidy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
14+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1515
with:
1616
persist-credentials: false
17-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
17+
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4
1818
id: changes
1919
with:
2020
filters: |

0 commit comments

Comments
 (0)