Skip to content

Commit 9a2c88f

Browse files
committed
Publish 7.5.5
SHA256 hashes: jupyter-notebook-application-7.5.5.tgz: b16405d8ecaad7a8015950a9b59dcaf852d610fa9b850884b9544a25c8c4f8ba jupyter-notebook-application-extension-7.5.5.tgz: d5083d0659a35967cad43c5a527624330e2a99bbe53a9fc148f5a57a78270698 jupyter-notebook-console-extension-7.5.5.tgz: baa6fc310fdc354f999dd56ab7c96acf8ea87ca09817daf3b4227088abb11b52 jupyter-notebook-docmanager-extension-7.5.5.tgz: 2164418c9bc10f78f79ba9f6be5d9a444a13e7dabb77b70236b70daccda5f929 jupyter-notebook-documentsearch-extension-7.5.5.tgz: fa3d93115eb756d3327a82a5ccf0e5e3b9b5ee76f3344bb6f2548af665d24fc5 jupyter-notebook-help-extension-7.5.5.tgz: 81c99d4b98aee5868ede2e471ecd8709ad5577179951c1593003a294304fae4e jupyter-notebook-lab-extension-7.5.5.tgz: 2ac5fdedd00027bcc41c5a9bed3c805f2dd89407b96970e8b7022358dfa998d9 jupyter-notebook-notebook-extension-7.5.5.tgz: 86c5127dedb462e346573c1c91b4d19e4f89da621569646ef327b3440a367d09 jupyter-notebook-terminal-extension-7.5.5.tgz: 04347635f8b3216adbe1da322c68284e44d8d06eb27746946fcc50255ed079c7 jupyter-notebook-tree-7.5.5.tgz: c25900749d62b15458f673bf9a5172991966969df5685cb9371f0b14ca875020 jupyter-notebook-tree-extension-7.5.5.tgz: 7ea4e293261fbaac2e09043a704aaac9187fe7142cce8f6cedbe6c61785f8420 jupyter-notebook-ui-components-7.5.5.tgz: ad2494f157c4736f63a5c3ea5ef103693a66ec8952368f9d4793c110cb064bda notebook-7.5.5-py3-none-any.whl: a7c14dbeefa6592e87f72290ca982e0c10f5bbf3786be2a600fda9da2764a2b8 notebook-7.5.5.tar.gz: dc0bfab0f2372c8278c457423d3256c34154ac2cc76bf20e9925260c461013c3
1 parent 4f8438b commit 9a2c88f

File tree

18 files changed

+130
-111
lines changed

18 files changed

+130
-111
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,27 @@ Python 3.8 support has been dropped in this release.
7777

7878
<!-- <START NEW CHANGELOG ENTRY> -->
7979

80+
## 7.5.5
81+
82+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.4...4f8438b0c67dc4f010bf8cd052da4f16e2ed3828))
83+
84+
### Maintenance and upkeep improvements
85+
86+
- Update to JupyterLab v4.5.6 [#7861](https://github.com/jupyter/notebook/pull/7861) ([@jtpio](https://github.com/jtpio))
87+
- [7.5.x] Drop Python 3.9 on CI [#7860](https://github.com/jupyter/notebook/pull/7860) ([@jtpio](https://github.com/jtpio))
88+
- Fix check links [#7857](https://github.com/jupyter/notebook/pull/7857) ([@jtpio](https://github.com/jtpio))
89+
90+
### Contributors to this release
91+
92+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
93+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
94+
95+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2026-02-24&to=2026-03-11&type=c))
96+
97+
@jtpio ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2026-02-24..2026-03-11&type=Issues))
98+
99+
<!-- <END NEW CHANGELOG ENTRY> -->
100+
80101
## 7.5.4
81102

82103
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.3...e5d8418b706fcefd4208bb61c22399dd3123555b))
@@ -95,8 +116,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
95116

96117
@jtpio ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2026-01-26..2026-02-24&type=Issues))
97118

98-
<!-- <END NEW CHANGELOG ENTRY> -->
99-
100119
## 7.5.3
101120

102121
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.2...3f868f58c89f7f3367397fb52036cd2d04c3a670))

app/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.5.4",
3+
"version": "7.5.5",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -12,17 +12,17 @@
1212
"resolutions": {
1313
"@codemirror/state": "~6.5.4",
1414
"@codemirror/view": "~6.39.15",
15-
"@jupyter-notebook/application": "~7.5.4",
16-
"@jupyter-notebook/application-extension": "~7.5.4",
17-
"@jupyter-notebook/console-extension": "~7.5.4",
18-
"@jupyter-notebook/docmanager-extension": "~7.5.4",
19-
"@jupyter-notebook/documentsearch-extension": "~7.5.4",
20-
"@jupyter-notebook/help-extension": "~7.5.4",
21-
"@jupyter-notebook/notebook-extension": "~7.5.4",
22-
"@jupyter-notebook/terminal-extension": "~7.5.4",
23-
"@jupyter-notebook/tree": "~7.5.4",
24-
"@jupyter-notebook/tree-extension": "~7.5.4",
25-
"@jupyter-notebook/ui-components": "~7.5.4",
15+
"@jupyter-notebook/application": "~7.5.5",
16+
"@jupyter-notebook/application-extension": "~7.5.5",
17+
"@jupyter-notebook/console-extension": "~7.5.5",
18+
"@jupyter-notebook/docmanager-extension": "~7.5.5",
19+
"@jupyter-notebook/documentsearch-extension": "~7.5.5",
20+
"@jupyter-notebook/help-extension": "~7.5.5",
21+
"@jupyter-notebook/notebook-extension": "~7.5.5",
22+
"@jupyter-notebook/terminal-extension": "~7.5.5",
23+
"@jupyter-notebook/tree": "~7.5.5",
24+
"@jupyter-notebook/tree-extension": "~7.5.5",
25+
"@jupyter-notebook/ui-components": "~7.5.5",
2626
"@jupyter/react-components": "~0.16.7",
2727
"@jupyter/web-components": "~0.16.7",
2828
"@jupyter/ydoc": "~3.1.0",
@@ -127,17 +127,17 @@
127127
"yjs": "~13.6.8"
128128
},
129129
"dependencies": {
130-
"@jupyter-notebook/application": "^7.5.4",
131-
"@jupyter-notebook/application-extension": "^7.5.4",
132-
"@jupyter-notebook/console-extension": "^7.5.4",
133-
"@jupyter-notebook/docmanager-extension": "^7.5.4",
134-
"@jupyter-notebook/documentsearch-extension": "^7.5.4",
135-
"@jupyter-notebook/help-extension": "^7.5.4",
136-
"@jupyter-notebook/notebook-extension": "^7.5.4",
137-
"@jupyter-notebook/terminal-extension": "^7.5.4",
138-
"@jupyter-notebook/tree": "^7.5.4",
139-
"@jupyter-notebook/tree-extension": "^7.5.4",
140-
"@jupyter-notebook/ui-components": "^7.5.4",
130+
"@jupyter-notebook/application": "^7.5.5",
131+
"@jupyter-notebook/application-extension": "^7.5.5",
132+
"@jupyter-notebook/console-extension": "^7.5.5",
133+
"@jupyter-notebook/docmanager-extension": "^7.5.5",
134+
"@jupyter-notebook/documentsearch-extension": "^7.5.5",
135+
"@jupyter-notebook/help-extension": "^7.5.5",
136+
"@jupyter-notebook/notebook-extension": "^7.5.5",
137+
"@jupyter-notebook/terminal-extension": "^7.5.5",
138+
"@jupyter-notebook/tree": "^7.5.5",
139+
"@jupyter-notebook/tree-extension": "^7.5.5",
140+
"@jupyter-notebook/ui-components": "^7.5.5",
141141
"@jupyterlab/application-extension": "~4.5.6",
142142
"@jupyterlab/apputils-extension": "~4.5.6",
143143
"@jupyterlab/attachments": "~4.5.6",

buildutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/buildutils",
3-
"version": "7.5.4",
3+
"version": "7.5.5",
44
"private": true,
55
"description": "Jupyter Notebook - Build Utilities",
66
"homepage": "https://github.com/jupyter/notebook",

notebook/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from collections import namedtuple
77

88
# Use "hatch version xx.yy.zz" to handle version changes
9-
__version__ = "7.5.4"
9+
__version__ = "7.5.5"
1010

1111
# PEP440 version parser
1212
_version_regex = re.compile(

packages/_metapackage/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/metapackage",
3-
"version": "7.5.4",
3+
"version": "7.5.5",
44
"private": true,
55
"description": "Jupyter Notebook - Metapackage",
66
"homepage": "https://github.com/jupyter/notebook",
@@ -20,18 +20,18 @@
2020
"watch": "tsc -b -w --preserveWatchOutput"
2121
},
2222
"dependencies": {
23-
"@jupyter-notebook/application": "^7.5.4",
24-
"@jupyter-notebook/application-extension": "^7.5.4",
25-
"@jupyter-notebook/console-extension": "^7.5.4",
26-
"@jupyter-notebook/docmanager-extension": "^7.5.4",
27-
"@jupyter-notebook/documentsearch-extension": "^7.5.4",
28-
"@jupyter-notebook/help-extension": "^7.5.4",
29-
"@jupyter-notebook/lab-extension": "^7.5.4",
30-
"@jupyter-notebook/notebook-extension": "^7.5.4",
31-
"@jupyter-notebook/terminal-extension": "^7.5.4",
32-
"@jupyter-notebook/tree": "^7.5.4",
33-
"@jupyter-notebook/tree-extension": "^7.5.4",
34-
"@jupyter-notebook/ui-components": "^7.5.4"
23+
"@jupyter-notebook/application": "^7.5.5",
24+
"@jupyter-notebook/application-extension": "^7.5.5",
25+
"@jupyter-notebook/console-extension": "^7.5.5",
26+
"@jupyter-notebook/docmanager-extension": "^7.5.5",
27+
"@jupyter-notebook/documentsearch-extension": "^7.5.5",
28+
"@jupyter-notebook/help-extension": "^7.5.5",
29+
"@jupyter-notebook/lab-extension": "^7.5.5",
30+
"@jupyter-notebook/notebook-extension": "^7.5.5",
31+
"@jupyter-notebook/terminal-extension": "^7.5.5",
32+
"@jupyter-notebook/tree": "^7.5.5",
33+
"@jupyter-notebook/tree-extension": "^7.5.5",
34+
"@jupyter-notebook/ui-components": "^7.5.5"
3535
},
3636
"devDependencies": {
3737
"typescript": "~5.5.4"

packages/application-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application-extension",
3-
"version": "7.5.4",
3+
"version": "7.5.5",
44
"description": "Jupyter Notebook - Application Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,8 +38,8 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.5.4",
42-
"@jupyter-notebook/ui-components": "^7.5.4",
41+
"@jupyter-notebook/application": "^7.5.5",
42+
"@jupyter-notebook/ui-components": "^7.5.5",
4343
"@jupyterlab/application": "~4.5.6",
4444
"@jupyterlab/apputils": "~4.6.6",
4545
"@jupyterlab/codeeditor": "~4.5.6",

packages/application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application",
3-
"version": "7.5.4",
3+
"version": "7.5.5",
44
"description": "Jupyter Notebook - Application",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/console-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/console-extension",
3-
"version": "7.5.4",
3+
"version": "7.5.5",
44
"description": "Jupyter Notebook - Console Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.5.4",
41+
"@jupyter-notebook/application": "^7.5.5",
4242
"@jupyterlab/application": "~4.5.6",
4343
"@jupyterlab/console": "~4.5.6",
4444
"@jupyterlab/coreutils": "~6.5.6",

packages/docmanager-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/docmanager-extension",
3-
"version": "7.5.4",
3+
"version": "7.5.5",
44
"description": "Jupyter Notebook - Document Manager Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.5.4",
41+
"@jupyter-notebook/application": "^7.5.5",
4242
"@jupyterlab/application": "~4.5.6",
4343
"@jupyterlab/coreutils": "~6.5.6",
4444
"@jupyterlab/docmanager": "~4.5.6",

packages/documentsearch-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/documentsearch-extension",
3-
"version": "7.5.4",
3+
"version": "7.5.5",
44
"description": "Jupyter Notebook - Document Search Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.5.4",
41+
"@jupyter-notebook/application": "^7.5.5",
4242
"@jupyterlab/application": "~4.5.6",
4343
"@jupyterlab/documentsearch": "~4.5.6",
4444
"@lumino/widgets": "^2.7.3"

0 commit comments

Comments
 (0)