Skip to content

Commit

Permalink
Merge pull request #3152 from bdarnell/docs-reqs
Browse files Browse the repository at this point in the history
docs: Bump requirements
  • Loading branch information
bdarnell committed Jun 9, 2022
2 parents 147f2af + 81e12be commit 8027f03
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 21 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,18 @@
"Pattern",
"RAISE",
"Rule",
"socket.AddressFamily",
"tornado.concurrent._T",
"tornado.gen._T",
"tornado.ioloop._S",
"tornado.ioloop._T",
"tornado.ioloop._Selectable",
"tornado.locks._ReleasingContextManager",
"tornado.queues._T",
"tornado.options._Mockable",
"tornado.web._ArgDefaultMarker",
"tornado.web._HandlerDelegate",
"tornado.web._RequestHandlerType",
"_RequestHandlerType",
"traceback",
"WSGIAppType",
Expand Down
44 changes: 23 additions & 21 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
alabaster==0.7.12
babel==2.9.1
certifi==2020.6.20
chardet==3.0.4
docutils==0.16
idna==2.10
imagesize==1.2.0
jinja2==2.11.3
markupsafe==1.1.1
packaging==20.4
pygments==2.7.4
pyparsing==2.4.7
pytz==2020.1
requests==2.24.0
six==1.15.0
snowballstemmer==2.0.0
sphinx==3.2.1
sphinx-rtd-theme==0.5.0
alabaster==0.7.12
Babel==2.10.1
certifi==2022.5.18.1
charset-normalizer==2.0.12
colorama==0.4.4
docutils==0.17.1
idna==3.3
imagesize==1.3.0
importlib-metadata==4.11.4
Jinja2==3.1.2
MarkupSafe==2.1.1
packaging==21.3
Pygments==2.12.0
pyparsing==3.0.9
pytz==2022.1
requests==2.27.1
snowballstemmer==2.2.0
Sphinx==5.0.1
sphinx-rtd-theme==1.0.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-asyncio==0.3.0
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
urllib3==1.25.11
sphinxcontrib-serializinghtml==1.1.5
urllib3==1.26.9
zipp==3.8.0

0 comments on commit 8027f03

Please sign in to comment.