Skip to content

Commit

Permalink
Update sphinx version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Dec 2, 2023
1 parent 7fdc7a3 commit 229fe86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ exclude = [

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
cryptography = ">=41.0.5,<42"
Sphinx = {version = ">=6,<8", optional = true, extras = ["docs"]}
sphinx-autodoc-typehints = {version = ">=1.24.0", optional = true, extras = ["docs"]}
cryptography = ">=41.0.7,<42"
Sphinx = {version = ">=7.2.6,<8", optional = true, extras = ["docs"]}
sphinx-autodoc-typehints = {version = ">=1.25.2", optional = true, extras = ["docs"]}
sphinx-rtd-theme = {version = ">=1.2.1", optional = true, extras = ["docs"]}

[tool.poetry.extras]
Expand Down

0 comments on commit 229fe86

Please sign in to comment.