From dceea3d8aee9a65cd566aa0a9b3df1a304994d9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:44:03 +0000 Subject: [PATCH] chore(deps): update minor and patch updates --- docs/requirements.txt | 16 ++++++++-------- pyproject.toml | 2 +- .../github/.github/workflows/python.yaml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0e967468..7aa4f980 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,10 +1,10 @@ Babel==2.15.0 -certifi==2024.2.2 +certifi==2024.7.4 charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 ghp-import==2.1.0 -griffe==0.45.2 +griffe==0.47.0 idna==3.7 Jinja2==3.1.4 Markdown==3.6 @@ -12,19 +12,19 @@ MarkupSafe==2.1.5 mergedeep==1.3.4 mkdocs==1.6.0 mkdocs-autorefs==1.0.1 -mkdocs-material==9.5.25 +mkdocs-material==9.5.28 mkdocs-material-extensions==1.3.1 mkdocstrings==0.25.1 -mkdocstrings-python==1.10.3 +mkdocstrings-python==1.10.5 mksync==0.1.4 networkx==3.3 -packaging==24.0 +packaging==24.1 paginate==0.5.6 pathspec==0.12.1 platformdirs==4.2.2 Pygments==2.18.0 pymdown-extensions==10.8.1 -python-adjudicator==0.3.2 +python-adjudicator==0.5.0 python-dateutil==2.9.0.post0 PyYAML==6.0.1 pyyaml_env_tag==0.1 @@ -32,6 +32,6 @@ regex==2024.5.15 requests==2.32.3 six==1.16.0 typeapi==1.5.1 -typing_extensions==4.12.0 -urllib3==2.2.1 +typing_extensions==4.12.2 +urllib3==2.2.2 watchdog==4.0.1 diff --git a/pyproject.toml b/pyproject.toml index 2dda2b33..61d7c0e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ PyYAML = ">=6.0" requests = "^2.27.1" setuptools = ">=39.1.0" # Needed for setuptools backend tomli = "^2.0.0" -tomlkit = "^0.12.1" +tomlkit = "^0.13.0" twine = "^5.0.0" tqdm = "^4.64.0" build = "^1.0.0" diff --git a/src/slap/templates/github/.github/workflows/python.yaml b/src/slap/templates/github/.github/workflows/python.yaml index 78bb0727..3ccce608 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.6.3 if: github.ref == 'refs/heads/develop' with: {{ branch: gh-pages, folder: docs/_site, ssh-key: "${{{{ secrets.DEPLOY_KEY }}}}" }}