Skip to content

Commit

Permalink
Update sphinx pin
Browse files Browse the repository at this point in the history
Otherwise the CI may end up using a combo of packages that no longer work
together.
  • Loading branch information
mjpieters committed Oct 30, 2021
1 parent 51b00fb commit 2b22441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ include = ["CHANGELOG.md"]
[tool.poetry.dependencies]
python = "^3.6.1"
importlib_metadata = { version = ">=1.3,<5.0", python = "< 3.8" }
sphinx = {version = ">=2.2.1,<5.0.0", optional = true}
sphinx = {version = ">=4.2.0,<5.0.0", optional = true}
aiohttp-theme = {version = "^0.1.6", optional = true}
sphinx-autodoc-typehints = {version = "^1.10.3", optional = true}
sphinxcontrib-spelling = {version = ">=4.3,<8.0", optional = true}
Expand Down

0 comments on commit 2b22441

Please sign in to comment.