Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/noissue.mend.fix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed Mend issues up to 2026-02-26.
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ ruff>=0.3.5
# dependency resolution, so for now we pin notebook to <6.5.
# TODO: Re-enable for Python 3.13 on Windows once pywin32 install issue is solved, see
# https://github.com/mhammond/pywin32/issues/2367
notebook>=7.2.2; sys_platform != 'win32' or python_version <= '3.12'
notebook>=7.4.2; sys_platform != 'win32' or python_version <= '3.12'
jupyter>=1.0.0; sys_platform != 'win32' or python_version <= '3.12'
jupyter-console>=6.6.3; sys_platform != 'win32' or python_version <= '3.12'
ipywidgets>=8.0.5; sys_platform != 'win32' or python_version <= '3.12'
Expand All @@ -150,7 +150,7 @@ jupyter-core>=5.3.0; sys_platform != 'win32' or python_version <= '3.12'
ipython-genutils>=0.2.0; sys_platform != 'win32' or python_version <= '3.12'
ipython>=8.10.0; sys_platform != 'win32' or python_version <= '3.12'
jupyter-server>=2.14.1; sys_platform != 'win32' or python_version <= '3.12'
jupyterlab>=4.2.5; sys_platform != 'win32' or python_version <= '3.12'
jupyterlab>=4.4.8; sys_platform != 'win32' or python_version <= '3.12'
jupyterlab-server>=2.27.1; sys_platform != 'win32' or python_version <= '3.12'
notebook-shim>=0.2.3; sys_platform != 'win32' or python_version <= '3.12'

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

# The tornado package is used by ipykernel which is used by jupyter.
tornado>=6.5
tornado>=6.5.3

# pyzmq 26.1.0 added wheel archives for Python 3.13
# pyzmq 27.0.1 added wheel archives for Python 3.14
Expand Down
6 changes: 3 additions & 3 deletions minimum-constraints-develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ruff==0.3.5
# Jupyter Notebook (no imports, invoked via jupyter script):
# TODO: Re-enable for Python 3.13 on Windows once pywin32 install issue is solved, see
# https://github.com/mhammond/pywin32/issues/2367
notebook==7.2.2; sys_platform != 'win32' or python_version <= '3.12'
notebook==7.4.2; sys_platform != 'win32' or python_version <= '3.12'
jupyter==1.0.0; sys_platform != 'win32' or python_version <= '3.12'
jupyter-console==6.6.3; sys_platform != 'win32' or python_version <= '3.12'
ipywidgets==8.0.5; sys_platform != 'win32' or python_version <= '3.12'
Expand All @@ -124,7 +124,7 @@ jupyter-core==5.3.0; sys_platform != 'win32' or python_version <= '3.12'
ipython-genutils==0.2.0; sys_platform != 'win32' or python_version <= '3.12'
ipython==8.10.0; sys_platform != 'win32' or python_version <= '3.12'
jupyter-server==2.14.1; sys_platform != 'win32' or python_version <= '3.12'
jupyterlab==4.2.5; sys_platform != 'win32' or python_version <= '3.12'
jupyterlab==4.4.8; sys_platform != 'win32' or python_version <= '3.12'
jupyterlab-server==2.27.1; sys_platform != 'win32' or python_version <= '3.12'
notebook-shim==0.2.3; sys_platform != 'win32' or python_version <= '3.12'

Expand Down Expand Up @@ -217,7 +217,7 @@ terminado==0.8.3
testpath==0.3
toml==0.10.0
tomli==2.0.1
tornado==6.5
tornado==6.5.3
tqdm==4.66.3
traitlets==5.6.0
typing==3.6.1
Expand Down
Loading