Skip to content

Commit 0bf85fb

Browse files
committed
chore(deps): update all dependencies
1 parent a4a0179 commit 0bf85fb

File tree

3 files changed

+966
-762
lines changed

3 files changed

+966
-762
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Use python 3.10 for docs to match the version for the sphinx plugin
6666
# https://github.com/googleapis/synthtool/pull/1891
6767
with:
68-
python-version: "3.10"
68+
python-version: "3.14"
6969
cache: 'pip'
7070
- name: Install nox.
7171
run: python -m pip install nox
@@ -80,7 +80,7 @@ jobs:
8080
# Use python 3.10 for docs to match the version for the sphinx plugin
8181
# https://github.com/googleapis/synthtool/pull/1891
8282
with:
83-
python-version: "3.10"
83+
python-version: "3.14"
8484
cache: 'pip'
8585
- name: Install nox.
8686
run: python -m pip install nox
@@ -121,7 +121,7 @@ jobs:
121121

122122
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
123123
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
124-
runs-on: ubuntu-22.04
124+
runs-on: ubuntu-24.04
125125
steps:
126126
- uses: actions/checkout@v5
127127
- name: Set up Python "${{ matrix.python }}"
@@ -214,7 +214,7 @@ jobs:
214214

215215
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
216216
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
217-
runs-on: ubuntu-22.04
217+
runs-on: ubuntu-24.04
218218
steps:
219219
- uses: actions/checkout@v5
220220
- name: Set up Python "${{ matrix.python }}"
@@ -320,7 +320,7 @@ jobs:
320320
python: ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}
321321
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
322322
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
323-
runs-on: ubuntu-22.04
323+
runs-on: ubuntu-24.04
324324
steps:
325325
- uses: actions/checkout@v5
326326
- name: Set up Python ${{ matrix.python }}
@@ -346,7 +346,7 @@ jobs:
346346
variant: ['', _alternative_templates]
347347
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
348348
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
349-
runs-on: ubuntu-22.04
349+
runs-on: ubuntu-24.04
350350
steps:
351351
- uses: actions/checkout@v5
352352
- name: Set up Python ${{ matrix.python }}

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.9/rules_cc-0.2.9.tar.gz"],
92+
sha256 = "69ceb454b9b29e0aba7da81c72e96ecafd81d2044be883b46398b1c77ca7fff9",
93+
strip_prefix = "rules_cc-0.2.9",
9494
)
9595

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

0 commit comments

Comments
 (0)