diff --git a/doc/changelog.d/1656.dependencies.md b/doc/changelog.d/1656.dependencies.md new file mode 100644 index 0000000000..4561255762 --- /dev/null +++ b/doc/changelog.d/1656.dependencies.md @@ -0,0 +1 @@ +Update jupyterlab requirement from <4.5,>=4.0.0 to >=4.0.0,<4.6 diff --git a/pyproject.toml b/pyproject.toml index 5ecfe26307..a1bcbbd614 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ doc = [ "ansys-sphinx-theme[autoapi]>=1.0.0,<1.7", "imageio>=2.30.0,<2.38", "ipython>=8.13.0,<8.32", - "jupyterlab>=4.0.0,<4.5", + "jupyterlab>=4.0.0,<4.6", "jupytext>=1.16.0,<1.19", "matplotlib>=3.5.0,<3.11", "nbsphinx>=0.9.0,<0.10",