Skip to content

Commit

Permalink
Updates constraints file (#12123)
Browse files Browse the repository at this point in the history
Adds sphinx-inline-tabs, updates 2 packages that dependabot doesn't for some reason
  • Loading branch information
alex authored Dec 8, 2024
1 parent effb23d commit d968542
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions ci-constraints-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ requests==2.32.3 ; python_full_version >= '3.8'
# via sphinx
ruff==0.8.2
# via cryptography (pyproject.toml)
six==1.16.0 ; python_full_version < '3.8'
six==1.17.0 ; python_full_version < '3.8'
# via bleach
snowballstemmer==2.2.0
# via sphinx
Expand All @@ -215,21 +215,26 @@ sphinx==5.3.0 ; python_full_version < '3.8'
sphinx==7.1.2 ; python_full_version == '3.8.*'
# via
# cryptography (pyproject.toml)
# sphinx-inline-tabs
# sphinx-rtd-theme
# sphinxcontrib-jquery
# sphinxcontrib-spelling
sphinx==7.4.7 ; python_full_version == '3.9.*'
# via
# cryptography (pyproject.toml)
# sphinx-inline-tabs
# sphinx-rtd-theme
# sphinxcontrib-jquery
# sphinxcontrib-spelling
sphinx==8.1.3 ; python_full_version >= '3.10'
# via
# cryptography (pyproject.toml)
# sphinx-inline-tabs
# sphinx-rtd-theme
# sphinxcontrib-jquery
# sphinxcontrib-spelling
sphinx-inline-tabs==2023.4.21 ; python_full_version >= '3.8'
# via cryptography (pyproject.toml)
sphinx-rtd-theme==3.0.2 ; python_full_version >= '3.8'
# via cryptography (pyproject.toml)
sphinxcontrib-applehelp==1.0.2 ; python_full_version < '3.8'
Expand Down Expand Up @@ -269,7 +274,7 @@ tomli==2.0.1 ; python_full_version < '3.8'
# mypy
# nox
# pytest
tomli==2.1.0 ; python_full_version >= '3.8' and python_full_version <= '3.11'
tomli==2.2.1 ; python_full_version >= '3.8' and python_full_version <= '3.11'
# via
# build
# check-sdist
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ test = [
"certifi >=2024",
]
test-randomorder = ["pytest-randomly"]
docs = ["sphinx >=5.3.0", "sphinx-rtd-theme >=3.0.0; python_version >= '3.8'", "sphinx-inline-tabs"]
docs = ["sphinx >=5.3.0", "sphinx-rtd-theme >=3.0.0; python_version >= '3.8'", "sphinx-inline-tabs; python_version >= '3.8'"]
docstest = ["pyenchant >=3", "readme-renderer >=30.0", "sphinxcontrib-spelling >=7.3.1"]
sdist = ["build >=1.0.0"]
# `click` included because its needed to type check `release.py`
Expand Down

0 comments on commit d968542

Please sign in to comment.