From c5b8589900e131a4f3bec5cb0a62387b7da27628 Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Tue, 3 Oct 2023 22:26:26 -0500 Subject: [PATCH] Bump htmltools requirement --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 42408710d1..43fea1214b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = starlette>=0.17.1 websockets>=10.0 python-multipart - htmltools>=0.2.1 + htmltools>=0.3.0.9000 click>=8.1.4 markdown-it-py>=1.1.0 # This is needed for markdown-it-py. Without it, when loading shiny/ui/_markdown.py,