Skip to content

Commit eeadd0c

Browse files
fix(deps): update minor and patch updates (#17)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d3d3ae commit eeadd0c

4 files changed

Lines changed: 28 additions & 13 deletions

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
version: "0.5.14"
3939
- run: uvx --from slap-cli slap changelog format --markdown --all > docs/content/changelog.md
4040
- run: cd docs && uv run mkdocs build --site-dir _site
41-
- uses: JamesIves/github-pages-deploy-action@4.1.4
41+
- uses: JamesIves/github-pages-deploy-action@v4.7.2
4242
with:
4343
branch: gh-pages
4444
folder: docs/_site

docs/.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11
1+
3.13

docs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.8, <4.0"
77
dependencies = [
88
"mkdocs-material>=9.5.18",
9-
"mkdocs==1.5.3",
9+
"mkdocs==1.6.1",
1010
"mkdocstrings[python]>=0.26.1",
1111
"pymdown-extensions>=10.13",
1212
"black>=24.8.0",

docs/uv.lock

Lines changed: 25 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)