Skip to content

Commit 54b55b5

Browse files
committed
chore(deps): update all dependencies
1 parent 8e19439 commit 54b55b5

File tree

3 files changed

+304
-246
lines changed

3 files changed

+304
-246
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Use python 3.10 for docs to match the version for the sphinx plugin
6060
# https://github.com/googleapis/synthtool/pull/1891
6161
with:
62-
python-version: "3.10"
62+
python-version: "3.13"
6363
cache: 'pip'
6464
- name: Install nox.
6565
run: python -m pip install nox
@@ -74,7 +74,7 @@ jobs:
7474
# Use python 3.10 for docs to match the version for the sphinx plugin
7575
# https://github.com/googleapis/synthtool/pull/1891
7676
with:
77-
python-version: "3.10"
77+
python-version: "3.13"
7878
cache: 'pip'
7979
- name: Install nox.
8080
run: python -m pip install nox
@@ -115,7 +115,7 @@ jobs:
115115

116116
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
117117
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
118-
runs-on: ubuntu-22.04
118+
runs-on: ubuntu-24.04
119119
steps:
120120
- uses: actions/checkout@v5
121121
- name: Set up Python "${{ matrix.python }}"
@@ -208,7 +208,7 @@ jobs:
208208

209209
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
210210
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
211-
runs-on: ubuntu-22.04
211+
runs-on: ubuntu-24.04
212212
steps:
213213
- uses: actions/checkout@v5
214214
- name: Set up Python "${{ matrix.python }}"
@@ -314,7 +314,7 @@ jobs:
314314
python: ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}
315315
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
316316
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
317-
runs-on: ubuntu-22.04
317+
runs-on: ubuntu-24.04
318318
steps:
319319
- uses: actions/checkout@v5
320320
- name: Set up Python ${{ matrix.python }}
@@ -340,7 +340,7 @@ jobs:
340340
variant: ['', _alternative_templates]
341341
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
342342
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
343-
runs-on: ubuntu-22.04
343+
runs-on: ubuntu-24.04
344344
steps:
345345
- uses: actions/checkout@v5
346346
- 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.8/rules_cc-0.2.8.tar.gz"],
92+
sha256 = "207ea073dd20a705f9e8bc5ac02f5203e9621fc672774bb1a0935aefab7aebfa",
93+
strip_prefix = "rules_cc-0.2.8",
9494
)
9595

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

0 commit comments

Comments
 (0)