Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Commit c23f7dc

Browse files
fix(deps): update all non-major dependencies
1 parent 41064a4 commit c23f7dc

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-python@v4
1515
with:
16-
python-version: '3.11'
16+
python-version: '3.13'
1717

1818
- name: Debug
1919
run: pwd && ls -la
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v3
3333
- uses: actions/setup-python@v4
3434
with:
35-
python-version: '3.11'
35+
python-version: '3.13'
3636

3737
- name: Debug
3838
run: pwd && ls -la
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v3
5454
- uses: actions/setup-python@v4
5555
with:
56-
python-version: '3.11'
56+
python-version: '3.13'
5757

5858
- name: Install dependencies
5959
run: pip install wheel
@@ -82,7 +82,7 @@ jobs:
8282
run: make build-docs
8383

8484
- name: Deploy 🚀
85-
uses: JamesIves/github-pages-deploy-action@v4.6.4
85+
uses: JamesIves/github-pages-deploy-action@v4.7.3
8686
with:
8787
branch: pages
8888
folder: ./site

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pre-commit==3.8.0
2-
pytest==8.3.3
2+
pytest==8.3.5

requirements-docs.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
material-plausible-plugin==0.2.0
2-
material-plausible-plugin==0.2.0
1+
material-plausible-plugin==0.3.0
2+
material-plausible-plugin==0.3.0
33
mkdocs==1.6.1
4-
mkdocs-material==9.5.38
5-
mkdocstrings[python]==0.26.1
4+
mkdocs-material==9.6.14
5+
mkdocstrings[python]==0.29.1

0 commit comments

Comments
 (0)