From 9fd13403ba3d361b4ad04467756c3f38d983118a Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Tue, 17 Aug 2021 15:09:19 +0100 Subject: Bump doc requirements. --- docs/faq.rst | 2 +- docs/requirements.txt | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 154ed90..d8eea5b 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -69,7 +69,7 @@ implemented here, across any other implementation they encounter. for details on how to enable format validation - `FormatChecker` + `jsonschema.FormatChecker` the object which implements format validation diff --git a/docs/requirements.txt b/docs/requirements.txt index b71b0b6..07da9ee 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,62 +1,62 @@ # -# This file is autogenerated by pip-compile +# This file is autogenerated by pip-compile with python 3.9 # To update, run: # # pip-compile docs/requirements.in # alabaster==0.7.12 # via sphinx -babel==2.9.0 +babel==2.9.1 # via sphinx -certifi==2020.12.5 +certifi==2021.5.30 # via requests -chardet==4.0.0 +charset-normalizer==2.0.4 # via requests -docutils==0.16 +docutils==0.17.1 # via sphinx -idna==2.10 +idna==3.2 # via requests imagesize==1.2.0 # via sphinx -jinja2==2.11.3 +jinja2==3.0.1 # via sphinx lxml==4.6.3 - # via -r requirements.in -markupsafe==1.1.1 + # via -r docs/requirements.in +markupsafe==2.0.1 # via jinja2 -packaging==20.9 +packaging==21.0 # via sphinx -pyenchant==3.2.0 +pyenchant==3.2.1 # via sphinxcontrib-spelling -pygments==2.8.1 +pygments==2.10.0 # via sphinx pyparsing==2.4.7 # via packaging pytz==2021.1 # via babel -requests==2.25.1 +requests==2.26.0 # via sphinx snowballstemmer==2.1.0 # via sphinx -sphinx==3.5.3 +sphinx==4.1.2 # via - # -r requirements.in + # -r docs/requirements.in # sphinxcontrib-spelling sphinxcontrib-applehelp==1.0.2 # via sphinx sphinxcontrib-devhelp==1.0.2 # via sphinx -sphinxcontrib-htmlhelp==1.0.3 +sphinxcontrib-htmlhelp==2.0.0 # via sphinx sphinxcontrib-jsmath==1.0.1 # via sphinx sphinxcontrib-qthelp==1.0.3 # via sphinx -sphinxcontrib-serializinghtml==1.1.4 +sphinxcontrib-serializinghtml==1.1.5 # via sphinx -sphinxcontrib-spelling==7.1.0 - # via -r requirements.in -urllib3==1.26.5 +sphinxcontrib-spelling==7.2.1 + # via -r docs/requirements.in +urllib3==1.26.6 # via requests # The following packages are considered to be unsafe in a requirements file: -- cgit v1.2.1