From 1345eadc5e002495976248f9a7d5b13d0b381b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 07:53:32 +0000 Subject: [PATCH] Bump certifi from 2020.12.5 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2020.12.05...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 279 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 212 insertions(+), 67 deletions(-) diff --git a/requirements.txt b/requirements.txt index 577ba9a..f4271d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,73 +4,218 @@ # # pip-compile # -anyio==2.2.0 # via jupyter-server -argon2-cffi==20.1.0 # via notebook -async-generator==1.10 # via nbclient -attrs==20.3.0 # via jsonschema -babel==2.9.0 # via jupyterlab-server -backcall==0.2.0 # via ipython -bleach==3.3.0 # via nbconvert -certifi==2020.12.5 # via requests -cffi==1.14.5 # via argon2-cffi -chardet==4.0.0 # via requests -cycler==0.10.0 # via matplotlib -decorator==4.4.2 # via ipython -defusedxml==0.7.1 # via nbconvert -entrypoints==0.3 # via nbconvert -idna==2.10 # via anyio, requests -ipykernel==5.5.0 # via notebook -ipython-genutils==0.2.0 # via jupyter-server, nbformat, notebook, traitlets -ipython==7.21.0 # via ipykernel, jupyterlab -jedi==0.18.0 # via ipython -jinja2==2.11.3 # via jupyter-server, jupyterlab, jupyterlab-server, nbconvert, notebook -json5==0.9.5 # via jupyterlab-server -jsonschema==3.2.0 # via jupyterlab-server, nbformat -jupyter-client==6.1.12 # via ipykernel, jupyter-server, nbclient, notebook -jupyter-core==4.7.1 # via jupyter-client, jupyter-server, jupyterlab, nbconvert, nbformat, notebook -jupyter-packaging==0.7.12 # via jupyterlab -jupyter-server==1.4.1 # via jupyterlab, jupyterlab-server, nbclassic -jupyterlab-pygments==0.1.2 # via nbconvert -jupyterlab-server==2.3.0 # via jupyterlab -jupyterlab==3.0.12 # via -r requirements.in -kiwisolver==1.3.1 # via matplotlib -markupsafe==1.1.1 # via jinja2 -matplotlib==3.3.4 # via -r requirements.in -mistune==0.8.4 # via nbconvert -nbclassic==0.2.6 # via jupyterlab -nbclient==0.5.3 # via nbconvert -nbconvert==6.0.7 # via jupyter-server, notebook -nbformat==5.1.2 # via jupyter-server, nbclient, nbconvert, notebook -nest-asyncio==1.5.1 # via nbclient -notebook==6.3.0 # via nbclassic -numpy==1.20.1 # via -r requirements.in, matplotlib -packaging==20.9 # via bleach, jupyter-packaging, jupyterlab, jupyterlab-server -pandocfilters==1.4.3 # via nbconvert -parso==0.8.1 # via jedi -pexpect==4.8.0 # via ipython -pickleshare==0.7.5 # via ipython -pillow==8.1.2 # via matplotlib -prometheus-client==0.9.0 # via jupyter-server, notebook -prompt-toolkit==3.0.18 # via ipython -ptyprocess==0.7.0 # via pexpect, terminado -pycparser==2.20 # via cffi -pygments==2.8.1 # via ipython, jupyterlab-pygments, nbconvert -pyparsing==2.4.7 # via matplotlib, packaging -pyrsistent==0.17.3 # via jsonschema -python-dateutil==2.8.1 # via jupyter-client, matplotlib -pytz==2021.1 # via babel -pyzmq==22.0.3 # via jupyter-client, jupyter-server, notebook -requests==2.25.1 # via jupyterlab-server -send2trash==1.5.0 # via jupyter-server, notebook -six==1.15.0 # via argon2-cffi, bleach, cycler, jsonschema, python-dateutil -sniffio==1.2.0 # via anyio -terminado==0.9.3 # via jupyter-server, notebook -testpath==0.4.4 # via nbconvert -tornado==6.1 # via ipykernel, jupyter-client, jupyter-server, jupyterlab, notebook, terminado -traitlets==5.0.5 # via ipykernel, ipython, jupyter-client, jupyter-core, jupyter-server, nbclient, nbconvert, nbformat, notebook -urllib3==1.26.4 # via requests -wcwidth==0.2.5 # via prompt-toolkit -webencodings==0.5.1 # via bleach +anyio==2.2.0 + # via jupyter-server +argon2-cffi==20.1.0 + # via notebook +async-generator==1.10 + # via nbclient +attrs==20.3.0 + # via jsonschema +babel==2.9.0 + # via jupyterlab-server +backcall==0.2.0 + # via ipython +bleach==3.3.0 + # via nbconvert +certifi==2022.12.7 + # via requests +cffi==1.14.5 + # via argon2-cffi +chardet==4.0.0 + # via requests +cycler==0.10.0 + # via matplotlib +decorator==4.4.2 + # via ipython +defusedxml==0.7.1 + # via nbconvert +entrypoints==0.3 + # via nbconvert +idna==2.10 + # via + # anyio + # requests +ipykernel==5.5.0 + # via notebook +ipython==7.21.0 + # via + # ipykernel + # jupyterlab +ipython-genutils==0.2.0 + # via + # jupyter-server + # nbformat + # notebook + # traitlets +jedi==0.18.0 + # via ipython +jinja2==2.11.3 + # via + # jupyter-server + # jupyterlab + # jupyterlab-server + # nbconvert + # notebook +json5==0.9.5 + # via jupyterlab-server +jsonschema==3.2.0 + # via + # jupyterlab-server + # nbformat +jupyter-client==6.1.12 + # via + # ipykernel + # jupyter-server + # nbclient + # notebook +jupyter-core==4.7.1 + # via + # jupyter-client + # jupyter-server + # jupyterlab + # nbconvert + # nbformat + # notebook +jupyter-packaging==0.7.12 + # via jupyterlab +jupyter-server==1.4.1 + # via + # jupyterlab + # jupyterlab-server + # nbclassic +jupyterlab==3.0.12 + # via -r requirements.in +jupyterlab-pygments==0.1.2 + # via nbconvert +jupyterlab-server==2.3.0 + # via jupyterlab +kiwisolver==1.3.1 + # via matplotlib +markupsafe==1.1.1 + # via jinja2 +matplotlib==3.3.4 + # via -r requirements.in +mistune==0.8.4 + # via nbconvert +nbclassic==0.2.6 + # via jupyterlab +nbclient==0.5.3 + # via nbconvert +nbconvert==6.0.7 + # via + # jupyter-server + # notebook +nbformat==5.1.2 + # via + # jupyter-server + # nbclient + # nbconvert + # notebook +nest-asyncio==1.5.1 + # via nbclient +notebook==6.3.0 + # via nbclassic +numpy==1.20.1 + # via + # -r requirements.in + # matplotlib +packaging==20.9 + # via + # bleach + # jupyter-packaging + # jupyterlab + # jupyterlab-server +pandocfilters==1.4.3 + # via nbconvert +parso==0.8.1 + # via jedi +pexpect==4.8.0 + # via ipython +pickleshare==0.7.5 + # via ipython +pillow==8.1.2 + # via matplotlib +prometheus-client==0.9.0 + # via + # jupyter-server + # notebook +prompt-toolkit==3.0.18 + # via ipython +ptyprocess==0.7.0 + # via + # pexpect + # terminado +pycparser==2.20 + # via cffi +pygments==2.8.1 + # via + # ipython + # jupyterlab-pygments + # nbconvert +pyparsing==2.4.7 + # via + # matplotlib + # packaging +pyrsistent==0.17.3 + # via jsonschema +python-dateutil==2.8.1 + # via + # jupyter-client + # matplotlib +pytz==2021.1 + # via babel +pyzmq==22.0.3 + # via + # jupyter-client + # jupyter-server + # notebook +requests==2.25.1 + # via jupyterlab-server +send2trash==1.5.0 + # via + # jupyter-server + # notebook +six==1.15.0 + # via + # argon2-cffi + # bleach + # cycler + # jsonschema + # python-dateutil +sniffio==1.2.0 + # via anyio +terminado==0.9.3 + # via + # jupyter-server + # notebook +testpath==0.4.4 + # via nbconvert +tornado==6.1 + # via + # ipykernel + # jupyter-client + # jupyter-server + # jupyterlab + # notebook + # terminado +traitlets==5.0.5 + # via + # ipykernel + # ipython + # jupyter-client + # jupyter-core + # jupyter-server + # nbclient + # nbconvert + # nbformat + # notebook +urllib3==1.26.4 + # via requests +wcwidth==0.2.5 + # via prompt-toolkit +webencodings==0.5.1 + # via bleach # The following packages are considered to be unsafe in a requirements file: # setuptools