@@ -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'
138138jupyter >= 1.0.0 ; sys_platform != 'win32' or python_version <= '3.12'
139139jupyter-console >= 6.6.3 ; sys_platform != 'win32' or python_version <= '3.12'
140140ipywidgets >= 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'
150150ipython-genutils >= 0.2.0 ; sys_platform != 'win32' or python_version <= '3.12'
151151ipython >= 8.10.0 ; sys_platform != 'win32' or python_version <= '3.12'
152152jupyter-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'
154154jupyterlab-server >= 2.27.1 ; sys_platform != 'win32' or python_version <= '3.12'
155155notebook-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'
164164pywin32 >= 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
0 commit comments