Skip to content

MAINT: upgrade lock files #397

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
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
16 changes: 8 additions & 8 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- uses: astral-sh/setup-uv@v6
- name: Build documentation without running notebooks
run: >-
uv run \
@@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- uses: astral-sh/setup-uv@v6
- run: |
sudo apt-get update -y
sudo apt-get install -y inkscape latexmk make texlive-fonts-extra texlive-xetex xindy
@@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- uses: astral-sh/setup-uv@v6
- name: Check external links with Sphinx linkcheck
run: >-
uv run \
@@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.8.3
- uses: prefix-dev/setup-pixi@v0.8.10
with:
cache: true
- run: |
@@ -125,12 +125,12 @@ jobs:
--no-dev \
--with tox-uv \
tox -e pdfnb
- uses: actions/cache/save@v3
- uses: actions/cache/save@v4
if: failure()
with:
key: jupyter-cache-${{hashFiles('uv.lock', 'data/*.json', 'data/*.yaml', 'src/**/*.py')}}-${{hashFiles('docs/**/*.ipynb')}}
path: docs/_build/.jupyter_cache
- uses: actions/cache/save@v3
- uses: actions/cache/save@v4
if: failure()
with:
key: output-files-${{hashFiles('uv.lock', 'data/*.json', 'data/*.yaml', 'src/**/*.py')}}-${{hashFiles('docs/**/*.ipynb')}}
@@ -154,7 +154,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.8.3
- uses: prefix-dev/setup-pixi@v0.8.10
with:
cache: true
- name: Fetch Julia cache
@@ -182,7 +182,7 @@ jobs:
- pluto
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- uses: astral-sh/setup-uv@v6
- uses: actions/download-artifact@v4
with:
name: docs
4 changes: 2 additions & 2 deletions .github/workflows/latex-image.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Log in to GitHub Container Registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # https://github.com/docker/login-action/releases/tag/v3.3.0
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # https://github.com/docker/login-action/releases/tag/v3.4.0
with:
registry: ghcr.io
username: ${{ github.actor }}
@@ -37,7 +37,7 @@ jobs:
images: ghcr.io/compwa/polarimetry-${{ matrix.image-name }}
- name: Build and push Docker images
id: push
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # https://github.com/docker/build-push-action/releases/tag/v6.15.0
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # https://github.com/docker/build-push-action/releases/tag/v6.18.0
with:
context: .
file: .github/Dockerfile.${{ matrix.image-name }}
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ repos:
metadata.vscode

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.10
rev: v0.12.2
hooks:
- id: ruff
args: [--fix]
@@ -103,7 +103,7 @@ repos:
exclude: (?x)^(.*/Manifest\.toml|.*/Project\.toml)$

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.3
rev: 0.33.2
hooks:
- id: check-jsonschema
name: Check CITATION.cff
@@ -116,12 +116,12 @@ repos:
pass_filenames: false

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.17.3
rev: v9.1.0
hooks:
- id: cspell

- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 3.2.0
rev: 3.2.1
hooks:
- id: editorconfig-checker
name: editorconfig
@@ -142,11 +142,11 @@ repos:
- python

- repo: https://github.com/ComPWA/pyright-pre-commit
rev: v1.1.396
rev: v1.1.402
hooks:
- id: pyright

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.6.6
rev: 0.7.19
hooks:
- id: uv-lock
105 changes: 53 additions & 52 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5,654 changes: 3,066 additions & 2,588 deletions uv.lock

Large diffs are not rendered by default.