Skip to content

Commit

Permalink
fix(deps): update minor and patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 2cc74e1 commit 3086a45
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
50 changes: 25 additions & 25 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
2 changes: 1 addition & 1 deletion src/slap/templates/github/.github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}}}" }}

0 comments on commit 3086a45

Please # to comment.