Skip to content

Commit b27fe93

Browse files
chore(deps): update sphinx-autodoc-typehints requirement
Updates the requirements on [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) to permit the latest version. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](tox-dev/sphinx-autodoc-typehints@1.24.0...2.3.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 2.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 530114e commit b27fe93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dev = [
7070
sphinx = ">=6.0"
7171
sphinx-rtd-theme = "^1.3.0"
7272
myst-parser = ">=1.0.0,<4.0.0"
73-
sphinx-autodoc-typehints = "^1.24.0"
73+
sphinx-autodoc-typehints = ">=1.24,<3.0"
7474
sphinx-copybutton = "^0.5.2"
7575
sphinx-design = "^0.5.0"
7676
linkify-it-py = ">=2.0"

0 commit comments

Comments
 (0)