From 4ef7843d9fa5a91ce2e8108176a2270e0323f4b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:07:37 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/release.yml | 2 +- requirements-dev.txt | 4 ++-- requirements-docs.txt | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4abc6b0..82a92d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,7 +82,7 @@ jobs: run: make build-docs - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: branch: pages folder: ./site diff --git a/requirements-dev.txt b/requirements-dev.txt index 73b8ebf..1f3416a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,2 @@ -pre-commit==3.3.3 -pytest==8.0.2 +pre-commit==3.8.0 +pytest==8.3.3 diff --git a/requirements-docs.txt b/requirements-docs.txt index 9374fe6..4b3f9c4 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 -mkdocs==1.4.2 -mkdocs-material==9.5.33 -mkdocstrings[python]==0.20.0 +mkdocs==1.6.1 +mkdocs-material==9.5.38 +mkdocstrings[python]==0.26.1