Skip to content

Commit c57c00e

Browse files
committed
updated poetry deps and requirements
1 parent acbf435 commit c57c00e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sphinx-autobuild==2024.10.3 ; python_version >= "3.11" and python_version < "3.13"
2-
sphinx-autodoc-typehints==3.0.0 ; python_version >= "3.11" and python_version < "3.13"
2+
sphinx-autodoc-typehints==3.0.1 ; python_version >= "3.11" and python_version < "3.13"
33
sphinx-click==6.0.0 ; python_version >= "3.11" and python_version < "3.13"
44
sphinx-rtd-theme==3.0.2 ; python_version >= "3.11" and python_version < "3.13"

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fit = ["curve-curator"]
3333
multiprocessing = ["ray"]
3434

3535
[tool.poetry.group.development.dependencies]
36-
sphinx-autodoc-typehints = ">=3.0.0"
36+
sphinx-autodoc-typehints = "*"
3737
sphinx = ">=4.0.2"
3838
sphinx-autobuild = ">=2021.3.14"
3939
sphinx-rtd-theme = ">=1.0.0,<3.0.3"

0 commit comments

Comments
 (0)