From ae440f05d7762b952d8da26a367a9e1174cec375 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 18 Feb 2025 22:19:47 -0500 Subject: [PATCH] update to sphinx 8.2.0 --- ci-constraints-requirements.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt index d4793db0aac4..1e3227a0be42 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -218,6 +218,8 @@ requests==2.32.3 ; python_full_version >= '3.8' # via # sphinx # sphinxcontrib-spelling +roman-numerals-py==3.0.0 ; python_full_version >= '3.11' + # via sphinx ruff==0.9.6 # via cryptography (pyproject.toml) six==1.17.0 ; python_full_version < '3.8' @@ -242,7 +244,14 @@ sphinx==7.4.7 ; python_full_version == '3.9.*' # sphinx-rtd-theme # sphinxcontrib-jquery # sphinxcontrib-spelling -sphinx==8.1.3 ; python_full_version >= '3.10' +sphinx==8.1.3 ; python_full_version == '3.10.*' + # via + # cryptography (pyproject.toml) + # sphinx-inline-tabs + # sphinx-rtd-theme + # sphinxcontrib-jquery + # sphinxcontrib-spelling +sphinx==8.2.0 ; python_full_version >= '3.11' # via # cryptography (pyproject.toml) # sphinx-inline-tabs