Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
b665a4d
Bump scipy from 1.10.1 to 1.13.1
dependabot[bot] Jun 12, 2025
49cbae4
Bump jinja2 from 3.1.5 to 3.1.6
dependabot[bot] Jun 12, 2025
17176c7
Bump myst-parser from 0.18.1 to 3.0.1
dependabot[bot] Jun 12, 2025
697d717
Bump sphinx-rtd-theme from 1.2.1 to 3.0.2
dependabot[bot] Jun 12, 2025
30e2efb
Bump myst-nb from 0.17.2 to 1.3.0
dependabot[bot] Jul 14, 2025
8838e8b
Bump actions/checkout from 4 to 5
dependabot[bot] Aug 18, 2025
7ef4784
Bump google-github-actions/auth from 2 to 3
dependabot[bot] Sep 8, 2025
4b4e00e
Bump actions/setup-python from 4 to 6
dependabot[bot] Sep 8, 2025
bc654e7
Bump actions/upload-artifact from 4 to 5
dependabot[bot] Oct 27, 2025
ac663b2
Bump actions/download-artifact from 4 to 6
dependabot[bot] Nov 19, 2025
fe4e7fb
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
jdbcode Dec 18, 2025
fa185a6
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
jdbcode Dec 18, 2025
31e2360
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
jdbcode Dec 18, 2025
64974e7
Merge remote-tracking branch 'origin/dependabot/github_actions/google…
jdbcode Dec 18, 2025
dbb3789
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
jdbcode Dec 18, 2025
dc0473d
Merge remote-tracking branch 'origin/dependabot/pip/myst-nb-1.3.0' in…
jdbcode Dec 18, 2025
ea8c603
Merge remote-tracking branch 'origin/dependabot/pip/sphinx-rtd-theme-…
jdbcode Dec 18, 2025
c100b83
chore: bundle myst-nb and myst-parser updates
jdbcode Dec 18, 2025
263f8de
chore: bundle myst-nb and myst-parser updates
jdbcode Dec 18, 2025
35f4205
Merge remote-tracking branch 'origin/dependabot/pip/scipy-1.13.1' int…
jdbcode Dec 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ jobs:
with:
access_token: ${{ github.token }}
if: ${{github.ref != 'refs/head/main'}}
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install Xee
run: |
pip install -e .[tests]
- uses: 'actions/checkout@v4'
- uses: 'actions/checkout@v5'
- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v2'
uses: 'google-github-actions/auth@v3'
with:
service_account: ${{ secrets.SERVICE_ACCOUNT }}
workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
with:
access_token: ${{ github.token }}
if: ${{github.ref != 'refs/head/main'}}
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Get pip cache dir
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
build-artifacts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v6
with:
python-version: '3.10'

Expand All @@ -41,7 +41,7 @@ jobs:
run: |
python -m twine check dist/*
pwd
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: releases
path: dist
Expand All @@ -50,11 +50,11 @@ jobs:
needs: build-artifacts
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
name: Install Python
with:
python-version: '3.10'
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v6
with:
name: releases
path: dist
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
if: github.event_name == 'release'
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v6
with:
name: releases
path: dist
Expand Down
10 changes: 5 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# doc requirements
Jinja2==3.1.5
myst-nb==0.17.2
myst-parser==0.18.1
sphinx_rtd_theme==1.2.1
Jinja2==3.1.6
myst-nb==1.3.0
myst-parser==3.0.1
sphinx_rtd_theme==3.0.2
sphinx==5.3.0
scipy==1.10.1
scipy==1.13.1

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