From 4508208fc8bc2d998b96c4d5b65bbc63fd40ebff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 20:35:42 +0000 Subject: [PATCH] Update jupyterlab requirement from 3.4.6 to 3.4.7 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/@jupyterlab/vdom@3.4.7/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/vdom@3.4.6...@jupyterlab/vdom@3.4.7) --- 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 56a5bf85..440fbc20 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.6", optional = true } +jupyterlab = { version = "3.4.7", optional = true } lxml = { version = "4.9.1", optional = true } pandas = { version = "1.3.5", optional = true } tabulate = { version = "0.8.10", optional = true }