From 2b0db3521cf3d0032796a4f2e217091f3ba387a8 Mon Sep 17 00:00:00 2001 From: tristanlatr <19967168+tristanlatr@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:59:54 -0500 Subject: [PATCH] Bump lunr.py version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 09edf2a4f..2b7798ba4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ install_requires = astor; python_version < "3.9" attrs docutils>=0.17 - lunr==0.6.2 + lunr=>0.6.2<=0.8.8 configargparse toml importlib_metadata; python_version < "3.8"