Skip to content

Commit ecc3aaf

Browse files
committed
Publish 7.5.4
SHA256 hashes: jupyter-notebook-application-7.5.4.tgz: 659834b9241c3d1276c421dc758c84d5a9a43ebb9bc02785711f7df483c0f9f8 jupyter-notebook-application-extension-7.5.4.tgz: bffe18d661408ab8f3930b59ef02819f19a846b6cd72f466e2bc1b09b7d30a38 jupyter-notebook-console-extension-7.5.4.tgz: e2f432ec2555e60d3b21a274e3ebce14cf259d387b3858e89d135fffef5591ef jupyter-notebook-docmanager-extension-7.5.4.tgz: 470243dadb0bdd15b16b2a1ee406eb94e726bcb7c5bbbfa6e6cd9fe365eab1ce jupyter-notebook-documentsearch-extension-7.5.4.tgz: 1b071026e24ad4ae942dbf64b88ff49f0f9cca7b8056c2ecb42f7876507538c8 jupyter-notebook-help-extension-7.5.4.tgz: 3ccf899aa1b26595d7f19f94eeb32f96db0f80c49cb6b6c6edd4a5bfd0f0e4e4 jupyter-notebook-lab-extension-7.5.4.tgz: 777feb0d0ab5469ab0f13ded837458df6761fa1f1693fa79ab0c0126223e44dd jupyter-notebook-notebook-extension-7.5.4.tgz: 381353f103281f790a177d95d4798c851df4f7e051f257aa1d45a853a972954d jupyter-notebook-terminal-extension-7.5.4.tgz: 8715fef20f1957de19226425fd50ee9b06b95a254ad11f9cbf1e0a55ca41b194 jupyter-notebook-tree-7.5.4.tgz: 6a9a68fad70da8bda8b1a872ce6b214ec4cffca1ec4712b45d6aba79c6e3792c jupyter-notebook-tree-extension-7.5.4.tgz: cbd93ceeefa5e49a9e7457e491ff8ec915122c1c98db8cc8f88793f2432419ef jupyter-notebook-ui-components-7.5.4.tgz: 07c9cac9e794c7c69de955368a0c2c78bcea4522a000c7caa3850e8d6ef7609d notebook-7.5.4-py3-none-any.whl: 860e31782b3d3a25ca0819ff039f5cf77845d1bf30c78ef9528b88b25e0a9850 notebook-7.5.4.tar.gz: b928b2ba22cb63aa83df2e0e76fe3697950a0c1c4a41b84ebccf1972b1bb5771
1 parent e5d8418 commit ecc3aaf

File tree

18 files changed

+133
-115
lines changed

18 files changed

+133
-115
lines changed

CHANGELOG.md

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

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

80+
## 7.5.4
81+
82+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.3...e5d8418b706fcefd4208bb61c22399dd3123555b))
83+
84+
### Maintenance and upkeep improvements
85+
86+
- Update to JupyterLab v4.5.5 [#7842](https://github.com/jupyter/notebook/pull/7842) ([@jtpio](https://github.com/jtpio))
87+
- Fix PyO3 CI failure with Python 3.15 [#7836](https://github.com/jupyter/notebook/pull/7836) ([@jtpio](https://github.com/jtpio))
88+
89+
### Contributors to this release
90+
91+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
92+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
93+
94+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2026-01-26&to=2026-02-24&type=c))
95+
96+
@jtpio ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2026-01-26..2026-02-24&type=Issues))
97+
98+
<!-- <END NEW CHANGELOG ENTRY> -->
99+
80100
## 7.5.3
81101

82102
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.2...3f868f58c89f7f3367397fb52036cd2d04c3a670))
@@ -96,8 +116,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
96116

97117
@brichet ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2026-01-12..2026-01-26&type=Issues)) | @jtpio ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2026-01-12..2026-01-26&type=Issues))
98118

99-
<!-- <END NEW CHANGELOG ENTRY> -->
100-
101119
## 7.5.2
102120

103121
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.5.1...5823d7a925d3b6f006d018545f83eba885be6032))

app/package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.5.3",
3+
"version": "7.5.4",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -11,18 +11,18 @@
1111
},
1212
"resolutions": {
1313
"@codemirror/state": "~6.5.4",
14-
"@codemirror/view": "~6.39.11",
15-
"@jupyter-notebook/application": "~7.5.3",
16-
"@jupyter-notebook/application-extension": "~7.5.3",
17-
"@jupyter-notebook/console-extension": "~7.5.3",
18-
"@jupyter-notebook/docmanager-extension": "~7.5.3",
19-
"@jupyter-notebook/documentsearch-extension": "~7.5.3",
20-
"@jupyter-notebook/help-extension": "~7.5.3",
21-
"@jupyter-notebook/notebook-extension": "~7.5.3",
22-
"@jupyter-notebook/terminal-extension": "~7.5.3",
23-
"@jupyter-notebook/tree": "~7.5.3",
24-
"@jupyter-notebook/tree-extension": "~7.5.3",
25-
"@jupyter-notebook/ui-components": "~7.5.3",
14+
"@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",
2626
"@jupyter/react-components": "~0.16.7",
2727
"@jupyter/web-components": "~0.16.7",
2828
"@jupyter/ydoc": "~3.1.0",
@@ -111,33 +111,33 @@
111111
"@lezer/common": "~1.5.0",
112112
"@lezer/highlight": "~1.2.0",
113113
"@lumino/algorithm": "~2.0.4",
114-
"@lumino/application": "~2.4.6",
114+
"@lumino/application": "~2.4.8",
115115
"@lumino/commands": "~2.3.3",
116116
"@lumino/coreutils": "~2.2.2",
117117
"@lumino/disposable": "~2.1.5",
118118
"@lumino/domutils": "~2.0.4",
119-
"@lumino/dragdrop": "~2.1.7",
119+
"@lumino/dragdrop": "~2.1.8",
120120
"@lumino/messaging": "~2.0.4",
121121
"@lumino/properties": "~2.0.4",
122122
"@lumino/signaling": "~2.1.5",
123123
"@lumino/virtualdom": "~2.0.4",
124-
"@lumino/widgets": "~2.7.3",
124+
"@lumino/widgets": "~2.7.5",
125125
"react": "~18.2.0",
126126
"react-dom": "~18.2.0",
127127
"yjs": "~13.6.8"
128128
},
129129
"dependencies": {
130-
"@jupyter-notebook/application": "^7.5.3",
131-
"@jupyter-notebook/application-extension": "^7.5.3",
132-
"@jupyter-notebook/console-extension": "^7.5.3",
133-
"@jupyter-notebook/docmanager-extension": "^7.5.3",
134-
"@jupyter-notebook/documentsearch-extension": "^7.5.3",
135-
"@jupyter-notebook/help-extension": "^7.5.3",
136-
"@jupyter-notebook/notebook-extension": "^7.5.3",
137-
"@jupyter-notebook/terminal-extension": "^7.5.3",
138-
"@jupyter-notebook/tree": "^7.5.3",
139-
"@jupyter-notebook/tree-extension": "^7.5.3",
140-
"@jupyter-notebook/ui-components": "^7.5.3",
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",
141141
"@jupyterlab/application-extension": "~4.5.5",
142142
"@jupyterlab/apputils-extension": "~4.5.5",
143143
"@jupyterlab/attachments": "~4.5.5",

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.3",
3+
"version": "7.5.4",
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.3"
9+
__version__ = "7.5.4"
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.3",
3+
"version": "7.5.4",
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.3",
24-
"@jupyter-notebook/application-extension": "^7.5.3",
25-
"@jupyter-notebook/console-extension": "^7.5.3",
26-
"@jupyter-notebook/docmanager-extension": "^7.5.3",
27-
"@jupyter-notebook/documentsearch-extension": "^7.5.3",
28-
"@jupyter-notebook/help-extension": "^7.5.3",
29-
"@jupyter-notebook/lab-extension": "^7.5.3",
30-
"@jupyter-notebook/notebook-extension": "^7.5.3",
31-
"@jupyter-notebook/terminal-extension": "^7.5.3",
32-
"@jupyter-notebook/tree": "^7.5.3",
33-
"@jupyter-notebook/tree-extension": "^7.5.3",
34-
"@jupyter-notebook/ui-components": "^7.5.3"
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"
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.3",
3+
"version": "7.5.4",
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.3",
42-
"@jupyter-notebook/ui-components": "^7.5.3",
41+
"@jupyter-notebook/application": "^7.5.4",
42+
"@jupyter-notebook/ui-components": "^7.5.4",
4343
"@jupyterlab/application": "~4.5.5",
4444
"@jupyterlab/apputils": "~4.6.5",
4545
"@jupyterlab/codeeditor": "~4.5.5",

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.3",
3+
"version": "7.5.4",
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.3",
3+
"version": "7.5.4",
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.3",
41+
"@jupyter-notebook/application": "^7.5.4",
4242
"@jupyterlab/application": "~4.5.5",
4343
"@jupyterlab/console": "~4.5.5",
4444
"@jupyterlab/coreutils": "~6.5.5",

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.3",
3+
"version": "7.5.4",
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.3",
41+
"@jupyter-notebook/application": "^7.5.4",
4242
"@jupyterlab/application": "~4.5.5",
4343
"@jupyterlab/coreutils": "~6.5.5",
4444
"@jupyterlab/docmanager": "~4.5.5",

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.3",
3+
"version": "7.5.4",
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.3",
41+
"@jupyter-notebook/application": "^7.5.4",
4242
"@jupyterlab/application": "~4.5.5",
4343
"@jupyterlab/documentsearch": "~4.5.5",
4444
"@lumino/widgets": "^2.7.3"

0 commit comments

Comments
 (0)