Skip to content

Commit d1536b9

Browse files
ci: update sphinx-autodoc-typehints requirement (#903)
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.12.0...3.0.1) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f5e2070 commit d1536b9

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
@@ -57,7 +57,7 @@ otel = ["opentelemetry-exporter-otlp-proto-http>=1.30.0,<2.0.0"]
5757
docs = [
5858
"sphinx>=5.0.0,<6.0.0",
5959
"sphinx-rtd-theme>=1.0.0,<2.0.0",
60-
"sphinx-autodoc-typehints>=1.12.0,<2.0.0",
60+
"sphinx-autodoc-typehints>=1.12.0,<4.0.0",
6161
]
6262

6363
a2a = [

0 commit comments

Comments
 (0)