Skip to content

Commit

Permalink
chore(deps): update minor and patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent 4de5db9 commit b7c0aac
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
Babel==2.14.0
Babel==2.15.0
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
ghp-import==2.1.0
griffe==0.41.0
idna==3.6
Jinja2==3.1.3
Markdown==3.5.2
griffe==0.44.0
idna==3.7
Jinja2==3.1.4
Markdown==3.6
MarkupSafe==2.1.5
mergedeep==1.3.4
mkdocs==1.5.3
mkdocs-autorefs==1.0.0
mkdocs-material==9.5.11
mkdocs==1.6.0
mkdocs-autorefs==1.0.1
mkdocs-material==9.5.21
mkdocs-material-extensions==1.3.1
mkdocstrings==0.24.1
mkdocstrings-python==1.8.0
mkdocstrings==0.25.1
mkdocstrings-python==1.10.0
mksync==0.1.4
networkx==3.2.1
networkx==3.3
packaging==24.0
paginate==0.5.6
pathspec==0.12.1
platformdirs==4.2.0
Pygments==2.17.2
pymdown-extensions==10.7
python-adjudicator==0.3.2
python-dateutil==2.8.2
platformdirs==4.2.1
Pygments==2.18.0
pymdown-extensions==10.8.1
python-adjudicator==0.5.0
python-dateutil==2.9.0.post0
PyYAML==6.0.1
pyyaml_env_tag==0.1
regex==2024.4.28
regex==2024.5.10
requests==2.31.0
six==1.16.0
typeapi==1.5.1
typing_extensions==4.10.0
typing_extensions==4.11.0
urllib3==2.2.1
watchdog==4.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.5.0
- uses: JamesIves/github-pages-deploy-action@v4.6.0
if: github.ref == 'refs/heads/develop'
with: {{ branch: gh-pages, folder: docs/_site, ssh-key: "${{{{ secrets.DEPLOY_KEY }}}}" }}

0 comments on commit b7c0aac

Please sign in to comment.