Skip to content

Commit 47a105f

Browse files
committed
chore(deps): update all dependencies
1 parent b4824c5 commit 47a105f

File tree

3 files changed

+35
-34
lines changed

3 files changed

+35
-34
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.14/rules_cc-0.2.14.tar.gz"],
92+
sha256 = "a2fdfde2ab9b2176bd6a33afca14458039023edb1dd2e73e6823810809df4027",
93+
strip_prefix = "rules_cc-0.2.14",
9494
)
9595

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

requirements.txt

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@ backports-asyncio-runner==1.2.0 \
146146
--hash=sha256:0da0a936a8aeb554eccb426dc55af3ba63bcdc69fa1a600b5bb305413a4477b5 \
147147
--hash=sha256:a5aa7b2b7d8f8bfcaa2b57313f70792df84e32a2a746f585213373f900b42162
148148
# via pytest-asyncio
149-
cachetools==6.2.1 \
150-
--hash=sha256:09868944b6dde876dfd44e1d47e18484541eaf12f26f29b7af91b26cc892d701 \
151-
--hash=sha256:3f391e4bd8f8bf0931169baf7456cc822705f4e2a31f840d218f445b9a854201
149+
cachetools==6.2.2 \
150+
--hash=sha256:6c09c98183bf58560c97b2abfcedcbaf6a896a490f534b031b661d3723b45ace \
151+
--hash=sha256:8e6d266b25e539df852251cfd6f990b4bc3a141db73b939058d809ebd2590fc6
152152
# via google-auth
153-
certifi==2025.10.5 \
154-
--hash=sha256:0f212c2744a9bb6de0c56639a6f68afe01ecd92d91f14ae897c4fe7bbeeef0de \
155-
--hash=sha256:47c09d31ccf2acf0be3f701ea53595ee7e0b8fa08801c6624be771df09ae7b43
153+
certifi==2025.11.12 \
154+
--hash=sha256:97de8790030bbd5c2d96b7ec782fc2f7820ef8dba6db909ccf95449f2d062d4b \
155+
--hash=sha256:d8ab5478f2ecd78af242878415affce761ca6bc54a22a27e026d7c25357c3316
156156
# via requests
157157
charset-normalizer==3.4.4 \
158158
--hash=sha256:027f6de494925c0ab2a55eab46ae5129951638a49a34d87f4c3eda90f696b4ad \
@@ -269,9 +269,9 @@ charset-normalizer==3.4.4 \
269269
--hash=sha256:faa3a41b2b66b6e50f84ae4a68c64fcd0c44355741c6374813a800cd6695db9e \
270270
--hash=sha256:fd44c878ea55ba351104cb93cc85e74916eb8fa440ca7903e57575e97394f608
271271
# via requests
272-
click==8.3.0 \
273-
--hash=sha256:9b9f285302c6e3064f4330c05f05b81945b2a39544279343e6e7c5f27a9baddc \
274-
--hash=sha256:e7b8232224eba16f4ebe410c25ced9f7875cb5f3263ffc93cc3e8da705e229c4
272+
click==8.3.1 \
273+
--hash=sha256:12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a \
274+
--hash=sha256:981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6
275275
# via -r requirements.in
276276
exceptiongroup==1.3.0 \
277277
--hash=sha256:4d111e6e0c13d0644cad6ddaa7ed0261a0b36971f6d23e7ec9b4b9097da78a10 \
@@ -963,17 +963,17 @@ proto-plus==1.26.1 \
963963
# via
964964
# -r requirements.in
965965
# google-api-core
966-
protobuf==6.33.0 \
967-
--hash=sha256:140303d5c8d2037730c548f8c7b93b20bb1dc301be280c378b82b8894589c954 \
968-
--hash=sha256:25c9e1963c6734448ea2d308cfa610e692b801304ba0908d7bfa564ac5132995 \
969-
--hash=sha256:35be49fd3f4fefa4e6e2aacc35e8b837d6703c37a2168a55ac21e9b1bc7559ef \
970-
--hash=sha256:905b07a65f1a4b72412314082c7dbfae91a9e8b68a0cc1577515f8df58ecf455 \
971-
--hash=sha256:9a031d10f703f03768f2743a1c403af050b6ae1f3480e9c140f39c45f81b13ee \
972-
--hash=sha256:c963e86c3655af3a917962c9619e1a6b9670540351d7af9439d06064e3317cc9 \
973-
--hash=sha256:cd33a8e38ea3e39df66e1bbc462b076d6e5ba3a4ebbde58219d777223a7873d3 \
974-
--hash=sha256:d6101ded078042a8f17959eccd9236fb7a9ca20d3b0098bbcb91533a5680d035 \
975-
--hash=sha256:e0697ece353e6239b90ee43a9231318302ad8353c70e6e45499fa52396debf90 \
976-
--hash=sha256:e0a1715e4f27355afd9570f3ea369735afc853a6c3951a6afe1f80d8569ad298
966+
protobuf==6.33.1 \
967+
--hash=sha256:023af8449482fa884d88b4563d85e83accab54138ae098924a985bcbb734a213 \
968+
--hash=sha256:0f4cf01222c0d959c2b399142deb526de420be8236f22c71356e2a544e153c53 \
969+
--hash=sha256:8fd7d5e0eb08cd5b87fd3df49bc193f5cfd778701f47e11d127d0afc6c39f1d1 \
970+
--hash=sha256:923aa6d27a92bf44394f6abf7ea0500f38769d4b07f4be41cb52bd8b1123b9ed \
971+
--hash=sha256:97f65757e8d09870de6fd973aeddb92f85435607235d20b2dfed93405d00c85b \
972+
--hash=sha256:d595a9fd694fdeb061a62fbe10eb039cc1e444df81ec9bb70c7fc59ebcb1eafa \
973+
--hash=sha256:df051de4fd7e5e4371334e234c62ba43763f15ab605579e04c7008c05735cd82 \
974+
--hash=sha256:f8adba2e44cde2d7618996b3fc02341f03f5bc3f2748be72dc7b063319276178 \
975+
--hash=sha256:f8d3fdbc966aaab1d05046d0240dd94d40f2a8c62856d41eaa141ff64a79de6b \
976+
--hash=sha256:fe34575f2bdde76ac429ec7b570235bf0c788883e70aee90068e9981806f2490
977977
# via
978978
# -r requirements.in
979979
# google-api-core
@@ -994,12 +994,13 @@ pygments==2.19.2 \
994994
--hash=sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887 \
995995
--hash=sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b
996996
# via pytest
997-
pypandoc==1.16 \
998-
--hash=sha256:868f390d48388743e7a5885915cbbaa005dea36a825ecdfd571f8c523416c822
997+
pypandoc==1.16.2 \
998+
--hash=sha256:7a72a9fbf4a5dc700465e384c3bb333d22220efc4e972cb98cf6fc723cdca86b \
999+
--hash=sha256:c200c1139c8e3247baf38d1e9279e85d9f162499d1999c6aa8418596558fe79b
9991000
# via -r requirements.in
1000-
pytest==9.0.0 \
1001-
--hash=sha256:8f44522eafe4137b0f35c9ce3072931a788a21ee40a2ed279e817d3cc16ed21e \
1002-
--hash=sha256:e5ccdf10b0bac554970ee88fc1a4ad0ee5d221f8ef22321f9b7e4584e19d7f96
1001+
pytest==9.0.1 \
1002+
--hash=sha256:3e9c069ea73583e255c3b21cf46b8d3c56f6e3a1a8f6da94ccb0fcf57b9d73c8 \
1003+
--hash=sha256:67be0030d194df2dfa7b556f2e56fb3c3315bd5c8822c6951162b92b32ce7dad
10031004
# via pytest-asyncio
10041005
pytest-asyncio==1.3.0 \
10051006
--hash=sha256:611e26147c7f77640e6d0a92a38ed17c3e9848063698d5c93d5aa7aa11cebff5 \

0 commit comments

Comments
 (0)