diff --git a/poetry.lock b/poetry.lock index da2299d..407cc15 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3330,13 +3330,13 @@ test = ["flaky", "ipykernel (>=6.19.3)", "ipython", "ipywidgets", "nbconvert (>= [[package]] name = "nbconvert" -version = "7.9.2" +version = "7.10.0" description = "Converting Jupyter Notebooks" optional = false python-versions = ">=3.8" files = [ - {file = "nbconvert-7.9.2-py3-none-any.whl", hash = "sha256:39fe4b8bdd1b0104fdd86fc8a43a9077ba64c720bda4c6132690d917a0a154ee"}, - {file = "nbconvert-7.9.2.tar.gz", hash = "sha256:e56cc7588acc4f93e2bb5a34ec69028e4941797b2bfaf6462f18a41d1cc258c9"}, + {file = "nbconvert-7.10.0-py3-none-any.whl", hash = "sha256:8cf1d95e569730f136feb85e4bba25bdcf3a63fefb122d854ddff6771c0ac933"}, + {file = "nbconvert-7.10.0.tar.gz", hash = "sha256:4bedff08848626be544de193b7594d98a048073f392178008ff4f171f5e21d26"}, ] [package.dependencies] @@ -7488,4 +7488,4 @@ web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "s [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "29d86976aa69232a2cc9a3ea7a217ec0a58b783e76c5e4b84ddd12f5beaef13c" +content-hash = "92f712acaf627fcf95e2671abfdb511c9463e757b9f3f0828975f54a5e01d8ec" diff --git a/pyproject.toml b/pyproject.toml index f8713c8..cd64c21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.8.0" +nbconvert = "^7.10.0" openpyxl = "^3.1.2" pre-commit = "^3.4.0" rise = "^5.7.1"