Skip to content

Commit 64e5adb

Browse files
committed
chore(deps): update all dependencies
1 parent 471eb13 commit 64e5adb

19 files changed

Lines changed: 625 additions & 596 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Python
3939
uses: actions/setup-python@v6
4040
with:
41-
python-version: "3.10"
41+
python-version: "3.14"
4242
- name: Install nox
4343
run: |
4444
python -m pip install --upgrade setuptools pip wheel

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
outputs:
2222
run_django_spanner: ${{ steps.filter.outputs.django_spanner }}
2323
steps:
24-
- uses: actions/checkout@v4
25-
- uses: dorny/paths-filter@v3
24+
- uses: actions/checkout@v6
25+
- uses: dorny/paths-filter@v4
2626
id: filter
2727
with:
2828
filters: |
@@ -68,11 +68,11 @@ jobs:
6868

6969
steps:
7070
- name: Checkout code
71-
uses: actions/checkout@v4
71+
uses: actions/checkout@v6
7272
- name: Setup Python
73-
uses: actions/setup-python@v5
73+
uses: actions/setup-python@v6
7474
with:
75-
python-version: "3.10"
75+
python-version: "3.14"
7676
- name: Run Django tests
7777
run: sh django_test_suite_5.2.sh
7878
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Python
4848
uses: actions/setup-python@v6
4949
with:
50-
python-version: "3.10"
50+
python-version: "3.14"
5151
- name: Run Django foreign key test
5252
run: sh foreign_key_test.sh
5353
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Python 3.10
4949
uses: actions/setup-python@v6
5050
with:
51-
python-version: "3.10"
51+
python-version: "3.14"
5252
- name: Install nox
5353
run: python -m pip install nox
5454
- name: Run nox

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Python 3.12
4242
uses: actions/setup-python@v6
4343
with:
44-
python-version: "3.12"
44+
python-version: "3.14"
4545
- name: Install nox
4646
run: python -m pip install nox
4747
- name: Run nox

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Python
2727
uses: actions/setup-python@v6
2828
with:
29-
python-version: "3.10"
29+
python-version: "3.14"
3030
- name: Install nox
3131
run: |
3232
python -m pip install --upgrade setuptools pip wheel
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup Python
5454
uses: actions/setup-python@v6
5555
with:
56-
python-version: "3.10"
56+
python-version: "3.14"
5757
- name: Install nox
5858
run: |
5959
python -m pip install --upgrade setuptools pip wheel
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# samples/snippets should be runnable with no "extras"
2-
google-cloud-testutils==1.7.1
2+
google-cloud-testutils==1.8.0
33
pytest==9.0.3

0 commit comments

Comments
 (0)