Skip to content

Commit

Permalink
Upgrade some unsafe dependencies of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alegonz committed Apr 5, 2021
1 parent 3a65760 commit c1deb9e
Showing 1 changed file with 73 additions and 35 deletions.
108 changes: 73 additions & 35 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,80 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file=docs/requirements.txt docs/requirements.in
# pip-compile --output-file=requirements.txt requirements.in
#
alabaster==0.7.12 # via sphinx
babel==2.8.0 # via sphinx
beautifulsoup4==4.8.2 # via sphinx-material
certifi==2019.11.28 # via requests
chardet==3.0.4 # via requests
css-html-js-minify==2.5.5 # via sphinx-material
docutils==0.16 # via m2r, sphinx
idna==2.8 # via requests
imagesize==1.2.0 # via sphinx
jinja2==2.11.1 # via sphinx
lxml==4.6.2 # via sphinx-material
m2r==0.2.1 # via -r requirements.in
markupsafe==1.1.1 # via jinja2
mistune==0.8.4 # via m2r
packaging==20.1 # via sphinx
pygments==2.5.2 # via sphinx
pyparsing==2.4.6 # via packaging
python-slugify[unidecode]==4.0.0 # via sphinx-material
pytz==2019.3 # via babel
requests==2.22.0 # via sphinx
six==1.14.0 # via packaging
snowballstemmer==2.0.0 # via sphinx
soupsieve==1.9.5 # via beautifulsoup4
sphinx-material==0.0.23 # via -r requirements.in
sphinx==2.4.1 # via -r requirements.in, sphinx-material
sphinxcontrib-applehelp==1.0.1 # via sphinx
sphinxcontrib-devhelp==1.0.1 # via sphinx
sphinxcontrib-htmlhelp==1.0.2 # via sphinx
sphinxcontrib-jsmath==1.0.1 # via sphinx
sphinxcontrib-qthelp==1.0.2 # via sphinx
sphinxcontrib-serializinghtml==1.1.3 # via sphinx
text-unidecode==1.3 # via python-slugify
unidecode==1.1.1 # via python-slugify
urllib3==1.25.8 # via requests
alabaster==0.7.12
# via sphinx
babel==2.8.0
# via sphinx
beautifulsoup4==4.8.2
# via sphinx-material
certifi==2019.11.28
# via requests
chardet==3.0.4
# via requests
css-html-js-minify==2.5.5
# via sphinx-material
docutils==0.16
# via
# m2r
# sphinx
idna==2.8
# via requests
imagesize==1.2.0
# via sphinx
jinja2==2.11.3
# via sphinx
lxml==4.6.3
# via sphinx-material
m2r==0.2.1
# via -r requirements.in
markupsafe==1.1.1
# via jinja2
mistune==0.8.4
# via m2r
packaging==20.1
# via sphinx
pygments==2.8.1
# via sphinx
pyparsing==2.4.6
# via packaging
python-slugify[unidecode]==4.0.0
# via sphinx-material
pytz==2019.3
# via babel
requests==2.22.0
# via sphinx
six==1.14.0
# via packaging
snowballstemmer==2.0.0
# via sphinx
soupsieve==1.9.5
# via beautifulsoup4
sphinx-material==0.0.23
# via -r requirements.in
sphinx==2.4.1
# via
# -r requirements.in
# sphinx-material
sphinxcontrib-applehelp==1.0.1
# via sphinx
sphinxcontrib-devhelp==1.0.1
# via sphinx
sphinxcontrib-htmlhelp==1.0.2
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.2
# via sphinx
sphinxcontrib-serializinghtml==1.1.3
# via sphinx
text-unidecode==1.3
# via python-slugify
unidecode==1.1.1
# via python-slugify
urllib3==1.25.8
# via requests

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit c1deb9e

Please sign in to comment.