softboiler / boilercv

Computer vision routines suitable for nucleate pool boiling bubble analysis
https://softboiler.org/boilercv/
MIT License
0 stars 2 forks source link

Update all dependencies #222

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
charliermarsh/ruff-pre-commit repository minor v0.4.10 -> v0.5.0 age adoption passing confidence
copier project.dependencies minor ==9.2.0 -> ==9.3.0 age adoption passing confidence
cyclopts project.dependencies minor ==2.7.1 -> ==2.9.1 age adoption passing confidence
ipython project.dependencies minor ==8.25.0 -> ==8.26.0 age adoption passing confidence
myst-nb project.dependencies patch ==1.1.0 -> ==1.1.1 age adoption passing confidence
notebook major ==6.5.6 -> ==7.2.1 age adoption passing confidence
pyside6 (changelog) patch == 6.7.1 -> ==6.7.2 age adoption passing confidence
pyside6 (changelog) patch ==6.7.1 -> ==6.7.2 age adoption passing confidence
pyside6-addons (changelog) patch == 6.7.1 -> ==6.7.2 age adoption passing confidence
pyside6-essentials (changelog) patch ==6.7.1 -> ==6.7.2 age adoption passing confidence
pytest-harvest project.dependencies patch ==1.10.4 -> ==1.10.5 age adoption passing confidence
pytest-xdist (changelog) project.dependencies minor ==3.5.0 -> ==3.6.1 age adoption passing confidence
ruff (source, changelog) minor ==0.4.10 -> ==0.5.0 age adoption passing confidence
shiboken6 (changelog) patch ==6.7.1 -> ==6.7.2 age adoption passing confidence
uv (source) patch ==0.2.17 -> ==0.2.18 age adoption passing confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

charliermarsh/ruff-pre-commit (charliermarsh/ruff-pre-commit) ### [`v0.5.0`](https://togithub.com/astral-sh/ruff-pre-commit/releases/tag/v0.5.0) [Compare Source](https://togithub.com/charliermarsh/ruff-pre-commit/compare/v0.4.10...v0.5.0) See: https://github.com/astral-sh/ruff/releases/tag/0.5.0
copier-org/copier (copier) ### [`v9.3.0`](https://togithub.com/copier-org/copier/blob/HEAD/CHANGELOG.md#v930-2024-07-01) [Compare Source](https://togithub.com/copier-org/copier/compare/v9.2.0...v9.3.0) ##### Feat - add simpler migrations configuration syntax ([#​1510](https://togithub.com/copier-org/copier/issues/1510)) ##### Fix - **tasks**: do not consider unsafe if they are being skipped - add context information to answer validation error message ([#​1609](https://togithub.com/copier-org/copier/issues/1609)) - do not overwrite identical files ([#​1576](https://togithub.com/copier-org/copier/issues/1576)) - **updating**: unset invalid last answers - render `default` list items for multi-select choice questions - **updating**: yield merge conflict when both template and project add same file
BrianPugh/cyclopts (cyclopts) ### [`v2.9.1`](https://togithub.com/BrianPugh/cyclopts/releases/tag/v2.9.1) [Compare Source](https://togithub.com/BrianPugh/cyclopts/compare/v2.9.0...v2.9.1) #### Bug Fixes - resolve help-choices for python3.12 type-statements. by [@​BrianPugh](https://togithub.com/BrianPugh) in [https://github.com/BrianPugh/cyclopts/pull/192](https://togithub.com/BrianPugh/cyclopts/pull/192) **Full Changelog**: https://github.com/BrianPugh/cyclopts/compare/v2.9.0...v2.9.1 ### [`v2.9.0`](https://togithub.com/BrianPugh/cyclopts/releases/tag/v2.9.0) [Compare Source](https://togithub.com/BrianPugh/cyclopts/compare/v2.8.0...v2.9.0) #### Features - Python 3.12 type statement support (`TypeAliasType`). by [@​BrianPugh](https://togithub.com/BrianPugh) in [https://github.com/BrianPugh/cyclopts/pull/191](https://togithub.com/BrianPugh/cyclopts/pull/191) **Full Changelog**: https://github.com/BrianPugh/cyclopts/compare/v2.8.0...v2.9.0 ### [`v2.8.0`](https://togithub.com/BrianPugh/cyclopts/releases/tag/v2.8.0) [Compare Source](https://togithub.com/BrianPugh/cyclopts/compare/v2.7.1...v2.8.0) #### What's Changed - Introduced new attribute, `App.version_format`. The verstion string was previously printed as-is, but is now formatted with the specified format, falling back to `help_format` if not specified. By [@​BrianPugh](https://togithub.com/BrianPugh) in [https://github.com/BrianPugh/cyclopts/pull/188](https://togithub.com/BrianPugh/cyclopts/pull/188) **Full Changelog**: https://github.com/BrianPugh/cyclopts/compare/v2.7.1...v2.8.0
ipython/ipython (ipython) ### [`v8.26.0`](https://togithub.com/ipython/ipython/compare/8.25.0...8.26.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.25.0...8.26.0)
executablebooks/myst-nb (myst-nb) ### [`v1.1.1`](https://togithub.com/executablebooks/MyST-NB/releases/tag/v1.1.1) [Compare Source](https://togithub.com/executablebooks/myst-nb/compare/v1.1.0...v1.1.1) #### v1.1.1 - 2024-06-27 ([full changelog](https://togithub.com/executablebooks/MyST-NB/compare/v1.1.0...6ce30cd41fa82543e0f315ac8bbee82669b0cc82)) ##### Bugs fixed - FIX: output metadata overwrites image size for all following images [#​609](https://togithub.com/executablebooks/MyST-NB/pull/609) ([@​aeisenbarth](https://togithub.com/aeisenbarth)) - FIX: remove incorrect license classifier [#​603](https://togithub.com/executablebooks/MyST-NB/pull/603) ([@​agoose77](https://togithub.com/agoose77)) ##### Maintenance and upkeep improvements - MAINT: bump version [#​614](https://togithub.com/executablebooks/MyST-NB/pull/614) ([@​agoose77](https://togithub.com/agoose77)) - MAINT: appease mypy [#​612](https://togithub.com/executablebooks/MyST-NB/pull/612) ([@​agoose77](https://togithub.com/agoose77)) - MAINT: fix specs for CI matrix [#​611](https://togithub.com/executablebooks/MyST-NB/pull/611) ([@​agoose77](https://togithub.com/agoose77)) - MAINT: bump version [#​592](https://togithub.com/executablebooks/MyST-NB/pull/592) ([@​agoose77](https://togithub.com/agoose77)) ##### Documentation improvements - DOCS: set printoptions to disable modern scalar printing [#​613](https://togithub.com/executablebooks/MyST-NB/pull/613) ([@​agoose77](https://togithub.com/agoose77)) - DOCS: extra comma forgotten [#​606](https://togithub.com/executablebooks/MyST-NB/pull/606) ([@​jeertmans](https://togithub.com/jeertmans)) - DOCS: update shown code to match source [#​598](https://togithub.com/executablebooks/MyST-NB/pull/598) ([@​OriolAbril](https://togithub.com/OriolAbril)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/executablebooks/MyST-NB/graphs/contributors?from=2024-04-12\&to=2024-06-27\&type=c)) [@​aeisenbarth](https://togithub.com/search?q=repo%3Aexecutablebooks%2FMyST-NB+involves%3Aaeisenbarth+updated%3A2024-04-12..2024-06-27\&type=Issues) | [@​agoose77](https://togithub.com/search?q=repo%3Aexecutablebooks%2FMyST-NB+involves%3Aagoose77+updated%3A2024-04-12..2024-06-27\&type=Issues) | [@​jeertmans](https://togithub.com/search?q=repo%3Aexecutablebooks%2FMyST-NB+involves%3Ajeertmans+updated%3A2024-04-12..2024-06-27\&type=Issues) | [@​OriolAbril](https://togithub.com/search?q=repo%3Aexecutablebooks%2FMyST-NB+involves%3AOriolAbril+updated%3A2024-04-12..2024-06-27\&type=Issues) | [@​sstroemer](https://togithub.com/search?q=repo%3Aexecutablebooks%2FMyST-NB+involves%3Asstroemer+updated%3A2024-04-12..2024-06-27\&type=Issues) | [@​welcome](https://togithub.com/search?q=repo%3Aexecutablebooks%2FMyST-NB+involves%3Awelcome+updated%3A2024-04-12..2024-06-27\&type=Issues)
jupyter/notebook (notebook) ### [`v7.2.1`](https://togithub.com/jupyter/notebook/releases/tag/v7.2.1) [Compare Source](https://togithub.com/jupyter/notebook/compare/v7.2.0...v7.2.1) #### 7.2.1 ([Full Changelog](https://togithub.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.2.0...e881745c98ea0a0ea585df78f1ca8950a0edeaa2)) ##### Bugs fixed - Remove pseudoelement obstructing the cell collapser [#​7392](https://togithub.com/jupyter/notebook/pull/7392) ([@​krassowski](https://togithub.com/krassowski)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/notebook/graphs/contributors?from=2024-05-16\&to=2024-06-07\&type=c)) [@​github-actions](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-05-16..2024-06-07\&type=Issues) | [@​jtpio](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-05-16..2024-06-07\&type=Issues) | [@​meeseeksmachine](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ameeseeksmachine+updated%3A2024-05-16..2024-06-07\&type=Issues) ### [`v7.2.0`](https://togithub.com/jupyter/notebook/blob/HEAD/CHANGELOG.md#720) [Compare Source](https://togithub.com/jupyter/notebook/compare/v7.1.3...v7.2.0) ([Full Changelog](https://togithub.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.1.2...31bf294e85175bbf39816a90dc8858dedaf73bde)) ##### Enhancements made - Update to JupyterLab 4.2.0 [#​7357](https://togithub.com/jupyter/notebook/pull/7357) ([@​jtpio](https://togithub.com/jtpio)) - Update to JupyterLab 4.2.0rc0 [#​7333](https://togithub.com/jupyter/notebook/pull/7333) ([@​jtpio](https://togithub.com/jtpio)) - Add `@jupyterlab/theme-dark-high-contrast-extension` [#​7331](https://togithub.com/jupyter/notebook/pull/7331) ([@​jtpio](https://togithub.com/jtpio)) - Update to JupyterLab 4.2.0a2 [#​7307](https://togithub.com/jupyter/notebook/pull/7307) ([@​jtpio](https://togithub.com/jtpio)) ##### Bugs fixed - Add the `@jupyterlab/notebook-extension:copy-output` plugin [#​7353](https://togithub.com/jupyter/notebook/pull/7353) ([@​jtpio](https://togithub.com/jtpio)) - Fix CSS for `full` windowing mode [#​7337](https://togithub.com/jupyter/notebook/pull/7337) ([@​jtpio](https://togithub.com/jtpio)) - Force notebook windowing mode to `defer` [#​7335](https://togithub.com/jupyter/notebook/pull/7335) ([@​jtpio](https://togithub.com/jtpio)) - Fix scrollbar always showing up by default [#​7327](https://togithub.com/jupyter/notebook/pull/7327) ([@​jtpio](https://togithub.com/jtpio)) - Default to the `full` windowing mode [#​7321](https://togithub.com/jupyter/notebook/pull/7321) ([@​jtpio](https://togithub.com/jtpio)) ##### Maintenance and upkeep improvements - Fix emoji in create issue screen [#​7363](https://togithub.com/jupyter/notebook/pull/7363) ([@​JasonWeill](https://togithub.com/JasonWeill)) - Update `@jupyterlab/galata` [#​7361](https://togithub.com/jupyter/notebook/pull/7361) ([@​jtpio](https://togithub.com/jtpio)) - Pin on `macos-12` on CI for now [#​7346](https://togithub.com/jupyter/notebook/pull/7346) ([@​jtpio](https://togithub.com/jtpio)) - Update to JupyterLab `4.2.0b1` [#​7319](https://togithub.com/jupyter/notebook/pull/7319) ([@​jtpio](https://togithub.com/jtpio)) - Update to JupyterLab 4.2.0b0 [#​7312](https://togithub.com/jupyter/notebook/pull/7312) ([@​jtpio](https://togithub.com/jtpio)) - Ignore links to GitHub user and organisation profiles [#​7308](https://togithub.com/jupyter/notebook/pull/7308) ([@​jtpio](https://togithub.com/jtpio)) ##### Documentation improvements - Add user facing changelog for 7.2 [#​7372](https://togithub.com/jupyter/notebook/pull/7372) ([@​jtpio](https://togithub.com/jtpio)) - Fix emoji in create issue screen [#​7363](https://togithub.com/jupyter/notebook/pull/7363) ([@​JasonWeill](https://togithub.com/JasonWeill)) - update RISE extension installation instructions [#​7299](https://togithub.com/jupyter/notebook/pull/7299) ([@​afeld](https://togithub.com/afeld)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/notebook/graphs/contributors?from=2024-03-14\&to=2024-05-16\&type=c)) [@​afeld](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aafeld+updated%3A2024-03-14..2024-05-16\&type=Issues) | [@​github-actions](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-03-14..2024-05-16\&type=Issues) | [@​JasonWeill](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AJasonWeill+updated%3A2024-03-14..2024-05-16\&type=Issues) | [@​jtpio](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-03-14..2024-05-16\&type=Issues) | [@​krassowski](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2024-03-14..2024-05-16\&type=Issues) | [@​RRosio](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2024-03-14..2024-05-16\&type=Issues) | [@​takluyver](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Atakluyver+updated%3A2024-03-14..2024-05-16\&type=Issues) ### [`v7.1.3`](https://togithub.com/jupyter/notebook/releases/tag/v7.1.3) [Compare Source](https://togithub.com/jupyter/notebook/compare/v7.1.2...v7.1.3) #### 7.1.3 ([Full Changelog](https://togithub.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.1.2...c1453abee561292f2182c4bda6cb6383224c1fcb)) ##### Bugs fixed - Fix scrollbar always showing up by default [#​7327](https://togithub.com/jupyter/notebook/pull/7327) ([@​jtpio](https://togithub.com/jtpio)) ##### Maintenance and upkeep improvements - Ignore links to GitHub user and organisation profiles [#​7308](https://togithub.com/jupyter/notebook/pull/7308) ([@​jtpio](https://togithub.com/jtpio)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/notebook/graphs/contributors?from=2024-03-14\&to=2024-04-17\&type=c)) [@​github-actions](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-03-14..2024-04-17\&type=Issues) | [@​jtpio](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-03-14..2024-04-17\&type=Issues) | [@​krassowski](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2024-03-14..2024-04-17\&type=Issues) | [@​meeseeksmachine](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ameeseeksmachine+updated%3A2024-03-14..2024-04-17\&type=Issues) ### [`v7.1.2`](https://togithub.com/jupyter/notebook/blob/HEAD/CHANGELOG.md#712) [Compare Source](https://togithub.com/jupyter/notebook/compare/v7.1.1...v7.1.2) ([Full Changelog](https://togithub.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.1.1...ca41222a9c8d75356c6d67d3bd36e34d71cce2d8)) ##### Maintenance and upkeep improvements - Update Release Scripts [#​7295](https://togithub.com/jupyter/notebook/pull/7295) ([@​blink1073](https://togithub.com/blink1073)) - Fix jupyterlab install command in the releaser hook [#​7294](https://togithub.com/jupyter/notebook/pull/7294) ([@​jtpio](https://togithub.com/jtpio)) - Update to JupyterLab 4.1.5 packages [#​7291](https://togithub.com/jupyter/notebook/pull/7291) ([@​jtpio](https://togithub.com/jtpio)) ##### Documentation improvements - Add a section to use local dependencies [#​7292](https://togithub.com/jupyter/notebook/pull/7292) ([@​brichet](https://togithub.com/brichet)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/notebook/graphs/contributors?from=2024-02-26\&to=2024-03-14\&type=c)) [@​blink1073](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2024-02-26..2024-03-14\&type=Issues) | [@​brichet](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2024-02-26..2024-03-14\&type=Issues) | [@​github-actions](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-02-26..2024-03-14\&type=Issues) | [@​jtpio](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-02-26..2024-03-14\&type=Issues) ### [`v7.1.1`](https://togithub.com/jupyter/notebook/blob/HEAD/CHANGELOG.md#711) [Compare Source](https://togithub.com/jupyter/notebook/compare/v7.1.0...v7.1.1) ([Full Changelog](https://togithub.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.1.0...da7b8d400e96ceff0eec834badd891bc5d5f154d)) ##### Bugs fixed - Grayout "Edit Notebook Metadata" for other file formats. [#​7265](https://togithub.com/jupyter/notebook/pull/7265) ([@​itsmevichu](https://togithub.com/itsmevichu)) ##### Maintenance and upkeep improvements - Fix flaky mobile UI tests [#​7278](https://togithub.com/jupyter/notebook/pull/7278) ([@​jtpio](https://togithub.com/jtpio)) - Update to JupyterLab 4.1.2 packages [#​7277](https://togithub.com/jupyter/notebook/pull/7277) ([@​jtpio](https://togithub.com/jtpio)) - Ignore stackoverflow link [#​7274](https://togithub.com/jupyter/notebook/pull/7274) ([@​jtpio](https://togithub.com/jtpio)) - Expose `version_info` [#​7273](https://togithub.com/jupyter/notebook/pull/7273) ([@​jtpio](https://togithub.com/jtpio)) - Bump ip from 2.0.0 to 2.0.1 in /ui-tests [#​7268](https://togithub.com/jupyter/notebook/pull/7268) ([@​dependabot](https://togithub.com/dependabot)) - Bump ip from 2.0.0 to 2.0.1 [#​7267](https://togithub.com/jupyter/notebook/pull/7267) ([@​dependabot](https://togithub.com/dependabot)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/notebook/graphs/contributors?from=2024-02-13\&to=2024-02-26\&type=c)) [@​dependabot](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2024-02-13..2024-02-26\&type=Issues) | [@​github-actions](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-02-13..2024-02-26\&type=Issues) | [@​itsmevichu](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aitsmevichu+updated%3A2024-02-13..2024-02-26\&type=Issues) | [@​jtpio](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-02-13..2024-02-26\&type=Issues) ### [`v7.1.0`](https://togithub.com/jupyter/notebook/blob/HEAD/CHANGELOG.md#710) [Compare Source](https://togithub.com/jupyter/notebook/compare/v7.0.8...v7.1.0) ([Full Changelog](https://togithub.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.0.6...b8ec7e4a8eda70a8d7dca19799acd3e96e019160)) ##### Enhancements made - Create a new notebook with a specific kernel from the new dropdown [#​7255](https://togithub.com/jupyter/notebook/pull/7255) ([@​jtpio](https://togithub.com/jtpio)) - Add the plugin manager [#​7198](https://togithub.com/jupyter/notebook/pull/7198) ([@​jtpio](https://togithub.com/jtpio)) - Fix toggle functionality for widgets. [#​7178](https://togithub.com/jupyter/notebook/pull/7178) ([@​haok1402](https://togithub.com/haok1402)) - Bump to JupyterLab 4.1.0a4 bis [#​7172](https://togithub.com/jupyter/notebook/pull/7172) ([@​brichet](https://togithub.com/brichet)) - Update to JupyterLab `4.1.0a3` [#​7161](https://togithub.com/jupyter/notebook/pull/7161) ([@​jtpio](https://togithub.com/jtpio)) - Added Lumino Plugin Description ([#​7008](https://togithub.com/jupyter/notebook/issues/7008)) [#​7127](https://togithub.com/jupyter/notebook/pull/7127) ([@​Dilip-Jain](https://togithub.com/Dilip-Jain)) - Added Edit Notebook Metadata Option ([#​6402](https://togithub.com/jupyter/notebook/issues/6402)) [#​7099](https://togithub.com/jupyter/notebook/pull/7099) ([@​Dilip-Jain](https://togithub.com/Dilip-Jain)) - Update to JupyterLab 4.1 [#​7096](https://togithub.com/jupyter/notebook/pull/7096) ([@​jtpio](https://togithub.com/jtpio)) - Add the JupyterLab resources plugin [#​6968](https://togithub.com/jupyter/notebook/pull/6968) ([@​jtpio](https://togithub.com/jtpio)) ##### Bugs fixed - Fix spurious kernel selection dialog on notebook creation [#​7258](https://togithub.com/jupyter/notebook/pull/7258) ([@​jtpio](https://togithub.com/jtpio)) - Workaround for the file browser tracker focus issue [#​7224](https://togithub.com/jupyter/notebook/pull/7224) ([@​jtpio](https://togithub.com/jtpio)) ##### Maintenance and upkeep improvements - Update to JupyterLab 4.1.1 [#​7256](https://togithub.com/jupyter/notebook/pull/7256) ([@​jtpio](https://togithub.com/jtpio)) - Follow JupyterLab minor versions [#​7250](https://togithub.com/jupyter/notebook/pull/7250) ([@​jtpio](https://togithub.com/jtpio)) - chore: update pre-commit hooks [#​7237](https://togithub.com/jupyter/notebook/pull/7237) ([@​pre-commit-ci](https://togithub.com/pre-commit-ci)) - Update to JupyterLab 4.1.0 final [#​7234](https://togithub.com/jupyter/notebook/pull/7234) ([@​jtpio](https://togithub.com/jtpio)) - Update to JupyterLab 4.1.0rc1 [#​7230](https://togithub.com/jupyter/notebook/pull/7230) ([@​jtpio](https://togithub.com/jtpio)) - Update to JupyterLab 4.1.0rc0 [#​7227](https://togithub.com/jupyter/notebook/pull/7227) ([@​jtpio](https://togithub.com/jtpio)) - Update to JupyterLab 4.1.0b2 [#​7222](https://togithub.com/jupyter/notebook/pull/7222) ([@​jtpio](https://togithub.com/jtpio)) - Fix `check_links` on CI [#​7219](https://togithub.com/jupyter/notebook/pull/7219) ([@​jtpio](https://togithub.com/jtpio)) - Bump the actions group with 1 update [#​7218](https://togithub.com/jupyter/notebook/pull/7218) ([@​dependabot](https://togithub.com/dependabot)) - Bump the actions group with 2 updates [#​7207](https://togithub.com/jupyter/notebook/pull/7207) ([@​dependabot](https://togithub.com/dependabot)) - chore: update pre-commit hooks [#​7206](https://togithub.com/jupyter/notebook/pull/7206) ([@​pre-commit-ci](https://togithub.com/pre-commit-ci)) - Add nbviewer.jupyter.org to the ignore list [#​7197](https://togithub.com/jupyter/notebook/pull/7197) ([@​jtpio](https://togithub.com/jtpio)) - Update to JupyterLab 4.1.0b0 [#​7196](https://togithub.com/jupyter/notebook/pull/7196) ([@​jtpio](https://togithub.com/jtpio)) - Update ruff config [#​7190](https://togithub.com/jupyter/notebook/pull/7190) ([@​blink1073](https://togithub.com/blink1073)) - Bump [@​babel/traverse](https://togithub.com/babel/traverse) from 7.23.0 to 7.23.6 [#​7187](https://togithub.com/jupyter/notebook/pull/7187) ([@​dependabot](https://togithub.com/dependabot)) - Bump actions/setup-python from 4 to 5 [#​7180](https://togithub.com/jupyter/notebook/pull/7180) ([@​dependabot](https://togithub.com/dependabot)) - Update publish-release workflow for PyPI trusted publisher [#​7176](https://togithub.com/jupyter/notebook/pull/7176) ([@​jtpio](https://togithub.com/jtpio)) - chore: update pre-commit hooks [#​7174](https://togithub.com/jupyter/notebook/pull/7174) ([@​pre-commit-ci](https://togithub.com/pre-commit-ci)) - Update `yarn.lock` [#​7170](https://togithub.com/jupyter/notebook/pull/7170) ([@​jtpio](https://togithub.com/jtpio)) - Bump axios from 1.5.1 to 1.6.2 [#​7165](https://togithub.com/jupyter/notebook/pull/7165) ([@​dependabot](https://togithub.com/dependabot)) - Bump dessant/lock-threads from 4 to 5 [#​7159](https://togithub.com/jupyter/notebook/pull/7159) ([@​dependabot](https://togithub.com/dependabot)) - Update ruff config and typing [#​7145](https://togithub.com/jupyter/notebook/pull/7145) ([@​blink1073](https://togithub.com/blink1073)) - chore: update pre-commit hooks [#​7143](https://togithub.com/jupyter/notebook/pull/7143) ([@​pre-commit-ci](https://togithub.com/pre-commit-ci)) - Clean up lint handling [#​7142](https://togithub.com/jupyter/notebook/pull/7142) ([@​blink1073](https://togithub.com/blink1073)) - Adopt ruff format [#​7132](https://togithub.com/jupyter/notebook/pull/7132) ([@​blink1073](https://togithub.com/blink1073)) - Fix python bumping to `minor` [#​7131](https://togithub.com/jupyter/notebook/pull/7131) ([@​jtpio](https://togithub.com/jtpio)) - Add Python 3.12 classifier [#​7111](https://togithub.com/jupyter/notebook/pull/7111) ([@​jtpio](https://togithub.com/jtpio)) - Remove viewport workaround in the UI tests [#​6887](https://togithub.com/jupyter/notebook/pull/6887) ([@​jtpio](https://togithub.com/jtpio)) ##### Documentation improvements - Add documentation for updating `notebook` imports [#​7244](https://togithub.com/jupyter/notebook/pull/7244) ([@​jtpio](https://togithub.com/jtpio)) - Fix link in `CONTRIBUTING.md` [#​7235](https://togithub.com/jupyter/notebook/pull/7235) ([@​jtpio](https://togithub.com/jtpio)) - Add user facing changelog for 7.1 [#​7232](https://togithub.com/jupyter/notebook/pull/7232) ([@​jtpio](https://togithub.com/jtpio)) - Clarify README about supported versions (post v7 release) [#​7193](https://togithub.com/jupyter/notebook/pull/7193) ([@​akx](https://togithub.com/akx)) - Set `navigation_with_keys` to `False` [#​7129](https://togithub.com/jupyter/notebook/pull/7129) ([@​jtpio](https://togithub.com/jtpio)) - Updated ui-tests Configuration in Contributing.md [#​7124](https://togithub.com/jupyter/notebook/pull/7124) ([@​jayeshsingh9767](https://togithub.com/jayeshsingh9767)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/notebook/graphs/contributors?from=2023-10-17\&to=2024-02-13\&type=c)) [@​akx](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aakx+updated%3A2023-10-17..2024-02-13\&type=Issues) | [@​blink1073](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2023-10-17..2024-02-13\&type=Issues) | [@​brichet](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2023-10-17..2024-02-13\&type=Issues) | [@​d5423197](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ad5423197+updated%3A2023-10-17..2024-02-13\&type=Issues) | [@​dependabot](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2023-10-17..2024-02-13\&type=Issues) | [@​Dilip-Jain](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ADilip-Jain+updated%3A2023-10-17..2024-02-13\&type=Issues) | [@​github-actions](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-10-17..2024-02-13\&type=Issues) | [@​haok1402](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ahaok1402+updated%3A2023-10-17..2024-02-13\&type=Issues) | [@​jayeshsingh9767](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajayeshsingh9767+updated%3A2023-10-17..2024-02-13\&type=Issues) | [@​jtpio](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-10-17..2024-02-13\&type=Issues) | [@​krassowski](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2023-10-17..2024-02-13\&type=Issues) | [@​pre-commit-ci](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-10-17..2024-02-13\&type=Issues) | [@​Zsailer](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AZsailer+updated%3A2023-10-17..2024-02-13\&type=Issues) ### [`v7.0.8`](https://togithub.com/jupyter/notebook/releases/tag/v7.0.8) [Compare Source](https://togithub.com/jupyter/notebook/compare/v7.0.7...v7.0.8) #### 7.0.8 ([Full Changelog](https://togithub.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.0.7...7b4415ca64ea60ed8ea40a298581e95f5c7dc34a)) ##### Maintenance and upkeep improvements - Add upper bound on `jupyterlab<4.1` [#​7249](https://togithub.com/jupyter/notebook/pull/7249) ([@​jtpio](https://togithub.com/jtpio)) - Fix `check_links` on CI [#​7219](https://togithub.com/jupyter/notebook/pull/7219) ([@​jtpio](https://togithub.com/jtpio)) ##### Documentation improvements - Add documentation for updating `notebook` imports [#​7244](https://togithub.com/jupyter/notebook/pull/7244) ([@​jtpio](https://togithub.com/jtpio)) - Fix link in `CONTRIBUTING.md` [#​7235](https://togithub.com/jupyter/notebook/pull/7235) ([@​jtpio](https://togithub.com/jtpio)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/notebook/graphs/contributors?from=2024-01-19\&to=2024-02-09\&type=c)) [@​github-actions](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-01-19..2024-02-09\&type=Issues) | [@​jtpio](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-01-19..2024-02-09\&type=Issues) | [@​meeseeksmachine](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ameeseeksmachine+updated%3A2024-01-19..2024-02-09\&type=Issues) | [@​Zsailer](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AZsailer+updated%3A2024-01-19..2024-02-09\&type=Issues) ### [`v7.0.7`](https://togithub.com/jupyter/notebook/releases/tag/v7.0.7) [Compare Source](https://togithub.com/jupyter/notebook/compare/v7.0.6...v7.0.7) #### 7.0.7 ([Full Changelog](https://togithub.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.0.6...089c78c48fd00b2b0d2f33e4463eb42018e86803)) ##### Enhancements made - Update to JupyterLab 4.0.11 [#​7215](https://togithub.com/jupyter/notebook/pull/7215) ([@​krassowski](https://togithub.com/krassowski)) ##### Maintenance and upkeep improvements - Update ruff config and typing [#​7145](https://togithub.com/jupyter/notebook/pull/7145) ([@​blink1073](https://togithub.com/blink1073)) - Clean up lint handling [#​7142](https://togithub.com/jupyter/notebook/pull/7142) ([@​blink1073](https://togithub.com/blink1073)) - Adopt ruff format [#​7132](https://togithub.com/jupyter/notebook/pull/7132) ([@​blink1073](https://togithub.com/blink1073)) - \[7.0.x] Install stable JupyterLab 4.0 in the releaser hook [#​7183](https://togithub.com/jupyter/notebook/pull/7183) ([@​jtpio](https://togithub.com/jtpio)) - Update publish-release workflow for PyPI trusted publisher [#​7176](https://togithub.com/jupyter/notebook/pull/7176) ([@​jtpio](https://togithub.com/jtpio)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/notebook/graphs/contributors?from=2023-10-17\&to=2024-01-19\&type=c)) [@​brichet](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2023-10-17..2024-01-19\&type=Issues) | [@​d5423197](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ad5423197+updated%3A2023-10-17..2024-01-19\&type=Issues) | [@​github-actions](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-10-17..2024-01-19\&type=Issues) | [@​jtpio](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-10-17..2024-01-19\&type=Issues) | [@​krassowski](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2023-10-17..2024-01-19\&type=Issues) | [@​meeseeksmachine](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ameeseeksmachine+updated%3A2023-10-17..2024-01-19\&type=Issues) ### [`v7.0.6`](https://togithub.com/jupyter/notebook/blob/HEAD/CHANGELOG.md#706) [Compare Source](https://togithub.com/jupyter/notebook/compare/v7.0.5...v7.0.6) ([Full Changelog](https://togithub.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.5...c62caffb02856737870cbc79a2cdb43b3e89c363)) ##### Bugs fixed - Updated fav-icon Base URL from JupyterLab PageConfig. [#​7109](https://togithub.com/jupyter/notebook/pull/7109) ([@​jayeshsingh9767](https://togithub.com/jayeshsingh9767)) ##### Maintenance and upkeep improvements - Fix typings [#​7110](https://togithub.com/jupyter/notebook/pull/7110) ([@​jtpio](https://togithub.com/jtpio)) - Bump postcss from 8.4.27 to 8.4.31 [#​7089](https://togithub.com/jupyter/notebook/pull/7089) ([@​dependabot](https://togithub.com/dependabot)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/notebook/graphs/contributors?from=2023-10-12\&to=2023-10-17\&type=c)) [@​dependabot](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2023-10-12..2023-10-17\&type=Issues) | [@​github-actions](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-10-12..2023-10-17\&type=Issues) | [@​jayeshsingh9767](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajayeshsingh9767+updated%3A2023-10-12..2023-10-17\&type=Issues) | [@​jtpio](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-10-12..2023-10-17\&type=Issues) ### [`v7.0.5`](https://togithub.com/jupyter/notebook/blob/HEAD/CHANGELOG.md#705) [Compare Source](https://togithub.com/jupyter/notebook/compare/v7.0.4...v7.0.5) ([Full Changelog](https://togithub.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.4...839193d07f0780ded6f559892517f061f3776b02)) ##### Enhancements made - Update to JupyterLab 4.0.7 [#​7103](https://togithub.com/jupyter/notebook/pull/7103) ([@​jtpio](https://togithub.com/jtpio)) ##### Maintenance and upkeep improvements - Update `permissions` in the galata snapshot workflow [#​7105](https://togithub.com/jupyter/notebook/pull/7105) ([@​jtpio](https://togithub.com/jtpio)) - Fix typings check on CI [#​7104](https://togithub.com/jupyter/notebook/pull/7104) ([@​jtpio](https://togithub.com/jtpio)) - Ignore yarn.lock for codespell [#​7098](https://togithub.com/jupyter/notebook/pull/7098) ([@​jtpio](https://togithub.com/jtpio)) - Remove link to the PDF documentation [#​7094](https://togithub.com/jupyter/notebook/pull/7094) ([@​jtpio](https://togithub.com/jtpio)) - Bump postcss from 8.4.23 to 8.4.31 in /ui-tests [#​7088](https://togithub.com/jupyter/notebook/pull/7088) ([@​dependabot](https://togithub.com/dependabot)) - React to the galata update comment [#​7086](https://togithub.com/jupyter/notebook/pull/7086) ([@​jtpio](https://togithub.com/jtpio)) - Switch from `hub` to `gh` in the Playwright snapshots update workflow [#​7085](https://togithub.com/jupyter/notebook/pull/7085) ([@​jtpio](https://togithub.com/jtpio)) - chore: update pre-commit hooks [#​7084](https://togithub.com/jupyter/notebook/pull/7084) ([@​pre-commit-ci](https://togithub.com/pre-commit-ci)) - Fix traitlets typing [#​7082](https://togithub.com/jupyter/notebook/pull/7082) ([@​jtpio](https://togithub.com/jtpio)) - Bump toshimaru/auto-author-assign from 2.0.0 to 2.0.1 [#​7080](https://togithub.com/jupyter/notebook/pull/7080) ([@​dependabot](https://togithub.com/dependabot)) - Bump toshimaru/auto-author-assign from 1.6.2 to 2.0.0 [#​7072](https://togithub.com/jupyter/notebook/pull/7072) ([@​dependabot](https://togithub.com/dependabot)) - ci: set minimal permissions to workflows [#​7070](https://togithub.com/jupyter/notebook/pull/7070) ([@​diogoteles08](https://togithub.com/diogoteles08)) - Bump systeminformation from 5.17.12 to 5.21.8 in /ui-tests [#​7064](https://togithub.com/jupyter/notebook/pull/7064) ([@​dependabot](https://togithub.com/dependabot)) ##### Documentation improvements - Improve docs setup (SVG logos, repo links) [#​7074](https://togithub.com/jupyter/notebook/pull/7074) ([@​krassowski](https://togithub.com/krassowski)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/notebook/graphs/contributors?from=2023-09-20\&to=2023-10-12\&type=c)) [@​dependabot](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2023-09-20..2023-10-12\&type=Issues) | [@​diogoteles08](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adiogoteles08+updated%3A2023-09-20..2023-10-12\&type=Issues) | [@​github-actions](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-09-20..2023-10-12\&type=Issues) | [@​jtpio](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-09-20..2023-10-12\&type=Issues) | [@​krassowski](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2023-09-20..2023-10-12\&type=Issues) | [@​pre-commit-ci](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-09-20..2023-10-12\&type=Issues) ### [`v7.0.4`](https://togithub.com/jupyter/notebook/blob/HEAD/CHANGELOG.md#704) [Compare Source](https://togithub.com/jupyter/notebook/compare/v7.0.3...v7.0.4) ([Full Changelog](https://togithub.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.3...0e62386fc71ed4bd424c989f9d5493ca346f1d9a)) ##### Enhancements made - Update to JupyterLab 4.0.6 [#​7049](https://togithub.com/jupyter/notebook/pull/7049) ([@​jtpio](https://togithub.com/jtpio)) ##### Bugs fixed - Fix `app_version` [#​7061](https://togithub.com/jupyter/notebook/pull/7061) ([@​jtpio](https://togithub.com/jtpio)) - fix trusted status indication [#​7036](https://togithub.com/jupyter/notebook/pull/7036) ([@​adigaboy](https://togithub.com/adigaboy)) ##### Maintenance and upkeep improvements - Update Binder environment [#​7059](https://togithub.com/jupyter/notebook/pull/7059) ([@​jtpio](https://togithub.com/jtpio)) - Add `deduplicate` top-level script [#​7058](https://togithub.com/jupyter/notebook/pull/7058) ([@​jtpio](https://togithub.com/jtpio)) - Move opening path in new browser tabs to a separate plugin [#​7056](https://togithub.com/jupyter/notebook/pull/7056) ([@​jtpio](https://togithub.com/jtpio)) - Enable the Playwright trace [#​7050](https://togithub.com/jupyter/notebook/pull/7050) ([@​jtpio](https://togithub.com/jtpio)) - Bump actions/checkout from 3 to 4 [#​7040](https://togithub.com/jupyter/notebook/pull/7040) ([@​dependabot](https://togithub.com/dependabot)) - Adopt sp-repo-review [#​7039](https://togithub.com/jupyter/notebook/pull/7039) ([@​blink1073](https://togithub.com/blink1073)) - Add `datetime.datetime.utc()` to the filter list [#​7037](https://togithub.com/jupyter/notebook/pull/7037) ([@​jtpio](https://togithub.com/jtpio)) - Fix docs build on Gitpod [#​7026](https://togithub.com/jupyter/notebook/pull/7026) ([@​jtpio](https://togithub.com/jtpio)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/notebook/graphs/contributors?from=2023-08-30\&to=2023-09-20\&type=c)) [@​adigaboy](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aadigaboy+updated%3A2023-08-30..2023-09-20\&type=Issues) | [@​blink1073](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2023-08-30..2023-09-20\&type=Issues) | [@​dependabot](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2023-08-30..2023-09-20\&type=Issues) | [@​github-actions](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-08-30..2023-09-20\&type=Issues) | [@​jtpio](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-08-30..2023-09-20\&type=Issues) | [@​pre-commit-ci](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-08-30..2023-09-20\&type=Issues) ### [`v7.0.3`](https://togithub.com/jupyter/notebook/blob/HEAD/CHANGELOG.md#703) [Compare Source](https://togithub.com/jupyter/notebook/compare/v7.0.2...v7.0.3) ([Full Changelog](https://togithub.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.2...e2eb8f2a166ba7b339309b8bfbff40e6c9e0a9b9)) ##### Bugs fixed - Require importlib_resources for testing on Python < 3.10 [#​7016](https://togithub.com/jupyter/notebook/pull/7016) ([@​bnavigator](https://togithub.com/bnavigator)) - Fix Python 3.12 compatibility [#​6965](https://togithub.com/jupyter/notebook/pull/6965) ([@​frenzymadness](https://togithub.com/frenzymadness)) ##### Maintenance and upkeep improvements - Update to JupyterLab 4.0.5 [#​7013](https://togithub.com/jupyter/notebook/pull/7013) ([@​jtpio](https://togithub.com/jtpio)) - Test against Python 3.12 [#​6999](https://togithub.com/jupyter/notebook/pull/6999) ([@​jtpio](https://togithub.com/jtpio)) ##### Documentation improvements - Mention the nx graph in the contributing guide [#​7001](https://togithub.com/jupyter/notebook/pull/7001) ([@​jtpio](https://togithub.com/jtpio)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/notebook/graphs/contributors?from=2023-08-04\&to=2023-08-30\&type=c)) [@​bnavigator](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abnavigator+updated%3A2023-08-04..2023-08-30\&type=Issues) | [@​defjaf](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adefjaf+updated%3A2023-08-04..2023-08-30\&type=Issues) | [@​frenzymadness](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Afrenzymadness+updated%3A2023-08-04..2023-08-30\&type=Issues) | [@​github-actions](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-08-04..2023-08-30\&type=Issues) | [@​jtpio](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-08-04..2023-08-30\&type=Issues) | [@​kevin-bates](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akevin-bates+updated%3A2023-08-04..2023-08-30\&type=Issues) ### [`v7.0.2`](https://togithub.com/jupyter/notebook/blob/HEAD/CHANGELOG.md#702) [Compare Source](https://togithub.com/jupyter/notebook/compare/v7.0.1...v7.0.2) ([Full Changelog](https://togithub.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.1...af5edd42374cadba65feed2e6828b1ef96295daf)) ##### Enhancements made - Update to JupyterLab 4.0.4 packages [#​6998](https://togithub.com/jupyter/notebook/pull/6998) ([@​jtpio](https://togithub.com/jtpio)) - Improve about dialog [#​6996](https://togithub.com/jupyter/notebook/pull/6996) ([@​yjrab](https://togithub.com/yjrab)) - Added documentation link in Help menu [#​6993](https://togithub.com/jupyter/notebook/pull/6993) ([@​Mikil03](https://togithub.com/Mikil03)) ##### Bugs fixed - Remove `RedirectHandler` [#​6997](https://togithub.com/jupyter/notebook/pull/6997) ([@​jtpio](https://togithub.com/jtpio)) ##### Maintenance and upkeep improvements ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/notebook/graphs/contributors?from=2023-07-31\&to=2023-08-04\&type=c)) [@​echarles](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aecharles+updated%3A2023-07-31..2023-08-04\&type=Issues) | [@​github-actions](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-07-31..2023-08-04\&type=Issues) | [@​jtpio](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-07-31..2023-08-04\&type=Issues) | [@​kevin-bates](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akevin-bates+updated%3A2023-07-31..2023-08-04\&type=Issues) | [@​Mikil03](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AMikil03+updated%3A2023-07-31..2023-08-04\&type=Issues) | [@​pre-commit-ci](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-07-31..2023-08-04\&type=Issues) | [@​shaneknapp](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ashaneknapp+updated%3A2023-07-31..2023-08-04\&type=Issues) | [@​yjrab](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ayjrab+updated%3A2023-07-31..2023-08-04\&type=Issues) | [@​Zsailer](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AZsailer+updated%3A2023-07-31..2023-08-04\&type=Issues) ### [`v7.0.1`](https://togithub.com/jupyter/notebook/blob/HEAD/CHANGELOG.md#701) [Compare Source](https://togithub.com/jupyter/notebook/compare/v7.0.0...v7.0.1) ([Full Changelog](https://togithub.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.0...ac3c882a246b46c15c1963ef4b65427a4257b132)) ##### Enhancements made - Update accessibly compliance section in the docs [#​6982](https://togithub.com/jupyter/notebook/pull/6982) ([@​andrii-i](https://togithub.com/andrii-i)) - Update the browser tab favicon on kernel busy [#​6980](https://togithub.com/jupyter/notebook/pull/6980) ([@​jtpio](https://togithub.com/jtpio)) ##### Maintenance and upkeep improvements - Bump `word-wrap` and `semver` [#​6979](https://togithub.com/jupyter/notebook/pull/6979) ([@​jtpio](https://togithub.com/jtpio)) - Enable lerna caching for build scripts [#​6767](https://togithub.com/jupyter/notebook/pull/6767) ([@​jtpio](https://togithub.com/jtpio)) ##### Documentation improvements - Update accessibly compliance section in the docs [#​6982](https://togithub.com/jupyter/notebook/pull/6982) ([@​andrii-i](https://togithub.com/andrii-i)) - Fix link in `README.md` [#​6973](https://togithub.com/jupyter/notebook/pull/6973) ([@​jtpio](https://togithub.com/jtpio)) - The future is now [#​6972](https://togithub.com/jupyter/notebook/pull/6972) ([@​frenzymadness](https://togithub.com/frenzymadness)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyter/notebook/graphs/contributors?from=2023-07-19\&to=2023-07-31\&type=c)) [@​andrii-i](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aandrii-i+updated%3A2023-07-19..2023-07-31\&type=Issues) | [@​echarles](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aecharles+updated%3A2023-07-19..2023-07-31\&type=Issues) | [@​frenzymadness](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Afrenzymadness+updated%3A2023-07-19..2023-07-31\&type=Issues) | [@​github-actions](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-07-19..2023-07-31\&type=Issues) | [@​jtpio](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-07-19..2023-07-31\&type=Issues) | [@​prof-lupin](https://togithub.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aprof-lupin+updated%3A2023-07-19..2023-07-31\&type=Issues) ### [`v7.0.0`](https://togithub.com/jupyter/notebook/blob/HEAD/CHANGELOG.md#700) [Compare Source](https://togithub.com/jupyter/notebook/compare/v6.5.7...v7.0.0) Jupyter Notebook 7 is released :tada: Check the changelog: https://jupyter-notebook.readthedocs.io/en/latest/changelog.html And the new features in Notebook 7: https://jupyter-note

Configuration

📅 Schedule: Branch creation - "on the 16th day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 2 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.