From 623b6318ce773690307aae82cdbbf71c0a106ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 19:51:48 +0000 Subject: [PATCH] chore(deps): bump nbconvert from 6.1.0 to 6.3.0 Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.1.0 to 6.3.0. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Commits](https://github.com/jupyter/nbconvert/compare/6.1.0...6.3.0) --- updated-dependencies: - dependency-name: nbconvert dependency-type: indirect ... Signed-off-by: dependabot[bot] --- poetry.lock | 72 ++++++++++++++++++++++++++--------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/poetry.lock b/poetry.lock index beb72048..8c1c80f3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -185,8 +185,8 @@ python-versions = ">=2.7" importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} [package.extras] -docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"] -testing = ["pytest (>=4.6)", "pytest-flake8", "pytest-cov", "pytest-black (>=0.3.7)", "pytest-mypy", "pytest-checkdocs (>=2.4)", "pytest-enabler (>=1.0.1)"] +testing = ["pytest-enabler (>=1.0.1)", "pytest-checkdocs (>=2.4)", "pytest-mypy", "pytest-black (>=0.3.7)", "pytest-cov", "pytest-flake8", "pytest (>=4.6)"] +docs = ["rst.linker (>=1.9)", "jaraco.packaging (>=8.2)", "sphinx"] [[package]] name = "base58" @@ -197,7 +197,7 @@ optional = false python-versions = ">=3.5" [package.extras] -tests = ["pytest (>=4.6)", "pytest-flake8", "pytest-cov", "PyHamcrest (>=2.0.2)", "coveralls", "pytest-benchmark"] +tests = ["pytest-benchmark", "coveralls", "PyHamcrest (>=2.0.2)", "pytest-cov", "pytest-flake8", "pytest (>=4.6)"] [[package]] name = "black" @@ -464,7 +464,7 @@ pyflakes = ">=2.3.0,<2.4.0" [[package]] name = "fsspec" -version = "2022.5.0" +version = "2022.7.1" description = "File-system specification" category = "main" optional = false @@ -1062,7 +1062,7 @@ test = ["codecov", "coverage", "ipython", "ipykernel", "ipywidgets", "pytest (>= [[package]] name = "nbconvert" -version = "6.1.0" +version = "6.3.0" description = "Converting Jupyter Notebooks" category = "main" optional = false @@ -1084,11 +1084,11 @@ testpath = "*" traitlets = ">=5.0" [package.extras] -all = ["pytest", "pytest-cov", "pytest-dependency", "ipykernel", "ipywidgets (>=7)", "pyppeteer (==0.2.2)", "tornado (>=4.0)", "sphinx (>=1.5.1)", "sphinx-rtd-theme", "nbsphinx (>=0.2.12)", "ipython"] +all = ["pytest", "pytest-cov", "pytest-dependency", "ipykernel", "ipywidgets (>=7)", "pyppeteer (==0.2.6)", "tornado (>=4.0)", "sphinx (>=1.5.1)", "sphinx-rtd-theme", "nbsphinx (>=0.2.12)", "ipython"] docs = ["sphinx (>=1.5.1)", "sphinx-rtd-theme", "nbsphinx (>=0.2.12)", "ipython"] serve = ["tornado (>=4.0)"] -test = ["pytest", "pytest-cov", "pytest-dependency", "ipykernel", "ipywidgets (>=7)", "pyppeteer (==0.2.2)"] -webpdf = ["pyppeteer (==0.2.2)"] +test = ["pytest", "pytest-cov", "pytest-dependency", "ipykernel", "ipywidgets (>=7)", "pyppeteer (==0.2.6)"] +webpdf = ["pyppeteer (==0.2.6)"] [[package]] name = "nbformat" @@ -1250,7 +1250,7 @@ python-dateutil = ">=2.7.3" pytz = ">=2017.2" [package.extras] -test = ["pytest (>=4.0.2)", "pytest-xdist", "hypothesis (>=3.58)"] +test = ["hypothesis (>=3.58)", "pytest-xdist", "pytest (>=4.0.2)"] [[package]] name = "pandocfilters" @@ -1316,8 +1316,8 @@ optional = false python-versions = ">=3.6" [package.extras] -docs = ["Sphinx (>=4)", "furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx-autodoc-typehints (>=1.12)"] -test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)"] +test = ["pytest-mock (>=3.6)", "pytest-cov (>=2.7)", "pytest (>=6)", "appdirs (==1.4.4)"] +docs = ["sphinx-autodoc-typehints (>=1.12)", "proselint (>=0.10.2)", "furo (>=2021.7.5b38)", "Sphinx (>=4)"] [[package]] name = "pluggy" @@ -1715,28 +1715,28 @@ lz4 = {version = "*", optional = true, markers = "extra == \"rllib\""} matplotlib = {version = "!=3.4.3", optional = true, markers = "extra == \"rllib\""} msgpack = ">=1.0.0,<2.0.0" numpy = [ - {version = ">=1.16", markers = "python_version < \"3.9\""}, {version = ">=1.19.3", markers = "python_version >= \"3.9\""}, + {version = ">=1.16", markers = "python_version < \"3.9\""}, ] -pandas = {version = "*", optional = true, markers = "extra == \"rllib\""} +pandas = {version = "*", optional = true, markers = "extra == \"tune\""} protobuf = ">=3.15.3" pyyaml = "*" redis = ">=3.5.0" -requests = {version = "*", optional = true, markers = "extra == \"rllib\""} +requests = {version = "*", optional = true, markers = "extra == \"tune\""} scikit-image = {version = "*", optional = true, markers = "extra == \"rllib\""} scipy = {version = "*", optional = true, markers = "extra == \"rllib\""} -tabulate = {version = "*", optional = true, markers = "extra == \"rllib\""} -tensorboardX = {version = ">=1.9", optional = true, markers = "extra == \"rllib\""} +tabulate = {version = "*", optional = true, markers = "extra == \"tune\""} +tensorboardX = {version = ">=1.9", optional = true, markers = "extra == \"tune\""} [package.extras] -all = ["aioredis (<2)", "matplotlib (!=3.4.3)", "aiohttp", "colorful", "gpustat", "dm-tree", "opentelemetry-sdk (==1.1.0)", "scipy", "ray-cpp (==1.6.0)", "opentelemetry-api (==1.1.0)", "pyyaml", "pandas", "opentelemetry-exporter-otlp (==1.1.0)", "opencensus", "tabulate", "requests", "uvicorn", "kubernetes", "scikit-image", "py-spy (>=0.2.0)", "fastapi", "tensorboardX (>=1.9)", "prometheus-client (>=0.7.1)", "urllib3", "starlette", "jsonschema", "aiohttp-cors", "lz4", "gym"] +tune = ["requests", "tensorboardX (>=1.9)", "tabulate", "pandas"] +serve = ["fastapi", "starlette", "requests", "uvicorn"] +rllib = ["scipy", "pyyaml", "scikit-image", "matplotlib (!=3.4.3)", "lz4", "gym", "dm-tree", "requests", "tensorboardX (>=1.9)", "tabulate", "pandas"] +observability = ["opentelemetry-exporter-otlp (==1.1.0)", "opentelemetry-sdk (==1.1.0)", "opentelemetry-api (==1.1.0)"] +k8s = ["urllib3", "kubernetes"] +default = ["prometheus-client (>=0.7.1)", "opencensus", "gpustat", "requests", "jsonschema", "py-spy (>=0.2.0)", "colorful", "aioredis (<2)", "aiohttp-cors", "aiohttp"] cpp = ["ray-cpp (==1.6.0)"] -default = ["aiohttp", "aiohttp-cors", "aioredis (<2)", "colorful", "py-spy (>=0.2.0)", "jsonschema", "requests", "gpustat", "opencensus", "prometheus-client (>=0.7.1)"] -k8s = ["kubernetes", "urllib3"] -observability = ["opentelemetry-api (==1.1.0)", "opentelemetry-sdk (==1.1.0)", "opentelemetry-exporter-otlp (==1.1.0)"] -rllib = ["pandas", "tabulate", "tensorboardX (>=1.9)", "requests", "dm-tree", "gym", "lz4", "matplotlib (!=3.4.3)", "scikit-image", "pyyaml", "scipy"] -serve = ["uvicorn", "requests", "starlette", "fastapi"] -tune = ["pandas", "tabulate", "tensorboardX (>=1.9)", "requests"] +all = ["gym", "lz4", "aiohttp-cors", "jsonschema", "starlette", "urllib3", "prometheus-client (>=0.7.1)", "tensorboardX (>=1.9)", "fastapi", "py-spy (>=0.2.0)", "scikit-image", "kubernetes", "uvicorn", "requests", "tabulate", "opencensus", "opentelemetry-exporter-otlp (==1.1.0)", "pandas", "pyyaml", "opentelemetry-api (==1.1.0)", "ray-cpp (==1.6.0)", "scipy", "opentelemetry-sdk (==1.1.0)", "dm-tree", "gpustat", "colorful", "aiohttp", "matplotlib (!=3.4.3)", "aioredis (<2)"] [[package]] name = "redis" @@ -1937,8 +1937,8 @@ optional = false python-versions = ">=3.5" [package.extras] -lint = ["flake8", "mypy", "docutils-stubs"] test = ["pytest"] +lint = ["docutils-stubs", "mypy", "flake8"] [[package]] name = "sphinxcontrib-devhelp" @@ -1949,8 +1949,8 @@ optional = false python-versions = ">=3.5" [package.extras] -lint = ["flake8", "mypy", "docutils-stubs"] test = ["pytest"] +lint = ["docutils-stubs", "mypy", "flake8"] [[package]] name = "sphinxcontrib-htmlhelp" @@ -1961,8 +1961,8 @@ optional = false python-versions = ">=3.6" [package.extras] -lint = ["flake8", "mypy", "docutils-stubs"] -test = ["pytest", "html5lib"] +test = ["html5lib", "pytest"] +lint = ["docutils-stubs", "mypy", "flake8"] [[package]] name = "sphinxcontrib-jsmath" @@ -1973,7 +1973,7 @@ optional = false python-versions = ">=3.5" [package.extras] -test = ["pytest", "flake8", "mypy"] +test = ["mypy", "flake8", "pytest"] [[package]] name = "sphinxcontrib-qthelp" @@ -1984,8 +1984,8 @@ optional = false python-versions = ">=3.5" [package.extras] -lint = ["flake8", "mypy", "docutils-stubs"] test = ["pytest"] +lint = ["docutils-stubs", "mypy", "flake8"] [[package]] name = "sphinxcontrib-serializinghtml" @@ -1996,8 +1996,8 @@ optional = false python-versions = ">=3.5" [package.extras] -lint = ["flake8", "mypy", "docutils-stubs"] test = ["pytest"] +lint = ["docutils-stubs", "mypy", "flake8"] [[package]] name = "streamlit" @@ -2116,7 +2116,7 @@ optional = false python-versions = ">= 3.5" [package.extras] -test = ["pytest", "pathlib2"] +test = ["pathlib2", "pytest"] [[package]] name = "threadpoolctl" @@ -2197,7 +2197,7 @@ packaging = "*" torch = ">=1.3.1" [package.extras] -image = ["scipy", "torchvision", "torch-fidelity"] +image = ["torch-fidelity", "torchvision", "scipy"] [[package]] name = "tornado" @@ -2762,8 +2762,8 @@ flake8 = [ {file = "flake8-3.9.2.tar.gz", hash = "sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b"}, ] fsspec = [ - {file = "fsspec-2022.5.0-py3-none-any.whl", hash = "sha256:2c198c50eb541a80bbd03540b07602c4a957366f3fb416a1f270d34bd4ff0926"}, - {file = "fsspec-2022.5.0.tar.gz", hash = "sha256:7a5459c75c44e760fbe6a3ccb1f37e81e023cde7da8ba20401258d877ec483b4"}, + {file = "fsspec-2022.7.1-py3-none-any.whl", hash = "sha256:36c5a8e7c4fc20cf32ef6934ac0a122accc8a593ddc8478d30c3ca4dbbd95500"}, + {file = "fsspec-2022.7.1.tar.gz", hash = "sha256:7f9fb19d811b027b97c4636c6073eb53bc4cbee2d3c4b33fa88b9f26906fd7d7"}, ] future = [ {file = "future-0.18.2.tar.gz", hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"}, @@ -3242,8 +3242,8 @@ nbclient = [ {file = "nbclient-0.5.3.tar.gz", hash = "sha256:db17271330c68c8c88d46d72349e24c147bb6f34ec82d8481a8f025c4d26589c"}, ] nbconvert = [ - {file = "nbconvert-6.1.0-py3-none-any.whl", hash = "sha256:37cd92ff2ae6a268e62075ff8b16129e0be4939c4dfcee53dc77cc8a7e06c684"}, - {file = "nbconvert-6.1.0.tar.gz", hash = "sha256:d22a8ff202644d31db254d24d52c3a96c82156623fcd7c7f987bba2612303ec9"}, + {file = "nbconvert-6.3.0-py3-none-any.whl", hash = "sha256:8f23fbeabda4a500685d788ee091bf22cf34119304314304fb39f16e2fc32f37"}, + {file = "nbconvert-6.3.0.tar.gz", hash = "sha256:5e77d6203854944520105e38f2563a813a4a3708e8563aa598928a3b5ee1081a"}, ] nbformat = [ {file = "nbformat-5.1.3-py3-none-any.whl", hash = "sha256:eb8447edd7127d043361bc17f2f5a807626bc8e878c7709a1c647abda28a9171"},