Skip to content

Commit b1706b8

Browse files
authored
Maintainance PR (#565)
* update dependencies * fix: update to latest version * update dependencies * update dependencies * Update requirements.txt * maintainance * maintainance * Update requirements.txt * Update preview_build.yml * Update build.yml
1 parent f801462 commit b1706b8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Python
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: "3.10"
30+
python-version: "3.11"
3131

3232
- name: Setup Fortran compiler
3333
uses: fortran-lang/[email protected]

.github/workflows/preview_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Python
2626
uses: actions/setup-python@v5
2727
with:
28-
python-version: "3.10"
28+
python-version: "3.11"
2929

3030
- name: Install sphinx
3131
run: pip3 install --user -r requirements.txt

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
Sphinx==8.1.3
1+
Sphinx==8.2.3
22
ablog==0.11.12
33
pydata-sphinx-theme==0.16.1
4-
myst-parser==4.0.0
4+
myst-parser==4.0.1
55
sphinx_design==0.6.1
66
sphinx_copybutton==0.5.2
77
sphinx-jinja==2.0.2
88
jinja2==3.1.6
99
requests==2.32.3
1010
black==25.1.0
11-
pylint==3.3.4
12-
pre-commit==4.1.0
11+
pylint==3.3.7
12+
pre-commit==4.2.0
1313
sphinx-sitemap==2.6.0
1414
sphinx-favicon==1.0.1

0 commit comments

Comments
 (0)