Skip to content

Commit

Permalink
update to sphinx 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Feb 19, 2025
1 parent 841c1f4 commit ae440f0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion ci-constraints-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit ae440f0

Please sign in to comment.