From 6a9578915bc5b867115c180e99ee4c20c76b2162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 14:11:42 +0000 Subject: [PATCH 1/2] BUILD: Update jupyterlab requirement from <4.5,>=4.0.0 to >=4.0.0,<4.6 --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From 3af30a23efe569193d2a0db890bd558185b6fba4 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 18 Nov 2025 14:13:06 +0000 Subject: [PATCH 2/2] chore: adding changelog file 1656.dependencies.md [dependabot-skip] --- doc/changelog.d/1656.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1656.dependencies.md 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