Skip to content

Commit 744407b

Browse files
authored
Fixed Mend issues (#2114)
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
1 parent 5733858 commit 744407b

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

changes/noissue.mend.fix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed Mend issues up to 2026-02-26.

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ ruff>=0.3.5
134134
# dependency resolution, so for now we pin notebook to <6.5.
135135
# TODO: Re-enable for Python 3.13 on Windows once pywin32 install issue is solved, see
136136
# https://github.com/mhammond/pywin32/issues/2367
137-
notebook>=7.2.2; sys_platform != 'win32' or python_version <= '3.12'
137+
notebook>=7.4.2; sys_platform != 'win32' or python_version <= '3.12'
138138
jupyter>=1.0.0; sys_platform != 'win32' or python_version <= '3.12'
139139
jupyter-console>=6.6.3; sys_platform != 'win32' or python_version <= '3.12'
140140
ipywidgets>=8.0.5; sys_platform != 'win32' or python_version <= '3.12'
@@ -150,7 +150,7 @@ jupyter-core>=5.3.0; sys_platform != 'win32' or python_version <= '3.12'
150150
ipython-genutils>=0.2.0; sys_platform != 'win32' or python_version <= '3.12'
151151
ipython>=8.10.0; sys_platform != 'win32' or python_version <= '3.12'
152152
jupyter-server>=2.14.1; sys_platform != 'win32' or python_version <= '3.12'
153-
jupyterlab>=4.2.5; sys_platform != 'win32' or python_version <= '3.12'
153+
jupyterlab>=4.4.8; sys_platform != 'win32' or python_version <= '3.12'
154154
jupyterlab-server>=2.27.1; sys_platform != 'win32' or python_version <= '3.12'
155155
notebook-shim>=0.2.3; sys_platform != 'win32' or python_version <= '3.12'
156156

@@ -164,7 +164,7 @@ pywin32>=303; sys_platform == 'win32' and python_version <= '3.11'
164164
pywin32>=306; sys_platform == 'win32' and python_version == '3.12'
165165

166166
# The tornado package is used by ipykernel which is used by jupyter.
167-
tornado>=6.5
167+
tornado>=6.5.3
168168

169169
# pyzmq 26.1.0 added wheel archives for Python 3.13
170170
# pyzmq 27.0.1 added wheel archives for Python 3.14

minimum-constraints-develop.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ ruff==0.3.5
108108
# Jupyter Notebook (no imports, invoked via jupyter script):
109109
# TODO: Re-enable for Python 3.13 on Windows once pywin32 install issue is solved, see
110110
# https://github.com/mhammond/pywin32/issues/2367
111-
notebook==7.2.2; sys_platform != 'win32' or python_version <= '3.12'
111+
notebook==7.4.2; sys_platform != 'win32' or python_version <= '3.12'
112112
jupyter==1.0.0; sys_platform != 'win32' or python_version <= '3.12'
113113
jupyter-console==6.6.3; sys_platform != 'win32' or python_version <= '3.12'
114114
ipywidgets==8.0.5; sys_platform != 'win32' or python_version <= '3.12'
@@ -124,7 +124,7 @@ jupyter-core==5.3.0; sys_platform != 'win32' or python_version <= '3.12'
124124
ipython-genutils==0.2.0; sys_platform != 'win32' or python_version <= '3.12'
125125
ipython==8.10.0; sys_platform != 'win32' or python_version <= '3.12'
126126
jupyter-server==2.14.1; sys_platform != 'win32' or python_version <= '3.12'
127-
jupyterlab==4.2.5; sys_platform != 'win32' or python_version <= '3.12'
127+
jupyterlab==4.4.8; sys_platform != 'win32' or python_version <= '3.12'
128128
jupyterlab-server==2.27.1; sys_platform != 'win32' or python_version <= '3.12'
129129
notebook-shim==0.2.3; sys_platform != 'win32' or python_version <= '3.12'
130130

@@ -217,7 +217,7 @@ terminado==0.8.3
217217
testpath==0.3
218218
toml==0.10.0
219219
tomli==2.0.1
220-
tornado==6.5
220+
tornado==6.5.3
221221
tqdm==4.66.3
222222
traitlets==5.6.0
223223
typing==3.6.1

0 commit comments

Comments
 (0)