diff --git a/pyproject.toml b/pyproject.toml index 414f20dce6..0c40f9cd7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,19 +72,17 @@ dependencies = [ "django-sekizai == 2.0.0", "inflect >= 5.2.0", "autobahn >= 20.7.1, < 21.0.0", - "lunr == 0.6.0", + "lunr == 0.7.0.post1", "simpleeval <= 1.0", "uritemplate == 4.1.1", - "Jinja2 < 3.1", "tzdata >= 2022.6", - "pydantic < 2.0", # for unit tests and code formatting "mock >= 4.0.3", "model_mommy >= 2.0", "anything ==0.2.1", "black >= 22.6", "isort >= 5.10", - "parameterized ==0.8.1" + "parameterized == 0.9.0" ] [project.optional-dependencies]