Skip to content

Commit ac54095

Browse files
authored
docs: freeze dependencies of docs build (#195)
1 parent df6aaca commit ac54095

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
@@ -47,6 +47,7 @@ dev = [
4747
"mypy ~= 1.7.1",
4848
"pre-commit ~= 3.4.0",
4949
"pydoc-markdown ~= 4.8.2",
50+
"databind == 4.4.2", # HACK the docs build broke with databind 4.5, hopefully this will be fixed in a future pydoc-markdown release
5051
"pytest ~= 7.4.2",
5152
"pytest-asyncio ~= 0.21.0",
5253
"pytest-cov ~= 4.1.0",

0 commit comments

Comments
 (0)