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 Jul 10, 2024
1 parent 8fe5a7b commit dceea3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
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
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
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
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.6.3
if: github.ref == 'refs/heads/develop'
with: {{ branch: gh-pages, folder: docs/_site, ssh-key: "${{{{ secrets.DEPLOY_KEY }}}}" }}

0 comments on commit dceea3d

Please sign in to comment.