Skip to content

Commit b2f3403

Browse files
authored
Merge pull request #14178 from nextcloud/dependabot/pip/master/sphinxcontrib-phpdomain-0.15.2
chore(deps): Bump sphinxcontrib-phpdomain from 0.13.2 to 0.15.2
2 parents dd539b7 + 254a6bb commit b2f3403

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12 as final
1+
FROM python:3.13 as final
22

33
USER root
44

.github/workflows/sphinxbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
119119
with:
120-
python-version: "3.12"
120+
python-version: "3.13"
121121
cache: "pip"
122122

123123
- name: Install pip dependencies

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sphinxcontrib-jquery==4.1
2929
sphinxcontrib-jsmath==1.0.1
3030
sphinxcontrib-mermaid==2.0.1
3131
sphinx-notfound-page==1.1.0
32-
sphinxcontrib-phpdomain==0.13.2
32+
sphinxcontrib-phpdomain==0.15.2
3333
sphinxcontrib-qthelp==2.0.0
3434
sphinxcontrib-serializinghtml==2.0.0
3535
sphinx-toolbox==4.1.2

0 commit comments

Comments
 (0)