Skip to content

Commit a127021

Browse files
chore(deps-dev): Update sphinx requirement from ~=4.3 to >=4.3,<10.0 (#41)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2fbaf76 commit a127021

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
@@ -50,7 +50,7 @@ Download = "https://pypi.org/project/callosum"
5050

5151
[project.optional-dependencies]
5252
docs = [
53-
"sphinx~=4.3",
53+
"sphinx>=4.3,<10.0",
5454
"sphinx-autodoc-typehints",
5555
]
5656
thrift = [

0 commit comments

Comments
 (0)