From 43a3fcb7db3ef2d3c43ac71abc9397037169fcc9 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 11 Jan 2023 13:46:22 +0100 Subject: [PATCH] Update pins of sphinx-rtd-theme to latest --- bob/devtools/data/conda_build_config.yaml | 6 +++--- bob/devtools/data/pip-constraints.txt | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml index 8c984aa0..8b2531a5 100644 --- a/bob/devtools/data/conda_build_config.yaml +++ b/bob/devtools/data/conda_build_config.yaml @@ -363,7 +363,7 @@ click_plugins: cmake: - "3.25.1" coverage: - - "7.0.4" + - "7.0.5" dask: - "2022.12.1" dask_jobqueue: @@ -460,13 +460,13 @@ simplejson: six: - "1.16.0" sphinx: - - "6.1.2" + - "5.3.0" sphinx_autodoc_typehints: - "1.20.1" sphinx_click: - "4.4.0" sphinx_rtd_theme: - - "0.5.2" + - "1.1.1" sphinxcontrib_programoutput: - "0.17" sqlalchemy: diff --git a/bob/devtools/data/pip-constraints.txt b/bob/devtools/data/pip-constraints.txt index 6a7a5891..c64eab15 100644 --- a/bob/devtools/data/pip-constraints.txt +++ b/bob/devtools/data/pip-constraints.txt @@ -37,7 +37,7 @@ cmake==3.25.1 colorama==0.4.6 contextlib2==0.5.5 contourpy==1.0.6 -coverage==7.0.4 +coverage==7.0.5 cryptography==39.0.0 cycler==0.11.0 cytoolz==0.12.0 @@ -52,7 +52,7 @@ decorator==5.1.1 distributed==2022.12.1 docker-py==6.0.0 docopt==0.6.2 -docutils==0.19 +docutils==0.17.1 et_xmlfile==1.0.1 exceptiongroup==1.1.0 expat==2.5.0 @@ -257,10 +257,10 @@ slicer==0.0.7 snappy==1.1.9 snowballstemmer==2.2.0 sortedcontainers==2.4.0 -sphinx==6.1.2 +sphinx==5.3.0 sphinx-autodoc-typehints==1.20.1 sphinx-click==4.4.0 -sphinx_rtd_theme==0.5.2 +sphinx_rtd_theme==1.1.1 sphinxcontrib-applehelp==1.0.2 sphinxcontrib-devhelp==1.0.2 sphinxcontrib-htmlhelp==2.0.0 -- GitLab