From 03d6db065479bd02ff65b5de97e30f2b8666231d Mon Sep 17 00:00:00 2001 From: JanPalasek Date: Thu, 21 Nov 2024 23:29:14 +0100 Subject: [PATCH] Updated requirements, incremented version. --- pyproject.toml | 2 +- requirements-win.txt | 430 ++++++++++++++++++++----------------------- requirements.txt | 430 ++++++++++++++++++++----------------------- 3 files changed, 400 insertions(+), 462 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 633e3b3..efef598 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "pretty-jupyter" authors = [{name = "Jan Palasek"}] description = "Exports Jupyter notebook into beautiful and dynamic HTML report." license = {file = "LICENSE.md"} -version = "2.0.7" +version = "2.0.8" readme = "README.md" dependencies = [ "click", diff --git a/requirements-win.txt b/requirements-win.txt index 3a67054..327f1e9 100644 --- a/requirements-win.txt +++ b/requirements-win.txt @@ -1,69 +1,72 @@ # -# This file is autogenerated by pip-compile with Python 3.9 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # -# pip-compile --extra=dev --no-emit-index-url --output-file=requirements-win.txt --resolver=backtracking pyproject.toml +# pip-compile --extra=dev --no-emit-index-url --output-file=requirements-win.txt pyproject.toml # -alabaster==0.7.13 +alabaster==0.7.16 # via sphinx -anyio==3.7.1 - # via jupyter-server -argon2-cffi==21.3.0 +anyio==4.6.2.post1 # via + # httpx # jupyter-server - # nbclassic - # notebook +argon2-cffi==23.1.0 + # via jupyter-server argon2-cffi-bindings==21.2.0 # via argon2-cffi -arrow==1.2.3 +arrow==1.3.0 # via isoduration -astroid==2.15.5 +astroid==3.3.5 # via pylint -asttokens==2.2.1 +asttokens==2.4.1 # via stack-data -attrs==23.1.0 +async-lru==2.0.4 + # via jupyterlab +attrs==24.2.0 # via # jsonschema # outcome # referencing # trio -autoflake==2.2.0 +autoflake==2.3.1 # via pretty-jupyter (pyproject.toml) -babel==2.12.1 - # via sphinx -backcall==0.2.0 - # via ipython -beautifulsoup4==4.12.2 +babel==2.16.0 + # via + # jupyterlab-server + # sphinx +beautifulsoup4==4.12.3 # via nbconvert -black==23.3.0 +black==24.10.0 # via pretty-jupyter (pyproject.toml) -bleach==6.0.0 +bleach==6.2.0 # via nbconvert -build==0.10.0 +build==1.2.2.post1 # via # pip-tools # pretty-jupyter (pyproject.toml) -cachetools==5.3.1 +cachetools==5.5.0 # via tox -cerberus==1.3.4 +cerberus==1.3.5 # via # pretty-jupyter # pretty-jupyter (pyproject.toml) -certifi==2023.5.7 +certifi==2024.8.30 # via + # httpcore + # httpx # requests # selenium -cffi==1.15.1 +cffi==1.17.1 # via # argon2-cffi-bindings # trio -cfgv==3.3.1 +cfgv==3.4.0 # via pre-commit -chardet==5.1.0 +chardet==5.2.0 # via tox -charset-normalizer==3.2.0 +charset-normalizer==3.4.0 # via requests -click==8.1.4 +click==8.1.7 # via # black # pip-tools @@ -78,22 +81,23 @@ colorama==0.4.6 # pytest # sphinx # tox - # tqdm -comm==0.1.3 - # via ipykernel -contourpy==1.1.0 +comm==0.2.2 + # via + # ipykernel + # ipywidgets +contourpy==1.3.1 # via matplotlib -cycler==0.11.0 +cycler==0.12.1 # via matplotlib -debugpy==1.6.7 +debugpy==1.8.9 # via ipykernel decorator==5.1.1 # via ipython defusedxml==0.7.1 # via nbconvert -dill==0.3.6 +dill==0.3.9 # via pylint -distlib==0.3.6 +distlib==0.3.9 # via virtualenv docutils==0.17.1 # via @@ -101,55 +105,47 @@ docutils==0.17.1 # sphinx-rtd-theme entrypoints==0.4 # via nbconvert -exceptiongroup==1.1.2 - # via - # anyio - # pytest - # trio - # trio-websocket -executing==1.2.0 +executing==2.1.0 # via stack-data -fastjsonschema==2.17.1 +fastjsonschema==2.20.0 # via nbformat -filelock==3.12.2 +filelock==3.16.1 # via # tox # virtualenv -fonttools==4.40.0 +fonttools==4.55.0 # via matplotlib fqdn==1.5.1 # via jsonschema h11==0.14.0 - # via wsproto -identify==2.5.24 + # via + # httpcore + # wsproto +httpcore==1.0.7 + # via httpx +httpx==0.27.2 + # via jupyterlab +identify==2.6.2 # via pre-commit -idna==3.4 +idna==3.10 # via # anyio + # httpx # jsonschema # requests # trio imagesize==1.4.1 # via sphinx -importlib-metadata==6.8.0 - # via - # jupyter-client - # sphinx -importlib-resources==6.0.0 - # via matplotlib iniconfig==2.0.0 # via pytest -ipykernel==6.24.0 +ipykernel==6.29.5 # via - # ipywidgets # jupyter # jupyter-console - # nbclassic - # notebook + # jupyterlab # pretty-jupyter # pretty-jupyter (pyproject.toml) - # qtconsole -ipython==8.14.0 +ipython==8.29.0 # via # ipykernel # ipywidgets @@ -158,90 +154,102 @@ ipython==8.14.0 # pretty-jupyter (pyproject.toml) ipython-genutils==0.2.0 # via - # nbclassic - # notebook # pretty-jupyter # pretty-jupyter (pyproject.toml) - # qtconsole -ipywidgets==8.0.7 +ipywidgets==8.1.5 # via jupyter isoduration==20.11.0 # via jsonschema -isort==5.12.0 +isort==5.13.2 # via # pretty-jupyter (pyproject.toml) # pylint -jedi==0.18.2 +jedi==0.19.2 # via ipython -jinja2==3.1.2 +jinja2==3.1.4 # via # jupyter-server - # nbclassic + # jupyterlab + # jupyterlab-server # nbconvert - # notebook # pretty-jupyter # pretty-jupyter (pyproject.toml) # sphinx -jsonpointer==2.4 +json5==0.9.28 + # via jupyterlab-server +jsonpointer==3.0.0 # via jsonschema -jsonschema[format-nongpl]==4.18.0 +jsonschema[format-nongpl]==4.23.0 # via # jupyter-events + # jupyterlab-server # nbformat -jsonschema-specifications==2023.6.1 +jsonschema-specifications==2024.10.1 # via jsonschema -jupyter==1.0.0 +jupyter==1.1.1 # via pretty-jupyter (pyproject.toml) -jupyter-client==8.3.0 +jupyter-client==8.6.3 # via # ipykernel # jupyter-console # jupyter-server - # nbclassic # nbclient - # notebook - # qtconsole jupyter-console==6.6.3 # via jupyter -jupyter-core==5.3.1 +jupyter-core==5.7.2 # via # ipykernel # jupyter-client # jupyter-console # jupyter-server - # nbclassic + # jupyterlab # nbclient # nbconvert # nbformat - # notebook - # qtconsole -jupyter-events==0.6.3 +jupyter-events==0.10.0 # via jupyter-server -jupyter-server==2.7.0 +jupyter-lsp==2.2.5 + # via jupyterlab +jupyter-server==2.14.2 # via - # nbclassic + # jupyter-lsp + # jupyterlab + # jupyterlab-server + # notebook # notebook-shim -jupyter-server-terminals==0.4.4 +jupyter-server-terminals==0.5.3 # via jupyter-server -jupyterlab-pygments==0.2.2 +jupyterlab==4.2.6 + # via + # jupyter + # notebook +jupyterlab-pygments==0.3.0 # via nbconvert -jupyterlab-widgets==3.0.8 +jupyterlab-server==2.27.3 + # via + # jupyterlab + # notebook +jupyterlab-widgets==3.0.13 # via ipywidgets -kiwisolver==1.4.4 +kiwisolver==1.4.7 # via matplotlib -lazy-object-proxy==1.9.0 - # via astroid -lxml==4.9.3 - # via nbconvert -markupsafe==2.1.3 +lxml==5.3.0 + # via + # lxml-html-clean + # nbconvert +lxml-html-clean==0.4.1 + # via + # pretty-jupyter + # pretty-jupyter (pyproject.toml) +markupsafe==3.0.2 # via # jinja2 # nbconvert -matplotlib==3.7.2 +matplotlib==3.9.2 # via # pretty-jupyter (pyproject.toml) # seaborn -matplotlib-inline==0.1.6 +matplotlib-inline==0.1.7 # via # ipykernel # ipython @@ -251,171 +259,157 @@ mistune==0.8.4 # via nbconvert mypy-extensions==1.0.0 # via black -nbclassic==1.0.0 - # via notebook -nbclient==0.8.0 +nbclient==0.10.0 # via nbconvert nbconvert==6.5.4 # via # jupyter # jupyter-server - # nbclassic - # notebook # pretty-jupyter # pretty-jupyter (pyproject.toml) -nbformat==5.9.0 +nbformat==5.10.4 # via # jupyter-server - # nbclassic # nbclient # nbconvert - # notebook -nest-asyncio==1.5.6 - # via - # ipykernel - # nbclassic - # notebook -nodeenv==1.8.0 +nest-asyncio==1.6.0 + # via ipykernel +nodeenv==1.9.1 # via pre-commit -notebook==6.5.4 +notebook==7.2.2 # via jupyter -notebook-shim==0.2.3 - # via nbclassic -numpy==1.25.0 +notebook-shim==0.2.4 + # via + # jupyterlab + # notebook +numpy==2.1.3 # via # contourpy # matplotlib # pandas # seaborn -outcome==1.2.0 +outcome==1.3.0.post0 # via trio -overrides==7.3.1 +overrides==7.7.0 # via jupyter-server -packaging==23.1 +packaging==24.2 # via # black # build # ipykernel # jupyter-server + # jupyterlab + # jupyterlab-server # matplotlib # nbconvert # pyproject-api # pytest - # qtconsole - # qtpy # sphinx # tox # webdriver-manager -pandas==2.0.3 +pandas==2.2.3 # via # pretty-jupyter # pretty-jupyter (pyproject.toml) # seaborn -pandocfilters==1.5.0 +pandocfilters==1.5.1 # via nbconvert -parso==0.8.3 +parso==0.8.4 # via jedi -pathspec==0.11.1 +pathspec==0.12.1 # via black -pickleshare==0.7.5 - # via ipython -pillow==10.0.0 +pillow==11.0.0 # via matplotlib -pip-tools==6.14.0 +pip-tools==7.4.1 # via pretty-jupyter (pyproject.toml) -platformdirs==3.8.1 +platformdirs==4.3.6 # via # black # jupyter-core # pylint # tox # virtualenv -pluggy==1.2.0 +pluggy==1.5.0 # via # pytest # tox -pre-commit==3.3.3 +pre-commit==4.0.1 # via pretty-jupyter (pyproject.toml) -prometheus-client==0.17.0 - # via - # jupyter-server - # nbclassic - # notebook -prompt-toolkit==3.0.39 +pretty-jupyter[docs,test] @ file:///C:/Users/janpa/Documents/projects/pretty-jupyter + # via file:///c:/users/janpa/documents/projects/pretty-jupyter +prometheus-client==0.21.0 + # via jupyter-server +prompt-toolkit==3.0.48 # via # ipython # jupyter-console -psutil==5.9.5 +psutil==6.1.0 # via ipykernel -pure-eval==0.2.2 +pure-eval==0.2.3 # via stack-data -pycparser==2.21 +pycparser==2.22 # via cffi -pyflakes==3.0.1 +pyflakes==3.2.0 # via autoflake -pygments==2.15.1 +pygments==2.18.0 # via # ipython # jupyter-console # nbconvert - # qtconsole # sphinx -pylint==2.17.4 +pylint==3.3.1 # via pretty-jupyter (pyproject.toml) -pyparsing==3.0.9 +pyparsing==3.2.0 # via matplotlib -pyproject-api==1.5.3 +pyproject-api==1.8.0 # via tox -pyproject-hooks==1.0.0 - # via build +pyproject-hooks==1.2.0 + # via + # build + # pip-tools pysocks==1.7.1 # via urllib3 -pytest==7.4.0 +pytest==8.3.3 # via pretty-jupyter -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # arrow # jupyter-client # matplotlib # pandas -python-dotenv==1.0.0 +python-dotenv==1.0.1 # via webdriver-manager python-json-logger==2.0.7 # via jupyter-events -pytz==2023.3 +pytz==2024.2 # via pandas -pywin32==306 +pywin32==308 # via jupyter-core -pywinpty==2.0.10 +pywinpty==2.0.14 # via # jupyter-server # jupyter-server-terminals # terminado -pyyaml==6.0 +pyyaml==6.0.2 # via # jupyter-events # pre-commit # pretty-jupyter # pretty-jupyter (pyproject.toml) -pyzmq==25.1.0 +pyzmq==26.2.0 # via # ipykernel # jupyter-client # jupyter-console # jupyter-server - # nbclassic - # notebook - # qtconsole -qtconsole==5.4.3 - # via jupyter -qtpy==2.3.1 - # via qtconsole -referencing==0.29.1 +referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 + # jupyter-events +requests==2.32.3 # via + # jupyterlab-server # sphinx # webdriver-manager rfc3339-validator==0.1.4 @@ -426,34 +420,31 @@ rfc3986-validator==0.1.1 # via # jsonschema # jupyter-events -rpds-py==0.8.10 +rpds-py==0.21.0 # via # jsonschema # referencing -seaborn==0.12.2 +seaborn==0.13.2 # via pretty-jupyter (pyproject.toml) -selenium==4.10.0 +selenium==4.26.1 # via pretty-jupyter -send2trash==1.8.2 - # via - # jupyter-server - # nbclassic - # notebook +send2trash==1.8.3 + # via jupyter-server six==1.16.0 # via # asttokens - # bleach # python-dateutil # rfc3339-validator -sniffio==1.3.0 +sniffio==1.3.1 # via # anyio + # httpx # trio snowballstemmer==2.2.0 # via sphinx sortedcontainers==2.4.0 # via trio -soupsieve==2.4.1 +soupsieve==2.6 # via beautifulsoup4 sphinx==5.1.1 # via @@ -461,54 +452,39 @@ sphinx==5.1.1 # sphinx-rtd-theme sphinx-rtd-theme==1.0.0 # via pretty-jupyter -sphinxcontrib-applehelp==1.0.4 +sphinxcontrib-applehelp==2.0.0 # via sphinx -sphinxcontrib-devhelp==1.0.2 +sphinxcontrib-devhelp==2.0.0 # via sphinx -sphinxcontrib-htmlhelp==2.0.1 +sphinxcontrib-htmlhelp==2.1.0 # via sphinx sphinxcontrib-jsmath==1.0.1 # via sphinx -sphinxcontrib-qthelp==1.0.3 +sphinxcontrib-qthelp==2.0.0 # via sphinx -sphinxcontrib-serializinghtml==1.1.5 +sphinxcontrib-serializinghtml==2.0.0 # via sphinx -stack-data==0.6.2 +stack-data==0.6.3 # via ipython -terminado==0.17.1 +terminado==0.18.1 # via # jupyter-server # jupyter-server-terminals - # nbclassic - # notebook -tinycss2==1.2.1 +tinycss2==1.4.0 # via nbconvert -tomli==2.0.1 - # via - # autoflake - # black - # build - # pip-tools - # pylint - # pyproject-api - # pyproject-hooks - # pytest - # tox -tomlkit==0.11.8 +tomlkit==0.13.2 # via pylint -tornado==6.3.2 +tornado==6.4.1 # via # ipykernel # jupyter-client # jupyter-server - # nbclassic + # jupyterlab # notebook # terminado -tox==4.6.4 +tox==4.23.2 # via pretty-jupyter -tqdm==4.65.0 - # via webdriver-manager -traitlets==5.9.0 +traitlets==5.14.3 # via # comm # ipykernel @@ -519,61 +495,53 @@ traitlets==5.9.0 # jupyter-core # jupyter-events # jupyter-server + # jupyterlab # matplotlib-inline - # nbclassic # nbclient # nbconvert # nbformat - # notebook - # qtconsole -trio==0.22.1 +trio==0.27.0 # via # selenium # trio-websocket -trio-websocket==0.10.3 +trio-websocket==0.11.1 # via selenium -typing-extensions==4.7.1 - # via - # astroid - # black - # ipython - # pylint -tzdata==2023.3 +types-python-dateutil==2.9.0.20241003 + # via arrow +typing-extensions==4.12.2 + # via selenium +tzdata==2024.2 # via pandas uri-template==1.3.0 # via jsonschema -urllib3[socks]==2.0.3 +urllib3[socks]==2.2.3 # via # requests # selenium -virtualenv==20.23.1 +virtualenv==20.27.1 # via # pre-commit # tox -wcwidth==0.2.6 +wcwidth==0.2.13 # via prompt-toolkit -webcolors==1.13 +webcolors==24.11.1 # via jsonschema -webdriver-manager==3.8.6 +webdriver-manager==4.0.2 # via pretty-jupyter webencodings==0.5.1 # via # bleach # tinycss2 -websocket-client==1.6.1 - # via jupyter-server -wheel==0.40.0 +websocket-client==1.8.0 + # via + # jupyter-server + # selenium +wheel==0.45.0 # via pip-tools -widgetsnbextension==4.0.8 +widgetsnbextension==4.0.13 # via ipywidgets -wrapt==1.15.0 - # via astroid wsproto==1.2.0 # via trio-websocket -zipp==3.15.0 - # via - # importlib-metadata - # importlib-resources # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements.txt b/requirements.txt index 4f6728b..e4fcd7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,67 +1,72 @@ # -# This file is autogenerated by pip-compile with Python 3.9 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # -# pip-compile --extra=dev --no-emit-index-url --output-file=requirements.txt --resolver=backtracking pyproject.toml +# pip-compile --extra=dev --no-emit-index-url --output-file=requirements-win.txt pyproject.toml # -alabaster==0.7.13 +alabaster==0.7.16 # via sphinx -anyio==3.7.1 - # via jupyter-server -argon2-cffi==21.3.0 +anyio==4.6.2.post1 # via + # httpx # jupyter-server - # nbclassic - # notebook +argon2-cffi==23.1.0 + # via jupyter-server argon2-cffi-bindings==21.2.0 # via argon2-cffi -arrow==1.2.3 +arrow==1.3.0 # via isoduration -astroid==2.15.5 +astroid==3.3.5 # via pylint -asttokens==2.2.1 +asttokens==2.4.1 # via stack-data -attrs==23.1.0 +async-lru==2.0.4 + # via jupyterlab +attrs==24.2.0 # via # jsonschema # outcome # referencing # trio -autoflake==2.2.0 +autoflake==2.3.1 # via pretty-jupyter (pyproject.toml) -babel==2.12.1 - # via sphinx -backcall==0.2.0 - # via ipython -beautifulsoup4==4.12.2 +babel==2.16.0 + # via + # jupyterlab-server + # sphinx +beautifulsoup4==4.12.3 # via nbconvert -black==23.3.0 +black==24.10.0 # via pretty-jupyter (pyproject.toml) -bleach==6.0.0 +bleach==6.2.0 # via nbconvert -build==0.10.0 - # via pip-tools -cachetools==5.3.1 +build==1.2.2.post1 + # via + # pip-tools + # pretty-jupyter (pyproject.toml) +cachetools==5.5.0 # via tox -cerberus==1.3.4 +cerberus==1.3.5 # via # pretty-jupyter # pretty-jupyter (pyproject.toml) -certifi==2023.5.7 +certifi==2024.8.30 # via + # httpcore + # httpx # requests # selenium -cffi==1.15.1 +cffi==1.17.1 # via # argon2-cffi-bindings # trio -cfgv==3.3.1 +cfgv==3.4.0 # via pre-commit -chardet==5.1.0 +chardet==5.2.0 # via tox -charset-normalizer==3.2.0 +charset-normalizer==3.4.0 # via requests -click==8.1.4 +click==8.1.7 # via # black # pip-tools @@ -76,22 +81,23 @@ colorama==0.4.6 # pytest # sphinx # tox - # tqdm -comm==0.1.3 - # via ipykernel -contourpy==1.1.0 +comm==0.2.2 + # via + # ipykernel + # ipywidgets +contourpy==1.3.1 # via matplotlib -cycler==0.11.0 +cycler==0.12.1 # via matplotlib -debugpy==1.6.7 +debugpy==1.8.9 # via ipykernel decorator==5.1.1 # via ipython defusedxml==0.7.1 # via nbconvert -dill==0.3.6 +dill==0.3.9 # via pylint -distlib==0.3.6 +distlib==0.3.9 # via virtualenv docutils==0.17.1 # via @@ -99,55 +105,47 @@ docutils==0.17.1 # sphinx-rtd-theme entrypoints==0.4 # via nbconvert -exceptiongroup==1.1.2 - # via - # anyio - # pytest - # trio - # trio-websocket -executing==1.2.0 +executing==2.1.0 # via stack-data -fastjsonschema==2.17.1 +fastjsonschema==2.20.0 # via nbformat -filelock==3.12.2 +filelock==3.16.1 # via # tox # virtualenv -fonttools==4.40.0 +fonttools==4.55.0 # via matplotlib fqdn==1.5.1 # via jsonschema h11==0.14.0 - # via wsproto -identify==2.5.24 + # via + # httpcore + # wsproto +httpcore==1.0.7 + # via httpx +httpx==0.27.2 + # via jupyterlab +identify==2.6.2 # via pre-commit -idna==3.4 +idna==3.10 # via # anyio + # httpx # jsonschema # requests # trio imagesize==1.4.1 # via sphinx -importlib-metadata==6.8.0 - # via - # jupyter-client - # sphinx -importlib-resources==6.0.0 - # via matplotlib iniconfig==2.0.0 # via pytest -ipykernel==6.24.0 +ipykernel==6.29.5 # via - # ipywidgets # jupyter # jupyter-console - # nbclassic - # notebook + # jupyterlab # pretty-jupyter # pretty-jupyter (pyproject.toml) - # qtconsole -ipython==8.14.0 +ipython==8.29.0 # via # ipykernel # ipywidgets @@ -156,90 +154,102 @@ ipython==8.14.0 # pretty-jupyter (pyproject.toml) ipython-genutils==0.2.0 # via - # nbclassic - # notebook # pretty-jupyter # pretty-jupyter (pyproject.toml) - # qtconsole -ipywidgets==8.0.7 +ipywidgets==8.1.5 # via jupyter isoduration==20.11.0 # via jsonschema -isort==5.12.0 +isort==5.13.2 # via # pretty-jupyter (pyproject.toml) # pylint -jedi==0.18.2 +jedi==0.19.2 # via ipython -jinja2==3.1.2 +jinja2==3.1.4 # via # jupyter-server - # nbclassic + # jupyterlab + # jupyterlab-server # nbconvert - # notebook # pretty-jupyter # pretty-jupyter (pyproject.toml) # sphinx -jsonpointer==2.4 +json5==0.9.28 + # via jupyterlab-server +jsonpointer==3.0.0 # via jsonschema -jsonschema[format-nongpl]==4.18.0 +jsonschema[format-nongpl]==4.23.0 # via # jupyter-events + # jupyterlab-server # nbformat -jsonschema-specifications==2023.6.1 +jsonschema-specifications==2024.10.1 # via jsonschema -jupyter==1.0.0 +jupyter==1.1.1 # via pretty-jupyter (pyproject.toml) -jupyter-client==8.3.0 +jupyter-client==8.6.3 # via # ipykernel # jupyter-console # jupyter-server - # nbclassic # nbclient - # notebook - # qtconsole jupyter-console==6.6.3 # via jupyter -jupyter-core==5.3.1 +jupyter-core==5.7.2 # via # ipykernel # jupyter-client # jupyter-console # jupyter-server - # nbclassic + # jupyterlab # nbclient # nbconvert # nbformat - # notebook - # qtconsole -jupyter-events==0.6.3 +jupyter-events==0.10.0 # via jupyter-server -jupyter-server==2.7.0 +jupyter-lsp==2.2.5 + # via jupyterlab +jupyter-server==2.14.2 # via - # nbclassic + # jupyter-lsp + # jupyterlab + # jupyterlab-server + # notebook # notebook-shim -jupyter-server-terminals==0.4.4 +jupyter-server-terminals==0.5.3 # via jupyter-server -jupyterlab-pygments==0.2.2 +jupyterlab==4.2.6 + # via + # jupyter + # notebook +jupyterlab-pygments==0.3.0 # via nbconvert -jupyterlab-widgets==3.0.8 +jupyterlab-server==2.27.3 + # via + # jupyterlab + # notebook +jupyterlab-widgets==3.0.13 # via ipywidgets -kiwisolver==1.4.4 +kiwisolver==1.4.7 # via matplotlib -lazy-object-proxy==1.9.0 - # via astroid -lxml==4.9.3 - # via nbconvert -markupsafe==2.1.3 +lxml==5.3.0 + # via + # lxml-html-clean + # nbconvert +lxml-html-clean==0.4.1 + # via + # pretty-jupyter + # pretty-jupyter (pyproject.toml) +markupsafe==3.0.2 # via # jinja2 # nbconvert -matplotlib==3.7.2 +matplotlib==3.9.2 # via # pretty-jupyter (pyproject.toml) # seaborn -matplotlib-inline==0.1.6 +matplotlib-inline==0.1.7 # via # ipykernel # ipython @@ -249,164 +259,150 @@ mistune==0.8.4 # via nbconvert mypy-extensions==1.0.0 # via black -nbclassic==1.0.0 - # via notebook -nbclient==0.8.0 +nbclient==0.10.0 # via nbconvert nbconvert==6.5.4 # via # jupyter # jupyter-server - # nbclassic - # notebook # pretty-jupyter # pretty-jupyter (pyproject.toml) -nbformat==5.9.0 +nbformat==5.10.4 # via # jupyter-server - # nbclassic # nbclient # nbconvert - # notebook -nest-asyncio==1.5.6 - # via - # ipykernel - # nbclassic - # notebook -nodeenv==1.8.0 +nest-asyncio==1.6.0 + # via ipykernel +nodeenv==1.9.1 # via pre-commit -notebook==6.5.4 +notebook==7.2.2 # via jupyter -notebook-shim==0.2.3 - # via nbclassic -numpy==1.25.0 +notebook-shim==0.2.4 + # via + # jupyterlab + # notebook +numpy==2.1.3 # via # contourpy # matplotlib # pandas # seaborn -outcome==1.2.0 +outcome==1.3.0.post0 # via trio -overrides==7.3.1 +overrides==7.7.0 # via jupyter-server -packaging==23.1 +packaging==24.2 # via # black # build # ipykernel # jupyter-server + # jupyterlab + # jupyterlab-server # matplotlib # nbconvert # pyproject-api # pytest - # qtconsole - # qtpy # sphinx # tox # webdriver-manager -pandas==2.0.3 +pandas==2.2.3 # via # pretty-jupyter # pretty-jupyter (pyproject.toml) # seaborn -pandocfilters==1.5.0 +pandocfilters==1.5.1 # via nbconvert -parso==0.8.3 +parso==0.8.4 # via jedi -pathspec==0.11.1 +pathspec==0.12.1 # via black -pickleshare==0.7.5 - # via ipython -pillow==10.0.0 +pillow==11.0.0 # via matplotlib -pip-tools==6.14.0 +pip-tools==7.4.1 # via pretty-jupyter (pyproject.toml) -platformdirs==3.8.1 +platformdirs==4.3.6 # via # black # jupyter-core # pylint # tox # virtualenv -pluggy==1.2.0 +pluggy==1.5.0 # via # pytest # tox -pre-commit==3.3.3 +pre-commit==4.0.1 # via pretty-jupyter (pyproject.toml) -prometheus-client==0.17.0 - # via - # jupyter-server - # nbclassic - # notebook -prompt-toolkit==3.0.39 +pretty-jupyter[docs,test] @ file:///C:/Users/janpa/Documents/projects/pretty-jupyter + # via file:///c:/users/janpa/documents/projects/pretty-jupyter +prometheus-client==0.21.0 + # via jupyter-server +prompt-toolkit==3.0.48 # via # ipython # jupyter-console -psutil==5.9.5 +psutil==6.1.0 # via ipykernel -pure-eval==0.2.2 +pure-eval==0.2.3 # via stack-data -pycparser==2.21 +pycparser==2.22 # via cffi -pyflakes==3.0.1 +pyflakes==3.2.0 # via autoflake -pygments==2.15.1 +pygments==2.18.0 # via # ipython # jupyter-console # nbconvert - # qtconsole # sphinx -pylint==2.17.4 +pylint==3.3.1 # via pretty-jupyter (pyproject.toml) -pyparsing==3.0.9 +pyparsing==3.2.0 # via matplotlib -pyproject-api==1.5.3 +pyproject-api==1.8.0 # via tox -pyproject-hooks==1.0.0 - # via build +pyproject-hooks==1.2.0 + # via + # build + # pip-tools pysocks==1.7.1 # via urllib3 -pytest==7.4.0 +pytest==8.3.3 # via pretty-jupyter -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # arrow # jupyter-client # matplotlib # pandas -python-dotenv==1.0.0 +python-dotenv==1.0.1 # via webdriver-manager python-json-logger==2.0.7 # via jupyter-events -pytz==2023.3 +pytz==2024.2 # via pandas -pyyaml==6.0 +pyyaml==6.0.2 # via # jupyter-events # pre-commit # pretty-jupyter # pretty-jupyter (pyproject.toml) -pyzmq==25.1.0 +pyzmq==26.2.0 # via # ipykernel # jupyter-client # jupyter-console # jupyter-server - # nbclassic - # notebook - # qtconsole -qtconsole==5.4.3 - # via jupyter -qtpy==2.3.1 - # via qtconsole -referencing==0.29.1 +referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 + # jupyter-events +requests==2.32.3 # via + # jupyterlab-server # sphinx # webdriver-manager rfc3339-validator==0.1.4 @@ -417,34 +413,31 @@ rfc3986-validator==0.1.1 # via # jsonschema # jupyter-events -rpds-py==0.8.10 +rpds-py==0.21.0 # via # jsonschema # referencing -seaborn==0.12.2 +seaborn==0.13.2 # via pretty-jupyter (pyproject.toml) -selenium==4.10.0 +selenium==4.26.1 # via pretty-jupyter -send2trash==1.8.2 - # via - # jupyter-server - # nbclassic - # notebook +send2trash==1.8.3 + # via jupyter-server six==1.16.0 # via # asttokens - # bleach # python-dateutil # rfc3339-validator -sniffio==1.3.0 +sniffio==1.3.1 # via # anyio + # httpx # trio snowballstemmer==2.2.0 # via sphinx sortedcontainers==2.4.0 # via trio -soupsieve==2.4.1 +soupsieve==2.6 # via beautifulsoup4 sphinx==5.1.1 # via @@ -452,54 +445,39 @@ sphinx==5.1.1 # sphinx-rtd-theme sphinx-rtd-theme==1.0.0 # via pretty-jupyter -sphinxcontrib-applehelp==1.0.4 +sphinxcontrib-applehelp==2.0.0 # via sphinx -sphinxcontrib-devhelp==1.0.2 +sphinxcontrib-devhelp==2.0.0 # via sphinx -sphinxcontrib-htmlhelp==2.0.1 +sphinxcontrib-htmlhelp==2.1.0 # via sphinx sphinxcontrib-jsmath==1.0.1 # via sphinx -sphinxcontrib-qthelp==1.0.3 +sphinxcontrib-qthelp==2.0.0 # via sphinx -sphinxcontrib-serializinghtml==1.1.5 +sphinxcontrib-serializinghtml==2.0.0 # via sphinx -stack-data==0.6.2 +stack-data==0.6.3 # via ipython -terminado==0.17.1 +terminado==0.18.1 # via # jupyter-server # jupyter-server-terminals - # nbclassic - # notebook -tinycss2==1.2.1 +tinycss2==1.4.0 # via nbconvert -tomli==2.0.1 - # via - # autoflake - # black - # build - # pip-tools - # pylint - # pyproject-api - # pyproject-hooks - # pytest - # tox -tomlkit==0.11.8 +tomlkit==0.13.2 # via pylint -tornado==6.3.2 +tornado==6.4.1 # via # ipykernel # jupyter-client # jupyter-server - # nbclassic + # jupyterlab # notebook # terminado -tox==4.6.4 +tox==4.23.2 # via pretty-jupyter -tqdm==4.65.0 - # via webdriver-manager -traitlets==5.9.0 +traitlets==5.14.3 # via # comm # ipykernel @@ -510,61 +488,53 @@ traitlets==5.9.0 # jupyter-core # jupyter-events # jupyter-server + # jupyterlab # matplotlib-inline - # nbclassic # nbclient # nbconvert # nbformat - # notebook - # qtconsole -trio==0.22.1 +trio==0.27.0 # via # selenium # trio-websocket -trio-websocket==0.10.3 +trio-websocket==0.11.1 # via selenium -typing-extensions==4.7.1 - # via - # astroid - # black - # ipython - # pylint -tzdata==2023.3 +types-python-dateutil==2.9.0.20241003 + # via arrow +typing-extensions==4.12.2 + # via selenium +tzdata==2024.2 # via pandas uri-template==1.3.0 # via jsonschema -urllib3[socks]==2.0.3 +urllib3[socks]==2.2.3 # via # requests # selenium -virtualenv==20.23.1 +virtualenv==20.27.1 # via # pre-commit # tox -wcwidth==0.2.6 +wcwidth==0.2.13 # via prompt-toolkit -webcolors==1.13 +webcolors==24.11.1 # via jsonschema -webdriver-manager==3.8.6 +webdriver-manager==4.0.2 # via pretty-jupyter webencodings==0.5.1 # via # bleach # tinycss2 -websocket-client==1.6.1 - # via jupyter-server -wheel==0.40.0 +websocket-client==1.8.0 + # via + # jupyter-server + # selenium +wheel==0.45.0 # via pip-tools -widgetsnbextension==4.0.8 +widgetsnbextension==4.0.13 # via ipywidgets -wrapt==1.15.0 - # via astroid wsproto==1.2.0 # via trio-websocket -zipp==3.15.0 - # via - # importlib-metadata - # importlib-resources # The following packages are considered to be unsafe in a requirements file: # pip