Skip to content

Commit

Permalink
docs: freeze dependencies of docs build (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar authored Mar 22, 2024
1 parent df6aaca commit ac54095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ dev = [
"mypy ~= 1.7.1",
"pre-commit ~= 3.4.0",
"pydoc-markdown ~= 4.8.2",
"databind == 4.4.2", # HACK the docs build broke with databind 4.5, hopefully this will be fixed in a future pydoc-markdown release
"pytest ~= 7.4.2",
"pytest-asyncio ~= 0.21.0",
"pytest-cov ~= 4.1.0",
Expand Down

0 comments on commit ac54095

Please sign in to comment.