Skip to content

Commit fd0b039

Browse files
committed
chore(deps): update all dependencies
1 parent 1c6e9a4 commit fd0b039

File tree

3 files changed

+657
-621
lines changed

3 files changed

+657
-621
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Use python 3.10 for docs to match the version for the sphinx plugin
2828
# https://github.com/googleapis/synthtool/pull/1891
2929
with:
30-
python-version: "3.10"
30+
python-version: "3.13"
3131
cache: 'pip'
3232
- name: Install nox.
3333
run: python -m pip install nox
@@ -42,7 +42,7 @@ jobs:
4242
# Use python 3.10 for docs to match the version for the sphinx plugin
4343
# https://github.com/googleapis/synthtool/pull/1891
4444
with:
45-
python-version: "3.10"
45+
python-version: "3.13"
4646
cache: 'pip'
4747
- name: Install nox.
4848
run: python -m pip install nox
@@ -77,7 +77,7 @@ jobs:
7777

7878
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
7979
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
80-
runs-on: ubuntu-22.04
80+
runs-on: ubuntu-24.04
8181
steps:
8282
- uses: actions/checkout@v4
8383
- name: Set up Python "${{ matrix.python }}"
@@ -169,7 +169,7 @@ jobs:
169169

170170
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
171171
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
172-
runs-on: ubuntu-22.04
172+
runs-on: ubuntu-24.04
173173
steps:
174174
- uses: actions/checkout@v4
175175
- name: Set up Python "${{ matrix.python }}"
@@ -273,7 +273,7 @@ jobs:
273273

274274
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
275275
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
276-
runs-on: ubuntu-22.04
276+
runs-on: ubuntu-24.04
277277
steps:
278278
- uses: actions/checkout@v4
279279
- name: Set up Python ${{ matrix.python }}
@@ -298,7 +298,7 @@ jobs:
298298

299299
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
300300
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
301-
runs-on: ubuntu-22.04
301+
runs-on: ubuntu-24.04
302302
steps:
303303
- uses: actions/checkout@v4
304304
- 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.1.2/rules_cc-0.1.2.tar.gz"],
92+
sha256 = "d62624b45e0912713dcd3b8e30ba6ae55418ed6bf99e6d135cd61b8addae312b",
93+
strip_prefix = "rules_cc-0.1.2",
9494
)
9595

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

0 commit comments

Comments
 (0)