Skip to content

Commit 75b522b

Browse files
committed
chore(deps): update all dependencies
1 parent adbabae commit 75b522b

10 files changed

Lines changed: 65 additions & 47 deletions

File tree

.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

packages/bigframes/tests/js/package-lock.json

Lines changed: 35 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -564,9 +564,9 @@ google-api-core==2.30.3 \
564564
--hash=sha256:a85761ba72c444dad5d611c2220633480b2b6be2521eca69cca2dbb3ffd6bfe8 \
565565
--hash=sha256:e601a37f148585319b26db36e219df68c5d07b6382cff2d580e83404e44d641b
566566
# via -r requirements.in
567-
google-auth==2.49.2 \
568-
--hash=sha256:c1ae38500e73065dcae57355adb6278cf8b5c8e391994ae9cbadbcb9631ab409 \
569-
--hash=sha256:c2720924dfc82dedb962c9f52cabb2ab16714fd0a6a707e40561d217574ed6d5
567+
google-auth==2.50.0 \
568+
--hash=sha256:04382175e28b94f49694977f0a792688b59a668def1499e9d8de996dc9ce5b15 \
569+
--hash=sha256:f35eafb191195328e8ce10a7883970877e7aeb49c2bfaa54aa0e394316d353d0
570570
# via google-api-core
571571
googleapis-common-protos[grpc]==1.74.0 \
572572
--hash=sha256:57971e4eeeba6aad1163c1f0fc88543f965bb49129b8bb55b2b7b26ecab084f1 \

packages/google-cloud-bigquery-storage/samples/to_dataframe/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-auth==2.49.2
1+
google-auth==2.50.0
22
google-cloud-bigquery-storage==2.37.0
33
google-cloud-bigquery===3.30.0; python_version <= '3.8'
44
google-cloud-bigquery==3.41.0; python_version >= '3.9'
@@ -13,7 +13,7 @@ ipython==9.13.0; python_version >= '3.11'
1313
ipywidgets==8.1.8
1414
pandas===1.3.5; python_version == '3.7'
1515
pandas===2.0.3; python_version == '3.8'
16-
pandas==2.3.3; python_version >= '3.9'
16+
pandas==3.0.2; python_version >= '3.9'
1717
tqdm==4.67.3
1818
db-dtypes===1.4.2; python_version <= '3.8'
1919
db-dtypes==1.5.1; python_version >= '3.9'

packages/sqlalchemy-spanner/requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ alembic==1.18.4 \
88
--hash=sha256:a5ed4adcf6d8a4cb575f3d759f071b03cd6e5c7618eb796cb52497be25bfe19a \
99
--hash=sha256:cb6e1fd84b6174ab8dbb2329f86d631ba9559dd78df550b57804d607672cedbc
1010
# via -r requirements.in
11-
build==1.4.4 \
12-
--hash=sha256:8c3f48a6090b39edec1a273d2d57949aaf13723b01e02f9d518396887519f64d \
13-
--hash=sha256:f832ae053061f3fb524af812dc94b8b84bac6880cd587630e3b5d91a6a9c1703
11+
build==1.5.0 \
12+
--hash=sha256:13f3eecb844759ab66efec90ca17639bbf14dc06cb2fdf37a9010322d9c50a6f \
13+
--hash=sha256:302c22c3ba2a0fd5f3911918651341ebb3896176cbdec15bd421f80b1afc7647
1414
# via
1515
# -r requirements.in
1616
# pip-tools
17-
cachetools==7.0.6 \
18-
--hash=sha256:4e94956cfdd3086f12042cdd29318f5ced3893014f7d0d059bf3ead3f85b7f8b \
19-
--hash=sha256:e5d524d36d65703a87243a26ff08ad84f73352adbeafb1cde81e207b456aaf24
17+
cachetools==7.1.1 \
18+
--hash=sha256:0335cd7a0952d2b22327441fb0628139e234c565559eeb91a8a4ac7551c5353d \
19+
--hash=sha256:27bdf856d68fd3c71c26c01b5edc312124ed427524d1ddb31aa2b7746fe20d4b
2020
# via google-auth
2121
certifi==2026.4.22 \
2222
--hash=sha256:3cb2210c8f88ba2318d29b0388d1023c8492ff72ecdde4ebdaddbb13a31b1c4a \
@@ -165,9 +165,9 @@ google-api-core[grpc]==2.30.3 \
165165
# via
166166
# google-cloud-core
167167
# google-cloud-spanner
168-
google-auth==2.49.2 \
169-
--hash=sha256:c1ae38500e73065dcae57355adb6278cf8b5c8e391994ae9cbadbcb9631ab409 \
170-
--hash=sha256:c2720924dfc82dedb962c9f52cabb2ab16714fd0a6a707e40561d217574ed6d5
168+
google-auth==2.50.0 \
169+
--hash=sha256:04382175e28b94f49694977f0a792688b59a668def1499e9d8de996dc9ce5b15 \
170+
--hash=sha256:f35eafb191195328e8ce10a7883970877e7aeb49c2bfaa54aa0e394316d353d0
171171
# via
172172
# google-api-core
173173
# google-cloud-core
@@ -335,9 +335,9 @@ importlib-metadata==9.0.0 \
335335
--hash=sha256:2d21d1cc5a017bd0559e36150c21c830ab1dc304dedd1b7ea85d20f45ef3edd7 \
336336
--hash=sha256:a4f57ab599e6a2e3016d7595cfd72eb4661a5106e787a95bcc90c7105b831efc
337337
# via opentelemetry-api
338-
mako==1.3.11 \
339-
--hash=sha256:071eb4ab4c5010443152255d77db7faa6ce5916f35226eb02dc34479b6858069 \
340-
--hash=sha256:e372c6e333cf004aa736a15f425087ec977e1fcbd2966aae7f17c8dc1da27a77
338+
Mako==1.3.12 \
339+
--hash=sha256:8f61569480282dbf557145ce441e4ba888be453c30989f879f0d652e39f53ea9 \
340+
--hash=sha256:9f778e93289bd410bb35daadeb4fc66d95a746f0b75777b942088b7fd7af550a
341341
# via alembic
342342
markupsafe==3.0.3 \
343343
--hash=sha256:0303439a41979d9e74d18ff5e2dd8c43ed6c6001fd40e5bf2e43f7bd9bbc523f \

0 commit comments

Comments
 (0)