build(deps-dev): bump nbconvert from 7.10.0 to 7.11.0

Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.10.0 to 7.11.0.
- [Release notes](https://github.com/jupyter/nbconvert/releases)
- [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyter/nbconvert/compare/v7.10.0...v7.11.0)

---
updated-dependencies:
- dependency-name: nbconvert
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-06 16:03:53 +00:00
committed by GitHub
parent e13a13a58c
commit de92c8fe1f
2 changed files with 6 additions and 6 deletions

View File

@ -85,7 +85,7 @@ web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "s
[tool.poetry.group.develop.dependencies]
black = {extras = ["jupyter"], version = "^23.9.1"}
jupyterlab = "^4.0.6"
nbconvert = "^7.10.0"
nbconvert = "^7.11.0"
openpyxl = "^3.1.2"
pre-commit = "^3.4.0"
rise = "^5.7.1"