diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 95e9e5e..573d207 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -11,7 +11,7 @@ jobs: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - uses: actions/setup-python@v6 with: - python-version: '3.13' # Version range or exact version of a Python version to use, using SemVer's version range syntax + python-version: '3.14' # Version range or exact version of a Python version to use, using SemVer's version range syntax - uses: actions/checkout@v5.0.0 - name: Build with retry uses: Wandalen/wretry.action@v3.8.0 diff --git a/Dockerfile b/Dockerfile index 74e8cbe..b839f1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a stable Python base image (Debian 12 based) -FROM python:3.13-slim +FROM python:3.14-slim # Set environment variables ENV WEBHOOK_URL_PREFIX="wiki/hooks" diff --git a/requirements.txt b/requirements.txt index 395c375..d22a5ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -mkdocs-material==9.6.20 -mkdocs-glightbox==0.5.1 +mkdocs-material==9.7.0 +mkdocs-glightbox==0.5.2 mkdocs==1.6.1 mkdocs-htmlproofer-plugin pygments