From 3bf04344f875d3868ac00626a58fe25d082c2dd2 Mon Sep 17 00:00:00 2001 From: Sam Wilson Date: Sat, 18 Oct 2025 13:10:52 -0400 Subject: [PATCH] Grab mistletoe with typing annotations --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ce35630..a1ce113 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ packages = find: python_requires = >=3.10 install_requires = libcst>=1.0.1,<2 - mistletoe>=1.2.1,<2 + mistletoe>=1.5.0,<2 importlib-resources>=6.0.1,<7 tomli>=2.0.1,<3 rich>=13.5.2,<14