diff --git a/requirements.txt b/requirements.txt index 143e4dc..20e9aa0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,3 +22,5 @@ mkdocs-redirects==1.2.2 # around incompatible/conflicting underlying dependencies. Each dependency # should include a comment explaining why it is needed, and under what # circumstances it can be removed in the future. +# Pinned click to avoid issues with autoreload https://github.com/squidfunk/mkdocs-material/issues/8478 +click<=8.2.2