Skip to content

Commit 594fe9c

Browse files
chore(uv): update ipykernel requirement from >=7.1.0 to >=7.2.0
Updates the requirements on [ipykernel](https://github.com/ipython/ipykernel) to permit the latest version. - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](ipython/ipykernel@v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: ipykernel dependency-version: 7.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c46ba5f commit 594fe9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
dev = [
2323
"cookiecutter>=2.6.0",
2424
"cookiecutter-data-science>=2.3.0",
25-
"ipykernel>=7.1.0",
25+
"ipykernel>=7.2.0",
2626
"jupyter>=1.1.1",
2727
"mkdocs-material>=9.7.1",
2828
"nox>=2025.11.12",

0 commit comments

Comments
 (0)