Skip to content

Commit 84508d4

Browse files
committed
build(deps): Loosen doc dependencies, up mypy
1 parent 080123a commit 84508d4

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

poetry.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ python = "^3.7"
4646
[tool.poetry.dev-dependencies]
4747
### Docs ###
4848
sphinx = "*"
49-
furo = "^2022.2.23"
50-
sphinx-autobuild = "^2021.3.14"
51-
sphinx-autodoc-typehints = "~1.17.0"
49+
furo = "*"
50+
sphinx-autobuild = "*"
51+
sphinx-autodoc-typehints = "*"
5252
sphinx-click = "*"
53-
sphinx-issues = "^3.0.0"
53+
sphinx-issues = "*"
5454
sphinx-inline-tabs = { version = "*", python = "^3.7" }
5555
sphinxext-opengraph = "*"
56-
sphinx-copybutton = "^0.5.0"
56+
sphinx-copybutton = "*"
5757
sphinxext-rediraffe = "*"
58-
sphinx-autoapi = "^1.8.4"
59-
myst_parser = "~0.17.0"
58+
sphinx-autoapi = "*"
59+
myst_parser = "*"
6060

6161
### Testing ###
6262
pytest = "*"

0 commit comments

Comments
 (0)