From 2b5ce6c64dab2b5e024f6ae44b2b23e58bbe5c6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 20:28:15 +0000 Subject: [PATCH] Update jupyterlab requirement from 3.4.4 to 3.4.5 Updates the requirements on [jupyterlab](https://github.com/jupyterlab/jupyterlab) to permit the latest version. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/vdom@3.4.4...@jupyterlab/vdom@3.4.5) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b79bba1..e5060bc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ ansys-openapi-common = "< 2.0.0" ansys-grantami-bomanalytics-openapi = "1.0.0" # Common packages for test, examples, and docs -jupyterlab = { version = "3.4.4", optional = true } +jupyterlab = { version = "3.4.5", optional = true } lxml = { version = "4.9.1", optional = true } pandas = { version = "1.3.5", optional = true } tabulate = { version = "0.8.10", optional = true }