From 6f42ce28196a6265633ad1136868f2506336d5a1 Mon Sep 17 00:00:00 2001 From: jtpio Date: Wed, 30 Aug 2023 14:30:01 +0000 Subject: [PATCH] Publish 7.0.3 SHA256 hashes: jupyter-notebook-application-7.0.3.tgz: ef32717f8a67b4c50743d86cd14570763e3505a4e27b08d4327b8e4549697113 jupyter-notebook-application-extension-7.0.3.tgz: 0fa04ec7f7f36755e719f47bc6102e2fd6fa904e9029f8eef1fefd96ce6c15b1 jupyter-notebook-console-extension-7.0.3.tgz: bdffa896ecc7d8dc8276a3c7c224d4082dd37185ea3c0564c098c506e2bd0b1c jupyter-notebook-docmanager-extension-7.0.3.tgz: f30a1c404fed5ab447b2e489cbc85178ce7494cb31f1b4376ec4c8a0c8ebed35 jupyter-notebook-documentsearch-extension-7.0.3.tgz: 23d30c5663b1b1584d7122b4a55cb77564b2d393a8dd51f7646e590276961f9a jupyter-notebook-help-extension-7.0.3.tgz: 5aad0bf8b7d638d20d656223506e9ab57f68c54ffc0db7d07a43b1129602bc3d jupyter-notebook-lab-extension-7.0.3.tgz: 712a28d77f29a140caf5c0a1ac122af3414327e5d76a2d3b3dd2487c6af2f12c jupyter-notebook-notebook-extension-7.0.3.tgz: 53e8d65a2868ab4373dec920c936a684e04b185ca55903ee047f401efe22b384 jupyter-notebook-terminal-extension-7.0.3.tgz: 862c8dcd49b763e9abf9749755e071778ec4b90faa226270a26cf6e24279de9f jupyter-notebook-tree-7.0.3.tgz: 3fce313643ccaca09267e45a15410809e615581160f4a2fc269b6ed31d8de00c jupyter-notebook-tree-extension-7.0.3.tgz: 4cf102c057ed4d51e3c3ef3216db8949337e0ed8934d8becedfa2528c9dbade3 jupyter-notebook-ui-components-7.0.3.tgz: ac270ea96883c4ef3a775e67d41e2d5ffb682d428c996141f80abbf38a3f40fc notebook-7.0.3-py3-none-any.whl: 786ab2e3287c068667adce3029b540dd18fc5d23f49181b4b4ee4f6b48a7ca81 notebook-7.0.3.tar.gz: 07f3c5062fd0e6e69864437a0347abc485d991aae87a92c47d659699f571b729 --- CHANGELOG.md | 28 +++++- app/package.json | 46 +++++----- buildutils/package.json | 2 +- notebook/_version.py | 2 +- packages/_metapackage/package.json | 26 +++--- packages/application-extension/package.json | 6 +- packages/application/package.json | 2 +- packages/console-extension/package.json | 2 +- packages/docmanager-extension/package.json | 4 +- .../documentsearch-extension/package.json | 4 +- packages/help-extension/package.json | 4 +- packages/lab-extension/package.json | 4 +- packages/notebook-extension/package.json | 4 +- packages/terminal-extension/package.json | 2 +- packages/tree-extension/package.json | 6 +- packages/tree/package.json | 4 +- packages/ui-components/package.json | 2 +- yarn.lock | 90 +++++++++---------- 18 files changed, 131 insertions(+), 107 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c50e09903a..fa84d37860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,32 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with +## 7.0.3 + +([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.2...e2eb8f2a166ba7b339309b8bfbff40e6c9e0a9b9)) + +### Bugs fixed + +- Require importlib_resources for testing on Python \< 3.10 [#7016](https://github.com/jupyter/notebook/pull/7016) ([@bnavigator](https://github.com/bnavigator)) +- Fix Python 3.12 compatibility [#6965](https://github.com/jupyter/notebook/pull/6965) ([@frenzymadness](https://github.com/frenzymadness)) + +### Maintenance and upkeep improvements + +- Update to JupyterLab 4.0.5 [#7013](https://github.com/jupyter/notebook/pull/7013) ([@jtpio](https://github.com/jtpio)) +- Test against Python 3.12 [#6999](https://github.com/jupyter/notebook/pull/6999) ([@jtpio](https://github.com/jtpio)) + +### Documentation improvements + +- Mention the nx graph in the contributing guide [#7001](https://github.com/jupyter/notebook/pull/7001) ([@jtpio](https://github.com/jtpio)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-08-04&to=2023-08-30&type=c)) + +[@bnavigator](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abnavigator+updated%3A2023-08-04..2023-08-30&type=Issues) | [@defjaf](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adefjaf+updated%3A2023-08-04..2023-08-30&type=Issues) | [@frenzymadness](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Afrenzymadness+updated%3A2023-08-04..2023-08-30&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-08-04..2023-08-30&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-08-04..2023-08-30&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akevin-bates+updated%3A2023-08-04..2023-08-30&type=Issues) + + + ## 7.0.2 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.1...af5edd42374cadba65feed2e6828b1ef96295daf)) @@ -36,8 +62,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with [@echarles](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aecharles+updated%3A2023-07-31..2023-08-04&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-07-31..2023-08-04&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-07-31..2023-08-04&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akevin-bates+updated%3A2023-07-31..2023-08-04&type=Issues) | [@Mikil03](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AMikil03+updated%3A2023-07-31..2023-08-04&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-07-31..2023-08-04&type=Issues) | [@shaneknapp](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ashaneknapp+updated%3A2023-07-31..2023-08-04&type=Issues) | [@yjrab](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ayjrab+updated%3A2023-07-31..2023-08-04&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AZsailer+updated%3A2023-07-31..2023-08-04&type=Issues) - - ## 7.0.1 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.0...ac3c882a246b46c15c1963ef4b65427a4257b132)) diff --git a/app/package.json b/app/package.json index 0ccf4e85d0..91054e0b5f 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/app", - "version": "7.0.2", + "version": "7.0.3", "private": true, "scripts": { "build": "webpack", @@ -12,17 +12,17 @@ "resolutions": { "@codemirror/state": "~6.2.1", "@codemirror/view": "~6.15.3", - "@jupyter-notebook/application": "~7.0.2", - "@jupyter-notebook/application-extension": "~7.0.2", - "@jupyter-notebook/console-extension": "~7.0.2", - "@jupyter-notebook/docmanager-extension": "~7.0.2", - "@jupyter-notebook/documentsearch-extension": "~7.0.2", - "@jupyter-notebook/help-extension": "~7.0.2", - "@jupyter-notebook/notebook-extension": "~7.0.2", - "@jupyter-notebook/terminal-extension": "~7.0.2", - "@jupyter-notebook/tree": "~7.0.2", - "@jupyter-notebook/tree-extension": "~7.0.2", - "@jupyter-notebook/ui-components": "~7.0.2", + "@jupyter-notebook/application": "~7.0.3", + "@jupyter-notebook/application-extension": "~7.0.3", + "@jupyter-notebook/console-extension": "~7.0.3", + "@jupyter-notebook/docmanager-extension": "~7.0.3", + "@jupyter-notebook/documentsearch-extension": "~7.0.3", + "@jupyter-notebook/help-extension": "~7.0.3", + "@jupyter-notebook/notebook-extension": "~7.0.3", + "@jupyter-notebook/terminal-extension": "~7.0.3", + "@jupyter-notebook/tree": "~7.0.3", + "@jupyter-notebook/tree-extension": "~7.0.3", + "@jupyter-notebook/ui-components": "~7.0.3", "@jupyter/ydoc": "~1.0.2", "@jupyterlab/application": "~4.0.5", "@jupyterlab/application-extension": "~4.0.5", @@ -116,17 +116,17 @@ "yjs": "~13.6.7" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.2", - "@jupyter-notebook/application-extension": "^7.0.2", - "@jupyter-notebook/console-extension": "^7.0.2", - "@jupyter-notebook/docmanager-extension": "^7.0.2", - "@jupyter-notebook/documentsearch-extension": "^7.0.2", - "@jupyter-notebook/help-extension": "^7.0.2", - "@jupyter-notebook/notebook-extension": "^7.0.2", - "@jupyter-notebook/terminal-extension": "^7.0.2", - "@jupyter-notebook/tree": "^7.0.2", - "@jupyter-notebook/tree-extension": "^7.0.2", - "@jupyter-notebook/ui-components": "^7.0.2", + "@jupyter-notebook/application": "^7.0.3", + "@jupyter-notebook/application-extension": "^7.0.3", + "@jupyter-notebook/console-extension": "^7.0.3", + "@jupyter-notebook/docmanager-extension": "^7.0.3", + "@jupyter-notebook/documentsearch-extension": "^7.0.3", + "@jupyter-notebook/help-extension": "^7.0.3", + "@jupyter-notebook/notebook-extension": "^7.0.3", + "@jupyter-notebook/terminal-extension": "^7.0.3", + "@jupyter-notebook/tree": "^7.0.3", + "@jupyter-notebook/tree-extension": "^7.0.3", + "@jupyter-notebook/ui-components": "^7.0.3", "@jupyterlab/application-extension": "^4.0.5", "@jupyterlab/apputils-extension": "^4.0.5", "@jupyterlab/attachments": "^4.0.5", diff --git a/buildutils/package.json b/buildutils/package.json index 13bec1a9fa..0415fad1ba 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/buildutils", - "version": "7.0.2", + "version": "7.0.3", "private": true, "description": "Jupyter Notebook - Build Utilities", "homepage": "https://github.com/jupyter/notebook", diff --git a/notebook/_version.py b/notebook/_version.py index d1f26e849d..488b177a23 100644 --- a/notebook/_version.py +++ b/notebook/_version.py @@ -5,7 +5,7 @@ from collections import namedtuple # Use "hatch version xx.yy.zz" to handle version changes -__version__ = "7.0.2" +__version__ = "7.0.3" # PEP440 version parser _version_regex = re.compile( diff --git a/packages/_metapackage/package.json b/packages/_metapackage/package.json index 8ad4d2116c..f9420e4636 100644 --- a/packages/_metapackage/package.json +++ b/packages/_metapackage/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/metapackage", - "version": "7.0.2", + "version": "7.0.3", "private": true, "description": "Jupyter Notebook - Metapackage", "homepage": "https://github.com/jupyter/notebook", @@ -20,18 +20,18 @@ "watch": "tsc -b -w --preserveWatchOutput" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.2", - "@jupyter-notebook/application-extension": "^7.0.2", - "@jupyter-notebook/console-extension": "^7.0.2", - "@jupyter-notebook/docmanager-extension": "^7.0.2", - "@jupyter-notebook/documentsearch-extension": "^7.0.2", - "@jupyter-notebook/help-extension": "^7.0.2", - "@jupyter-notebook/lab-extension": "^7.0.2", - "@jupyter-notebook/notebook-extension": "^7.0.2", - "@jupyter-notebook/terminal-extension": "^7.0.2", - "@jupyter-notebook/tree": "^7.0.2", - "@jupyter-notebook/tree-extension": "^7.0.2", - "@jupyter-notebook/ui-components": "^7.0.2" + "@jupyter-notebook/application": "^7.0.3", + "@jupyter-notebook/application-extension": "^7.0.3", + "@jupyter-notebook/console-extension": "^7.0.3", + "@jupyter-notebook/docmanager-extension": "^7.0.3", + "@jupyter-notebook/documentsearch-extension": "^7.0.3", + "@jupyter-notebook/help-extension": "^7.0.3", + "@jupyter-notebook/lab-extension": "^7.0.3", + "@jupyter-notebook/notebook-extension": "^7.0.3", + "@jupyter-notebook/terminal-extension": "^7.0.3", + "@jupyter-notebook/tree": "^7.0.3", + "@jupyter-notebook/tree-extension": "^7.0.3", + "@jupyter-notebook/ui-components": "^7.0.3" }, "devDependencies": { "typescript": "~5.0.2" diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index 6d04348ff3..70e8d348b1 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application-extension", - "version": "7.0.2", + "version": "7.0.3", "description": "Jupyter Notebook - Application Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,8 +38,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.2", - "@jupyter-notebook/ui-components": "^7.0.2", + "@jupyter-notebook/application": "^7.0.3", + "@jupyter-notebook/ui-components": "^7.0.3", "@jupyterlab/application": "^4.0.5", "@jupyterlab/apputils": "^4.1.5", "@jupyterlab/codeeditor": "^4.0.5", diff --git a/packages/application/package.json b/packages/application/package.json index 3bf1b35ed6..7f3b2ca643 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application", - "version": "7.0.2", + "version": "7.0.3", "description": "Jupyter Notebook - Application", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/console-extension/package.json b/packages/console-extension/package.json index bc1cf69290..6f53016d90 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/console-extension", - "version": "7.0.2", + "version": "7.0.3", "description": "Jupyter Notebook - Console Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index 3b12316a00..946b2e2641 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/docmanager-extension", - "version": "7.0.2", + "version": "7.0.3", "description": "Jupyter Notebook - Document Manager Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.2", + "@jupyter-notebook/application": "^7.0.3", "@jupyterlab/application": "^4.0.5", "@jupyterlab/coreutils": "^6.0.5", "@jupyterlab/docmanager": "^4.0.5", diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index fc17336e5b..f9c8300237 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/documentsearch-extension", - "version": "7.0.2", + "version": "7.0.3", "description": "Jupyter Notebook - Document Search Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.2", + "@jupyter-notebook/application": "^7.0.3", "@jupyterlab/application": "^4.0.5", "@jupyterlab/documentsearch": "^4.0.5", "@lumino/widgets": "^2.3.0" diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 280d9cb29f..90cc9de23f 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/help-extension", - "version": "7.0.2", + "version": "7.0.3", "description": "Jupyter Notebook - Help Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/ui-components": "^7.0.2", + "@jupyter-notebook/ui-components": "^7.0.3", "@jupyterlab/application": "^4.0.5", "@jupyterlab/apputils": "^4.1.5", "@jupyterlab/mainmenu": "^4.0.5", diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index 0eefa0ceb3..5e2d932d58 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/lab-extension", - "version": "7.0.2", + "version": "7.0.3", "description": "Jupyter Notebook - Lab Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -43,7 +43,7 @@ "watch:src": "tsc -w" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.2", + "@jupyter-notebook/application": "^7.0.3", "@jupyterlab/application": "^4.0.5", "@jupyterlab/apputils": "^4.1.5", "@jupyterlab/coreutils": "^6.0.5", diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index d0b3de47c3..0ce1a6fa20 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/notebook-extension", - "version": "7.0.2", + "version": "7.0.3", "description": "Jupyter Notebook - Notebook Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.2", + "@jupyter-notebook/application": "^7.0.3", "@jupyterlab/application": "^4.0.5", "@jupyterlab/apputils": "^4.1.5", "@jupyterlab/cells": "^4.0.5", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index 2d72d3516a..38c8fd122f 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/terminal-extension", - "version": "7.0.2", + "version": "7.0.3", "description": "Jupyter Notebook - Terminal Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index bcf32a07e0..d2854be70e 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/tree-extension", - "version": "7.0.2", + "version": "7.0.3", "description": "Jupyter Notebook - Tree Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,8 +38,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.2", - "@jupyter-notebook/tree": "^7.0.2", + "@jupyter-notebook/application": "^7.0.3", + "@jupyter-notebook/tree": "^7.0.3", "@jupyterlab/application": "^4.0.5", "@jupyterlab/apputils": "^4.1.5", "@jupyterlab/coreutils": "^6.0.5", diff --git a/packages/tree/package.json b/packages/tree/package.json index a6deeacfa2..943f9f4fff 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/tree", - "version": "7.0.2", + "version": "7.0.3", "description": "Jupyter Notebook - Tree", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.2", + "@jupyter-notebook/application": "^7.0.3", "@jupyterlab/application": "^4.0.5", "@jupyterlab/apputils": "^4.1.5", "@jupyterlab/coreutils": "^6.0.5", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index d3659b9e03..ce5d2c63ec 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/ui-components", - "version": "7.0.2", + "version": "7.0.3", "description": "Jupyter Notebook - UI components", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/yarn.lock b/yarn.lock index 347fa094ef..b8aac5141d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2074,17 +2074,17 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/app@workspace:app" dependencies: - "@jupyter-notebook/application": ^7.0.2 - "@jupyter-notebook/application-extension": ^7.0.2 - "@jupyter-notebook/console-extension": ^7.0.2 - "@jupyter-notebook/docmanager-extension": ^7.0.2 - "@jupyter-notebook/documentsearch-extension": ^7.0.2 - "@jupyter-notebook/help-extension": ^7.0.2 - "@jupyter-notebook/notebook-extension": ^7.0.2 - "@jupyter-notebook/terminal-extension": ^7.0.2 - "@jupyter-notebook/tree": ^7.0.2 - "@jupyter-notebook/tree-extension": ^7.0.2 - "@jupyter-notebook/ui-components": ^7.0.2 + "@jupyter-notebook/application": ^7.0.3 + "@jupyter-notebook/application-extension": ^7.0.3 + "@jupyter-notebook/console-extension": ^7.0.3 + "@jupyter-notebook/docmanager-extension": ^7.0.3 + "@jupyter-notebook/documentsearch-extension": ^7.0.3 + "@jupyter-notebook/help-extension": ^7.0.3 + "@jupyter-notebook/notebook-extension": ^7.0.3 + "@jupyter-notebook/terminal-extension": ^7.0.3 + "@jupyter-notebook/tree": ^7.0.3 + "@jupyter-notebook/tree-extension": ^7.0.3 + "@jupyter-notebook/ui-components": ^7.0.3 "@jupyterlab/application-extension": ^4.0.5 "@jupyterlab/apputils-extension": ^4.0.5 "@jupyterlab/attachments": ^4.0.5 @@ -2152,12 +2152,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/application-extension@^7.0.2, @jupyter-notebook/application-extension@workspace:packages/application-extension": +"@jupyter-notebook/application-extension@^7.0.3, @jupyter-notebook/application-extension@workspace:packages/application-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/application-extension@workspace:packages/application-extension" dependencies: - "@jupyter-notebook/application": ^7.0.2 - "@jupyter-notebook/ui-components": ^7.0.2 + "@jupyter-notebook/application": ^7.0.3 + "@jupyter-notebook/ui-components": ^7.0.3 "@jupyterlab/application": ^4.0.5 "@jupyterlab/apputils": ^4.1.5 "@jupyterlab/codeeditor": ^4.0.5 @@ -2177,7 +2177,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/application@^7.0.2, @jupyter-notebook/application@workspace:packages/application": +"@jupyter-notebook/application@^7.0.3, @jupyter-notebook/application@workspace:packages/application": version: 0.0.0-use.local resolution: "@jupyter-notebook/application@workspace:packages/application" dependencies: @@ -2217,7 +2217,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/console-extension@^7.0.2, @jupyter-notebook/console-extension@workspace:packages/console-extension": +"@jupyter-notebook/console-extension@^7.0.3, @jupyter-notebook/console-extension@workspace:packages/console-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/console-extension@workspace:packages/console-extension" dependencies: @@ -2230,11 +2230,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/docmanager-extension@^7.0.2, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension": +"@jupyter-notebook/docmanager-extension@^7.0.3, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension" dependencies: - "@jupyter-notebook/application": ^7.0.2 + "@jupyter-notebook/application": ^7.0.3 "@jupyterlab/application": ^4.0.5 "@jupyterlab/coreutils": ^6.0.5 "@jupyterlab/docmanager": ^4.0.5 @@ -2247,11 +2247,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/documentsearch-extension@^7.0.2, @jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension": +"@jupyter-notebook/documentsearch-extension@^7.0.3, @jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension" dependencies: - "@jupyter-notebook/application": ^7.0.2 + "@jupyter-notebook/application": ^7.0.3 "@jupyterlab/application": ^4.0.5 "@jupyterlab/documentsearch": ^4.0.5 "@lumino/widgets": ^2.3.0 @@ -2260,11 +2260,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/help-extension@^7.0.2, @jupyter-notebook/help-extension@workspace:packages/help-extension": +"@jupyter-notebook/help-extension@^7.0.3, @jupyter-notebook/help-extension@workspace:packages/help-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/help-extension@workspace:packages/help-extension" dependencies: - "@jupyter-notebook/ui-components": ^7.0.2 + "@jupyter-notebook/ui-components": ^7.0.3 "@jupyterlab/application": ^4.0.5 "@jupyterlab/apputils": ^4.1.5 "@jupyterlab/mainmenu": ^4.0.5 @@ -2276,11 +2276,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/lab-extension@^7.0.2, @jupyter-notebook/lab-extension@workspace:packages/lab-extension": +"@jupyter-notebook/lab-extension@^7.0.3, @jupyter-notebook/lab-extension@workspace:packages/lab-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/lab-extension@workspace:packages/lab-extension" dependencies: - "@jupyter-notebook/application": ^7.0.2 + "@jupyter-notebook/application": ^7.0.3 "@jupyterlab/application": ^4.0.5 "@jupyterlab/apputils": ^4.1.5 "@jupyterlab/builder": ^4.0.5 @@ -2300,27 +2300,27 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/metapackage@workspace:packages/_metapackage" dependencies: - "@jupyter-notebook/application": ^7.0.2 - "@jupyter-notebook/application-extension": ^7.0.2 - "@jupyter-notebook/console-extension": ^7.0.2 - "@jupyter-notebook/docmanager-extension": ^7.0.2 - "@jupyter-notebook/documentsearch-extension": ^7.0.2 - "@jupyter-notebook/help-extension": ^7.0.2 - "@jupyter-notebook/lab-extension": ^7.0.2 - "@jupyter-notebook/notebook-extension": ^7.0.2 - "@jupyter-notebook/terminal-extension": ^7.0.2 - "@jupyter-notebook/tree": ^7.0.2 - "@jupyter-notebook/tree-extension": ^7.0.2 - "@jupyter-notebook/ui-components": ^7.0.2 + "@jupyter-notebook/application": ^7.0.3 + "@jupyter-notebook/application-extension": ^7.0.3 + "@jupyter-notebook/console-extension": ^7.0.3 + "@jupyter-notebook/docmanager-extension": ^7.0.3 + "@jupyter-notebook/documentsearch-extension": ^7.0.3 + "@jupyter-notebook/help-extension": ^7.0.3 + "@jupyter-notebook/lab-extension": ^7.0.3 + "@jupyter-notebook/notebook-extension": ^7.0.3 + "@jupyter-notebook/terminal-extension": ^7.0.3 + "@jupyter-notebook/tree": ^7.0.3 + "@jupyter-notebook/tree-extension": ^7.0.3 + "@jupyter-notebook/ui-components": ^7.0.3 typescript: ~5.0.2 languageName: unknown linkType: soft -"@jupyter-notebook/notebook-extension@^7.0.2, @jupyter-notebook/notebook-extension@workspace:packages/notebook-extension": +"@jupyter-notebook/notebook-extension@^7.0.3, @jupyter-notebook/notebook-extension@workspace:packages/notebook-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/notebook-extension@workspace:packages/notebook-extension" dependencies: - "@jupyter-notebook/application": ^7.0.2 + "@jupyter-notebook/application": ^7.0.3 "@jupyterlab/application": ^4.0.5 "@jupyterlab/apputils": ^4.1.5 "@jupyterlab/cells": ^4.0.5 @@ -2355,7 +2355,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/terminal-extension@^7.0.2, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension": +"@jupyter-notebook/terminal-extension@^7.0.3, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/terminal-extension@workspace:packages/terminal-extension" dependencies: @@ -2368,12 +2368,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/tree-extension@^7.0.2, @jupyter-notebook/tree-extension@workspace:packages/tree-extension": +"@jupyter-notebook/tree-extension@^7.0.3, @jupyter-notebook/tree-extension@workspace:packages/tree-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/tree-extension@workspace:packages/tree-extension" dependencies: - "@jupyter-notebook/application": ^7.0.2 - "@jupyter-notebook/tree": ^7.0.2 + "@jupyter-notebook/application": ^7.0.3 + "@jupyter-notebook/tree": ^7.0.3 "@jupyterlab/application": ^4.0.5 "@jupyterlab/apputils": ^4.1.5 "@jupyterlab/coreutils": ^6.0.5 @@ -2394,11 +2394,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/tree@^7.0.2, @jupyter-notebook/tree@workspace:packages/tree": +"@jupyter-notebook/tree@^7.0.3, @jupyter-notebook/tree@workspace:packages/tree": version: 0.0.0-use.local resolution: "@jupyter-notebook/tree@workspace:packages/tree" dependencies: - "@jupyter-notebook/application": ^7.0.2 + "@jupyter-notebook/application": ^7.0.3 "@jupyterlab/application": ^4.0.5 "@jupyterlab/apputils": ^4.1.5 "@jupyterlab/coreutils": ^6.0.5 @@ -2419,7 +2419,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/ui-components@^7.0.2, @jupyter-notebook/ui-components@workspace:packages/ui-components": +"@jupyter-notebook/ui-components@^7.0.3, @jupyter-notebook/ui-components@workspace:packages/ui-components": version: 0.0.0-use.local resolution: "@jupyter-notebook/ui-components@workspace:packages/ui-components" dependencies: