Skip to content

Commit 231151f

Browse files
committed
fix: reload broken with latest click
Recommended to pin click, see squidfunk/mkdocs-material#8478, alternative of requiring users to always pass the `--livereload` flag would be a breaking change and would require some docs update. Fixing it here should fix it transitively in techdocs-container - let me know if you prefer to only pin the dependency there.
1 parent 48f95c7 commit 231151f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ mkdocs-redirects==1.2.2
2222
# around incompatible/conflicting underlying dependencies. Each dependency
2323
# should include a comment explaining why it is needed, and under what
2424
# circumstances it can be removed in the future.
25+
# Pinned click to avoid issues with autoreload https://github.com/squidfunk/mkdocs-material/issues/8478
26+
click<=8.2.2

0 commit comments

Comments
 (0)