From 3086a45444fba92a73ec33abf545413c7a359ea2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 00:48:32 +0000 Subject: [PATCH] fix(deps): update minor and patch updates --- docs/pyproject.toml | 50 +++++++++---------- .../github/.github/workflows/python.yaml | 2 +- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 20717f98..ee999511 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -5,41 +5,41 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.10, <4" dependencies = [ - "babel==2.15.0", - "certifi==2024.2.2", - "charset-normalizer==3.3.2", - "click==8.1.7", + "babel==2.16.0", + "certifi==2024.12.14", + "charset-normalizer==3.4.1", + "click==8.1.8", "colorama==0.4.6", "ghp-import==2.1.0", - "griffe==0.45.2", - "idna==3.7", - "jinja2==3.1.4", - "markdown==3.6", + "griffe==0.49.0", + "idna==3.10", + "jinja2==3.1.5", + "markdown==3.7", "markupsafe==3.0.2", "mergedeep==1.3.4", - "mkdocs-autorefs==1.0.1", - "mkdocs==1.6.0", - "mkdocs-material==9.5.25", + "mkdocs-autorefs==1.3.0", + "mkdocs==1.6.1", + "mkdocs-material==9.5.49", "mkdocs-material-extensions==1.3.1", - "mkdocstrings==0.25.1", - "mkdocstrings-python==1.10.3", + "mkdocstrings==0.27.0", + "mkdocstrings-python==1.13.0", "mksync==0.1.4", - "networkx==3.3", - "packaging==24.0", - "paginate==0.5.6", + "networkx==3.4.2", + "packaging==24.2", + "paginate==0.5.7", "pathspec==0.12.1", - "platformdirs==4.2.2", - "pygments==2.18.0", - "pymdown-extensions==10.8.1", - "python-adjudicator==0.3.2", + "platformdirs==4.3.6", + "pygments==2.19.1", + "pymdown-extensions==10.14", + "python-adjudicator==0.5.0", "python-dateutil==2.9.0.post0", - "pyyaml==6.0.1", + "pyyaml==6.0.2", "pyyaml-env-tag==0.1", - "regex==2024.5.15", + "regex==2024.11.6", "requests==2.32.3", - "six==1.16.0", + "six==1.17.0", "typeapi==1.5.1", - "typing-extensions==4.12.0", - "urllib3==2.2.1", + "typing-extensions==4.12.2", + "urllib3==2.3.0", "watchdog==6.0.0", ] diff --git a/src/slap/templates/github/.github/workflows/python.yaml b/src/slap/templates/github/.github/workflows/python.yaml index 78bb0727..dee390b2 100644 --- a/src/slap/templates/github/.github/workflows/python.yaml +++ b/src/slap/templates/github/.github/workflows/python.yaml @@ -26,6 +26,6 @@ jobs: - uses: NiklasRosenstein/slap@gha/install/v1 - run: slap install --no-venv-check --only-extras docs - run: slap run --no-venv-check docs:build - - uses: JamesIves/github-pages-deploy-action@v4.6.1 + - uses: JamesIves/github-pages-deploy-action@v4.7.2 if: github.ref == 'refs/heads/develop' with: {{ branch: gh-pages, folder: docs/_site, ssh-key: "${{{{ secrets.DEPLOY_KEY }}}}" }}