diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2021-08-12 18:36:02 -0400 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2021-08-13 15:57:21 +0000 |
commit | d170681b24724c522adaf1e2f4f0e1f3289dbf82 (patch) | |
tree | 07b818dde94aa45f2d50da86f5eea5af8659413b /test/requirements.txt | |
parent | 078d258034cef5b4ca74d9deb37b2684cc77d060 (diff) |
tests docs: upgrade python packages
- Upgrade python package requirements for test & docs
- Clean up docs generation warnings
- Consolidate python requirements for docs in test
requirements specs.
- Upgrade pip
Type: make
Change-Id: I74a3924b43ed93d15b32ec9f6fc41ed1ba95b69b
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'test/requirements.txt')
-rw-r--r-- | test/requirements.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/requirements.txt b/test/requirements.txt index f7b7c185446..a18f67c7f42 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,4 +1,4 @@ -pip-tools==5.1.2 # BSD Keep this in sync with Makefile's PIP_TOOLS_VERSION +pip-tools==6.2.0 # BSD Keep this in sync with Makefile's PIP_TOOLS_VERSION cryptography!=2.0 # BSD/Apache-2.0 deprecation>=2.0.6 # Apache-2.0 @@ -13,6 +13,8 @@ six # MIT syslog_rfc5424_parser>=0.3.1 # ISC objgraph # MIT pympler # Apache-2.0 -sphinx<3.0.0 # BSD, sphinx 3.0.0 crashes with a traceback +sphinx # BSD +sphinxcontrib-spelling # BSD sphinx-rtd-theme # MIT noiseprotocol # MIT +recommonmark # MIT |