From 81e12be32ed5c1d20a9a80cc49868d33a0183e19 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Wed, 8 Jun 2022 22:52:45 -0400 Subject: [PATCH] docs: Bump requirements Mainly to pick up a security fix in urllib3. --- docs/conf.py | 7 +++++++ docs/requirements.txt | 44 ++++++++++++++++++++++--------------------- 2 files changed, 30 insertions(+), 21 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c47edd6f5..753d44e73 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -123,11 +123,18 @@ missing_references = { "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", diff --git a/docs/requirements.txt b/docs/requirements.txt index 779cf5341..a338b6ba3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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 -- 2.47.2