diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82a92d8..8c8f5ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.14' - name: Debug run: pwd && ls -la @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.14' - name: Debug run: pwd && ls -la @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.14' - name: Install dependencies run: pip install wheel @@ -82,7 +82,7 @@ jobs: run: make build-docs - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.4 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: pages folder: ./site diff --git a/requirements-dev.txt b/requirements-dev.txt index 1f3416a..b37cb6c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,2 @@ pre-commit==3.8.0 -pytest==8.3.3 +pytest==8.4.2 diff --git a/requirements-docs.txt b/requirements-docs.txt index 4b3f9c4..e6c8874 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,5 +1,5 @@ -material-plausible-plugin==0.2.0 -material-plausible-plugin==0.2.0 +material-plausible-plugin==0.3.0 +material-plausible-plugin==0.3.0 mkdocs==1.6.1 -mkdocs-material==9.5.38 -mkdocstrings[python]==0.26.1 +mkdocs-material==9.7.1 +mkdocstrings[python]==0.30.1