Skip to content

Commit 88f2f16

Browse files
committed
[BUGFIX:build-system] Downgrade click
Click is an implicit requirement, installed for mkdocs. After version 8.2.1 it fails to watch for changes in the input files. Temporarily pin at version 8.2.1.
1 parent eb0e26d commit 88f2f16

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Babel==2.17.0
22
certifi==2025.10.5
3-
click==8.3.0
3+
# Pin because of bug with `--watch` option
4+
# - https://github.com/squidfunk/mkdocs-material/issues/8478
5+
# - https://github.com/mkdocs/mkdocs/issues/4032
6+
click==8.2.1
47
confuse==2.1.0
58
future==1.0.0
69
gitdb==4.0.12

0 commit comments

Comments
 (0)