Skip to content

Commit adbc6f5

Browse files
committed
build(deps): Loosen doc dependencies, up faker, mypy, sphinx-autodoc-typehints
1 parent 0bf9a1b commit adbc6f5

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ typing-extensions = { version = "^4.1.1", python = '3.10' }
6464
[tool.poetry.dev-dependencies]
6565
### Docs ###
6666
sphinx = "*"
67-
furo = "^2022.2.23"
68-
sphinx-autobuild = "^2021.3.14"
69-
sphinx-autodoc-typehints = "~1.17.0"
70-
sphinx-issues = "^3.0.0"
67+
furo = "*"
68+
sphinx-autobuild = "*"
69+
sphinx-autodoc-typehints = "*"
70+
sphinx-issues = "*"
7171
sphinx-inline-tabs = "*"
7272
sphinxext-opengraph = "*"
73-
sphinx-copybutton = "^0.5.0"
73+
sphinx-copybutton = "*"
7474
sphinxext-rediraffe = "*"
7575
sphinx-autoapi = "*"
76-
myst_parser = "~0.17.0"
76+
myst_parser = "*"
7777

7878
### Testing ###
7979
pytest = "*"

0 commit comments

Comments
 (0)