build(deps-dev): bump black from 23.10.1 to 23.11.0

Bumps [black](https://github.com/psf/black) from 23.10.1 to 23.11.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.10.1...23.11.0)

---
updated-dependencies:
- dependency-name: black
  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-08 15:26:52 +00:00
committed by GitHub
parent daf39d6ee3
commit 339858a420
2 changed files with 21 additions and 21 deletions

View File

@ -83,7 +83,7 @@ transformation = ["torch", "torchaudio", "torchvision", "transformers", "spacy-s
web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "seaborn"]
[tool.poetry.group.develop.dependencies]
black = {extras = ["jupyter"], version = "^23.9.1"}
black = {extras = ["jupyter"], version = "^23.11.0"}
jupyterlab = "^4.0.6"
nbconvert = "^7.11.0"
openpyxl = "^3.1.2"