diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2019-09-26 00:27:54 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2019-09-26 00:27:54 -0400 |
| commit | 3549a2b880088d540c2e52cd8aef669d74454534 (patch) | |
| tree | 762174d9146e015dc6f0b1fed35b3675dff0b1d0 /requirements-docs.txt | |
| parent | 6b3a3d7d70ceece9deeb80965f02c5b54ff364fc (diff) | |
Upgrade docs requirements.
Several of these dependencies have had security vulns, and while they've all been irrelevant for running Sphinx locally, I'd like the alert emails to stop.
Diffstat (limited to 'requirements-docs.txt')
| -rw-r--r-- | requirements-docs.txt | 40 |
1 files changed, 24 insertions, 16 deletions
diff --git a/requirements-docs.txt b/requirements-docs.txt index f89c262..205d41f 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,17 +1,25 @@ -alabaster==0.7.10 -Babel==2.5.1 -certifi==2017.11.5 +alabaster==0.7.12 +Babel==2.7.0 +certifi==2019.9.11 chardet==3.0.4 -docutils==0.14 -idna==2.6 -imagesize==0.7.1 -Jinja2==2.10 -MarkupSafe==1.0 -Pygments==2.2.0 -pytz==2017.3 -requests==2.18.4 -six==1.11.0 -snowballstemmer==1.2.1 -Sphinx==1.6.5 -sphinxcontrib-websupport==1.0.1 -urllib3==1.22 +docutils==0.15.2 +idna==2.8 +imagesize==1.1.0 +Jinja2==2.10.1 +MarkupSafe==1.1.1 +packaging==19.2 +Pygments==2.4.2 +pyparsing==2.4.2 +pytz==2019.2 +requests==2.22.0 +six==1.12.0 +snowballstemmer==1.9.1 +Sphinx==2.2.0 +sphinxcontrib-applehelp==1.0.1 +sphinxcontrib-devhelp==1.0.1 +sphinxcontrib-htmlhelp==1.0.2 +sphinxcontrib-jsmath==1.0.1 +sphinxcontrib-qthelp==1.0.2 +sphinxcontrib-serializinghtml==1.1.3 +sphinxcontrib-websupport==1.1.2 +urllib3==1.25.6 |
