Skip to content

Commit 5cf2d35

Browse files
committed
chore(deps): update all dependencies
1 parent f530a2c commit 5cf2d35

14 files changed

Lines changed: 282 additions & 286 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 @@
1-
bigframes==2.39.0
1+
bigframes==2.40.0
22
polars==1.40.1
33
pyarrow==24.0.0

packages/gapic-generator/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ grpc_deps()
8888

8989
http_archive(
9090
name = "rules_cc",
91-
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.1.1/rules_cc-0.1.1.tar.gz"],
92-
sha256 = "712d77868b3152dd618c4d64faaddefcc5965f90f5de6e6dd1d5ddcd0be82d42",
93-
strip_prefix = "rules_cc-0.1.1",
91+
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.2.18/rules_cc-0.2.18.tar.gz"],
92+
sha256 = "1de5b47721fce0af0dd453b3071228fdfc44bd18199826b3f0b03b423aae9f65",
93+
strip_prefix = "rules_cc-0.2.18",
9494
)
9595

9696
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps", "PROTOBUF_MAVEN_ARTIFACTS")

packages/gapic-generator/requirements.txt

Lines changed: 132 additions & 156 deletions
Large diffs are not rendered by default.

packages/gcp-sphinx-docfx-yaml/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ mock
77
pytest
88

99
# Other dependencies
10-
ruff==0.15.12
10+
ruff==0.15.13
1111
parameterized==0.9.0

0 commit comments

Comments
 (0)