Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# ---------------------------------------------------------------------------
# Stage 1: Builder
# ---------------------------------------------------------------------------
FROM python:3.14@sha256:6f473f84b09fccf411d4875e19e9e2796b59d6b3c722463d2963384a43e59f39 AS builder
FROM python:3.14@sha256:311ea5bb79f1a238ee9e38f8d5f09cb3b4b244575cf49e27cf365ea7e60f11d4 AS builder

WORKDIR /usr/src

Expand Down Expand Up @@ -43,7 +43,7 @@ RUN npm ci --no-audit --no-fund
# ---------------------------------------------------------------------------
# Stage 2: Docs runtime
# ---------------------------------------------------------------------------
FROM python:3.14@sha256:6f473f84b09fccf411d4875e19e9e2796b59d6b3c722463d2963384a43e59f39 AS docs
FROM python:3.14@sha256:311ea5bb79f1a238ee9e38f8d5f09cb3b4b244575cf49e27cf365ea7e60f11d4 AS docs

WORKDIR /project

Expand Down
94 changes: 47 additions & 47 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"build:watch:js": "esbuild src/scripts/index.js --bundle --target=es2020 --outfile=_static/custom.js --watch"
},
"devDependencies": {
"@axe-core/cli": "4.11.3",
"autoprefixer": "10.5.0",
"@axe-core/cli": "4.12.1",
"autoprefixer": "10.5.3",
"cssnano": "8.0.2",
"esbuild": "0.28.1",
"postcss": "8.5.15",
"postcss": "8.5.19",
"postcss-cli": "11.0.1",
"postcss-import": "16.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Development-only dependencies.
# Production runtime dependencies live in requirements.txt.
# Install with: pip install -r requirements-dev.txt
pytest>=9.0.3
pytest>=9.1.1
pytest-cov>=7.1.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
antsibull-docs==2.24.0
ansible-pygments==0.1.2
sphinx-ansible-theme==0.10.4
sphinxcontrib-mermaid==2.0.2
sphinxcontrib-mermaid==2.0.3
sphinx-sitemap==2.9.0
Loading