Skip to content

Commit

Permalink
Bump notebook from 7.0.4 to 7.0.6
Browse files Browse the repository at this point in the history
Bumps [notebook](https://github.com/jupyter/notebook) from 7.0.4 to 7.0.6.
- [Release notes](https://github.com/jupyter/notebook/releases)
- [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/[email protected]...@jupyter-notebook/[email protected])

---
updated-dependencies:
- dependency-name: notebook
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent 2ce6022 commit 36c24de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dev = [
"tox==4.11.3",
"build==1.0.3",
"pdoc==14.1.0",
"notebook==7.0.4"
"notebook==7.0.6"
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pylint==3.0.1
tox==4.11.3
build==1.0.3
pdoc==14.1.0
notebook==7.0.4
notebook==7.0.6

0 comments on commit 36c24de

Please sign in to comment.