Skip to content

Commit f34aad5

Browse files
committed
Publish 7.4.5
SHA256 hashes: jupyter-notebook-application-7.4.5.tgz: 9c00462ae7f0551be7bb3f77c33dd52291133920d76b459146c60100f5b9fd89 jupyter-notebook-application-extension-7.4.5.tgz: 7277475bdd2af84d3c532b36dc630ea09960ac81671f1e091d891bd5f116f63b jupyter-notebook-console-extension-7.4.5.tgz: e41cf55384bb3c8d88c2bee5640da9950eca28a1a28196f6a1ac011320ad91a7 jupyter-notebook-docmanager-extension-7.4.5.tgz: c29736800a278fde8c16d2284ca1f373f4854cb86c6d848902ff6a4effab76f8 jupyter-notebook-documentsearch-extension-7.4.5.tgz: fbab876aa4435c13127bf06cbe067ffdd86c44cd864c68925671e9f1e45468d5 jupyter-notebook-help-extension-7.4.5.tgz: ae13061a563320763322d35e499314fdd4d71bbdc7c7212a9485baa42bff5018 jupyter-notebook-lab-extension-7.4.5.tgz: 2f7658bcac7a723e94bd0f5ff55c4d42396a3b9992600b348a271c901313a52e jupyter-notebook-notebook-extension-7.4.5.tgz: 9d4624bbda709e3d4f78aeb644ab14d563ccfdc314fad119134567cd80acfd9e jupyter-notebook-terminal-extension-7.4.5.tgz: 499473a7610e73c4bb69913e71be40ce090af6947d79e8589ce68df0f7c5894f jupyter-notebook-tree-7.4.5.tgz: d6741a93ba42813c80379bc732235eb5b29310abbd5a9643fd5d52dbd27b8f3d jupyter-notebook-tree-extension-7.4.5.tgz: 0e12d89cc1fcb0fc9cd63d492ea5bd6b49c0f14a47df1192119f87b83780b055 jupyter-notebook-ui-components-7.4.5.tgz: 7b9b3317ab459194c7e7b0815a5f2e06a36676d1ea674120e3fb814a8a0bbb1d notebook-7.4.5-py3-none-any.whl: 351635461aca9dad08cf8946a4216f963e2760cc1bf7b1aaaecb23afc33ec046 notebook-7.4.5.tar.gz: 7c2c4ea245913c3ad8ab3e5d36b34a842c06e524556f5c2e1f5d7d08c986615e
1 parent 4cc6a9c commit f34aad5

File tree

18 files changed

+127
-112
lines changed

18 files changed

+127
-112
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,23 @@ or via the JSON Settings Editor in the Application Context Menu.
6969

7070
<!-- <START NEW CHANGELOG ENTRY> -->
7171

72+
## 7.4.5
73+
74+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.4...4cc6a9c365e47a3276da14a5f235197f19351191))
75+
76+
### Maintenance and upkeep improvements
77+
78+
- [7.4.x] Pin `httpx` [#7692](https://github.com/jupyter/notebook/pull/7692) ([@jtpio](https://github.com/jtpio))
79+
- Update to JupyterLab v4.4.5 [#7689](https://github.com/jupyter/notebook/pull/7689) ([@jtpio](https://github.com/jtpio))
80+
81+
### Contributors to this release
82+
83+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-06-30&to=2025-08-05&type=c))
84+
85+
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-06-30..2025-08-05&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-06-30..2025-08-05&type=Issues)
86+
87+
<!-- <END NEW CHANGELOG ENTRY> -->
88+
7289
## 7.4.4
7390

7491
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.3...62295ff009dda35e14117f05ca400b019713f1e3))
@@ -84,8 +101,6 @@ or via the JSON Settings Editor in the Application Context Menu.
84101

85102
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-05-26..2025-06-30&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-05-26..2025-06-30&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ameeseeksmachine+updated%3A2025-05-26..2025-06-30&type=Issues)
86103

87-
<!-- <END NEW CHANGELOG ENTRY> -->
88-
89104
## 7.4.3
90105

91106
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.2...071d48a2452bfeebcb275e6b8f0f2b067708445d))

app/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.4.4",
3+
"version": "7.4.5",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -11,18 +11,18 @@
1111
},
1212
"resolutions": {
1313
"@codemirror/state": "~6.5.2",
14-
"@codemirror/view": "~6.36.7",
15-
"@jupyter-notebook/application": "~7.4.4",
16-
"@jupyter-notebook/application-extension": "~7.4.4",
17-
"@jupyter-notebook/console-extension": "~7.4.4",
18-
"@jupyter-notebook/docmanager-extension": "~7.4.4",
19-
"@jupyter-notebook/documentsearch-extension": "~7.4.4",
20-
"@jupyter-notebook/help-extension": "~7.4.4",
21-
"@jupyter-notebook/notebook-extension": "~7.4.4",
22-
"@jupyter-notebook/terminal-extension": "~7.4.4",
23-
"@jupyter-notebook/tree": "~7.4.4",
24-
"@jupyter-notebook/tree-extension": "~7.4.4",
25-
"@jupyter-notebook/ui-components": "~7.4.4",
14+
"@codemirror/view": "~6.38.1",
15+
"@jupyter-notebook/application": "~7.4.5",
16+
"@jupyter-notebook/application-extension": "~7.4.5",
17+
"@jupyter-notebook/console-extension": "~7.4.5",
18+
"@jupyter-notebook/docmanager-extension": "~7.4.5",
19+
"@jupyter-notebook/documentsearch-extension": "~7.4.5",
20+
"@jupyter-notebook/help-extension": "~7.4.5",
21+
"@jupyter-notebook/notebook-extension": "~7.4.5",
22+
"@jupyter-notebook/terminal-extension": "~7.4.5",
23+
"@jupyter-notebook/tree": "~7.4.5",
24+
"@jupyter-notebook/tree-extension": "~7.4.5",
25+
"@jupyter-notebook/ui-components": "~7.4.5",
2626
"@jupyter/react-components": "~0.16.7",
2727
"@jupyter/web-components": "~0.16.7",
2828
"@jupyter/ydoc": "~3.0.4",
@@ -125,17 +125,17 @@
125125
"yjs": "~13.6.8"
126126
},
127127
"dependencies": {
128-
"@jupyter-notebook/application": "^7.4.4",
129-
"@jupyter-notebook/application-extension": "^7.4.4",
130-
"@jupyter-notebook/console-extension": "^7.4.4",
131-
"@jupyter-notebook/docmanager-extension": "^7.4.4",
132-
"@jupyter-notebook/documentsearch-extension": "^7.4.4",
133-
"@jupyter-notebook/help-extension": "^7.4.4",
134-
"@jupyter-notebook/notebook-extension": "^7.4.4",
135-
"@jupyter-notebook/terminal-extension": "^7.4.4",
136-
"@jupyter-notebook/tree": "^7.4.4",
137-
"@jupyter-notebook/tree-extension": "^7.4.4",
138-
"@jupyter-notebook/ui-components": "^7.4.4",
128+
"@jupyter-notebook/application": "^7.4.5",
129+
"@jupyter-notebook/application-extension": "^7.4.5",
130+
"@jupyter-notebook/console-extension": "^7.4.5",
131+
"@jupyter-notebook/docmanager-extension": "^7.4.5",
132+
"@jupyter-notebook/documentsearch-extension": "^7.4.5",
133+
"@jupyter-notebook/help-extension": "^7.4.5",
134+
"@jupyter-notebook/notebook-extension": "^7.4.5",
135+
"@jupyter-notebook/terminal-extension": "^7.4.5",
136+
"@jupyter-notebook/tree": "^7.4.5",
137+
"@jupyter-notebook/tree-extension": "^7.4.5",
138+
"@jupyter-notebook/ui-components": "^7.4.5",
139139
"@jupyterlab/application-extension": "~4.4.5",
140140
"@jupyterlab/apputils-extension": "~4.4.5",
141141
"@jupyterlab/attachments": "~4.4.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.4.4",
3+
"version": "7.4.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.4.4"
9+
__version__ = "7.4.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.4.4",
3+
"version": "7.4.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.4.4",
24-
"@jupyter-notebook/application-extension": "^7.4.4",
25-
"@jupyter-notebook/console-extension": "^7.4.4",
26-
"@jupyter-notebook/docmanager-extension": "^7.4.4",
27-
"@jupyter-notebook/documentsearch-extension": "^7.4.4",
28-
"@jupyter-notebook/help-extension": "^7.4.4",
29-
"@jupyter-notebook/lab-extension": "^7.4.4",
30-
"@jupyter-notebook/notebook-extension": "^7.4.4",
31-
"@jupyter-notebook/terminal-extension": "^7.4.4",
32-
"@jupyter-notebook/tree": "^7.4.4",
33-
"@jupyter-notebook/tree-extension": "^7.4.4",
34-
"@jupyter-notebook/ui-components": "^7.4.4"
23+
"@jupyter-notebook/application": "^7.4.5",
24+
"@jupyter-notebook/application-extension": "^7.4.5",
25+
"@jupyter-notebook/console-extension": "^7.4.5",
26+
"@jupyter-notebook/docmanager-extension": "^7.4.5",
27+
"@jupyter-notebook/documentsearch-extension": "^7.4.5",
28+
"@jupyter-notebook/help-extension": "^7.4.5",
29+
"@jupyter-notebook/lab-extension": "^7.4.5",
30+
"@jupyter-notebook/notebook-extension": "^7.4.5",
31+
"@jupyter-notebook/terminal-extension": "^7.4.5",
32+
"@jupyter-notebook/tree": "^7.4.5",
33+
"@jupyter-notebook/tree-extension": "^7.4.5",
34+
"@jupyter-notebook/ui-components": "^7.4.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.4.4",
3+
"version": "7.4.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.4.4",
42-
"@jupyter-notebook/ui-components": "^7.4.4",
41+
"@jupyter-notebook/application": "^7.4.5",
42+
"@jupyter-notebook/ui-components": "^7.4.5",
4343
"@jupyterlab/application": "~4.4.5",
4444
"@jupyterlab/apputils": "~4.5.5",
4545
"@jupyterlab/codeeditor": "~4.4.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.4.4",
3+
"version": "7.4.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.4.4",
3+
"version": "7.4.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.4.4",
41+
"@jupyter-notebook/application": "^7.4.5",
4242
"@jupyterlab/application": "~4.4.5",
4343
"@jupyterlab/console": "~4.4.5",
4444
"@jupyterlab/coreutils": "~6.4.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.4.4",
3+
"version": "7.4.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.4.4",
41+
"@jupyter-notebook/application": "^7.4.5",
4242
"@jupyterlab/application": "~4.4.5",
4343
"@jupyterlab/coreutils": "~6.4.5",
4444
"@jupyterlab/docmanager": "~4.4.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.4.4",
3+
"version": "7.4.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.4.4",
41+
"@jupyter-notebook/application": "^7.4.5",
4242
"@jupyterlab/application": "~4.4.5",
4343
"@jupyterlab/documentsearch": "~4.4.5",
4444
"@lumino/widgets": "^2.7.1"

0 commit comments

Comments
 (0)