Skip to content

Commit 19132cd

Browse files
authored
docs: freeze dependencies of docs build (#186)
1 parent 0aad911 commit 19132cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dev = [
3636
"mypy ~= 1.7.0",
3737
"pre-commit ~= 3.4.0",
3838
"pydoc-markdown ~= 4.8.2",
39+
"databind == 4.4.2", # HACK the docs build broke with databind 4.5, hopefully this will be fixed in a future pydoc-markdown release
3940
"pytest ~= 7.4.2",
4041
"pytest-asyncio ~= 0.21.0",
4142
"pytest-cov ~= 4.1.0",

0 commit comments

Comments
 (0)