Skip to content

Commit 61f87e3

Browse files
committed
2 parents d5c473e + c7ab91a commit 61f87e3

File tree

6 files changed

+19
-17
lines changed

6 files changed

+19
-17
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
restore-keys: |
2828
mkdocs-material-
2929
- run: pip install -r ./docs/requirements.txt
30+
- run: pip install .
3031
- run: mkdocs gh-deploy --force

.github/workflows/test_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
restore-keys: |
2828
mkdocs-material-
2929
- run: pip install -r ./docs/requirements.txt
30+
- run: pip install .
3031
- run: mkdocs build --strict --verbose

docs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
mike==2.1.3
22
mkdocs==1.6.1
3-
mkdocs-git-revision-date-localized-plugin==1.3.0
4-
mkdocs-material==9.6.3
3+
mkdocs-git-revision-date-localized-plugin==1.4.2
4+
mkdocs-material==9.6.7
55
mkdocs-material-extensions==1.3.1
66
mkdocs-minify-plugin==0.8.0
77
mkdocs-redirects==1.2.2
8-
mkdocstrings==0.27.0
9-
mkdocstrings-python==1.13.0
8+
mkdocstrings==0.28.3
9+
mkdocstrings-python==1.16.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools==75.8.0",
3+
"setuptools==76.0.0",
44
"wheel"
55
]
66
build-backend = "setuptools.build_meta"

requirements_dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
coverage==7.6.11
2-
flake8==7.1.1
3-
mypy==1.14.1
4-
numpy==2.2.2
1+
coverage==7.6.12
2+
flake8==7.1.2
3+
mypy==1.15.0
4+
numpy==2.2.3
55
pre-commit==4.1.0
6-
pytest==8.3.4
6+
pytest==8.3.5
77
pytest-cov==6.0.0
8-
tox==4.24.1
8+
tox==4.24.2

setup.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ include_package_data = True
4444

4545
[options.extras_require]
4646
testing =
47-
coverage==7.6.11
48-
flake8==7.1.1
49-
mypy==1.14.1
50-
numpy==2.2.2
51-
pytest==8.3.4
47+
coverage==7.6.12
48+
flake8==7.1.2
49+
mypy==1.15.0
50+
numpy==2.2.3
51+
pytest==8.3.5
5252
pytest-cov==6.0.0
53-
tox==4.24.1
53+
tox==4.24.2
5454

5555
[options.packages.find]
5656
where = src

0 commit comments

Comments
 (0)