Skip to content

Commit ce3e591

Browse files
authored
Merge branch 'main' into fix/docstring_length
2 parents 47f0cfc + 67f594f commit ce3e591

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

_package/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ doc = [
3838
"build>= 0.10.0",
3939
"jupyter_sphinx==0.5.3",
4040
"linuxdoc==20240509",
41-
"numpy==2.1.0",
41+
"numpy==2.1.1",
4242
"numpydoc==1.8.0",
4343
"pandas==2.2.2",
4444
"parse==1.20.2",
4545
"pydata_sphinx_theme==0.15.4",
4646
"pypandoc==1.13",
4747
"pytest-sphinx==0.6.3",
4848
"pyyaml==6.0.2",
49-
"sphinx-autobuild==2024.4.16",
50-
"sphinx-autodoc-typehints==2.3.0",
49+
"sphinx-autobuild==2024.9.3",
50+
"sphinx-autodoc-typehints==2.4.1",
5151
"sphinx-copybutton==0.5.2",
5252
"sphinx-notfound-page==1.0.4",
5353
"sphinx-gallery==0.17.1",

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tests = [
4646
"click==8.1.7",
4747
"pygithub==2.4.0",
4848
"lxml==5.3.0",
49-
"numpy==2.1.0",
49+
"numpy==2.1.1",
5050
"parse==1.20.2",
5151
"pytest==8.3.2",
5252
"pytest-cov==5.0.0",
@@ -56,19 +56,19 @@ tests = [
5656
]
5757
doc = [
5858
"Sphinx==8.0.2",
59-
"ansys-sphinx-theme[autoapi]==1.0.7",
59+
"ansys-sphinx-theme[autoapi]==1.0.8",
6060
"build>= 0.10.0",
6161
"flit>=3.8.0",
6262
"jupyter_sphinx==0.5.3",
63-
"numpy==2.1.0",
63+
"numpy==2.1.1",
6464
"numpydoc==1.8.0",
6565
"pandas==2.2.2",
6666
"parse==1.20.2",
6767
"pypandoc==1.13",
6868
"pytest-sphinx==0.6.3",
6969
"regex==2024.7.24",
70-
"sphinx-autobuild==2024.4.16",
71-
"sphinx-autodoc-typehints==2.3.0",
70+
"sphinx-autobuild==2024.9.19",
71+
"sphinx-autodoc-typehints==2.4.4",
7272
"sphinx-copybutton==0.5.2",
7373
"sphinx-notfound-page==1.0.4",
7474
"sphinx-gallery==0.17.1",

0 commit comments

Comments
 (0)