diff --git a/pyproject.toml b/pyproject.toml index b217f6a8e1..25f56de882 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,6 @@ test = [ "import-linter==1.12.1", "ipython>=7.31.1, <8.0; python_version < '3.8'", "ipython~=8.10; python_version >= '3.8'", - "Jinja2<3.1.0", "jupyterlab_server>=2.11.1", "jupyterlab>=3,<5", "jupyter~=1.0", @@ -100,7 +99,7 @@ docs = [ "sphinx-notfound-page", "ipykernel>=5.3, <7.0", "myst-parser>=1.0,<2.1", - "Jinja2<3.1.0", + "Jinja2<3.2.0", ] all = [ "kedro[test,docs]" ]