Skip to content

Commit d8dab2f

Browse files
author
Xee authors
committed
Merge pull request #279 from google:bundle-dependencies-update
PiperOrigin-RevId: 846385656
2 parents d1023c2 + 35f4205 commit d8dab2f

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.github/workflows/ci-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@ jobs:
4444
with:
4545
access_token: ${{ github.token }}
4646
if: ${{github.ref != 'refs/head/main'}}
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848
- name: Set up Python ${{ matrix.python-version }}
49-
uses: actions/setup-python@v5
49+
uses: actions/setup-python@v6
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252
cache: 'pip'
5353
- name: Install Xee
5454
run: |
5555
pip install -e .[tests]
56-
- uses: 'actions/checkout@v4'
56+
- uses: 'actions/checkout@v5'
5757
- id: 'auth'
5858
name: 'Authenticate to Google Cloud'
59-
uses: 'google-github-actions/auth@v2'
59+
uses: 'google-github-actions/auth@v3'
6060
with:
6161
service_account: ${{ secrets.SERVICE_ACCOUNT }}
6262
workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
with:
4141
access_token: ${{ github.token }}
4242
if: ${{github.ref != 'refs/head/main'}}
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444
- name: Set up Python ${{ matrix.python-version }}
45-
uses: actions/setup-python@v5
45+
uses: actions/setup-python@v6
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
- name: Get pip cache dir

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
build-artifacts:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
- name: Set up Python
26-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: '3.10'
2929

@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
python -m twine check dist/*
4343
pwd
44-
- uses: actions/upload-artifact@v4
44+
- uses: actions/upload-artifact@v5
4545
with:
4646
name: releases
4747
path: dist
@@ -50,11 +50,11 @@ jobs:
5050
needs: build-artifacts
5151
runs-on: ubuntu-latest
5252
steps:
53-
- uses: actions/setup-python@v5
53+
- uses: actions/setup-python@v6
5454
name: Install Python
5555
with:
5656
python-version: '3.10'
57-
- uses: actions/download-artifact@v4
57+
- uses: actions/download-artifact@v6
5858
with:
5959
name: releases
6060
path: dist
@@ -83,7 +83,7 @@ jobs:
8383
if: github.event_name == 'release'
8484
runs-on: ubuntu-latest
8585
steps:
86-
- uses: actions/download-artifact@v4
86+
- uses: actions/download-artifact@v6
8787
with:
8888
name: releases
8989
path: dist

docs/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# doc requirements
2-
Jinja2==3.1.5
3-
myst-nb==0.17.2
4-
myst-parser==0.18.1
5-
sphinx_rtd_theme==1.2.1
2+
Jinja2==3.1.6
3+
myst-nb==1.3.0
4+
myst-parser==3.0.1
5+
sphinx_rtd_theme==3.0.2
66
sphinx==5.3.0
7-
scipy==1.10.1
7+
scipy==1.13.1
88

99
# xee requirements
1010
xee[examples] @ git+https://github.com/google/xee.git

0 commit comments

Comments
 (0)