-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update doc packages (#2704)
* chore(deps): update doc packages * Update docs/requirements.txt * Update docs/requirements.txt --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ethanglaser <[email protected]>
- Loading branch information
1 parent
fe84466
commit 713ac65
Showing
1 changed file
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
alabaster==0.7.13 | ||
Babel==2.13.1 | ||
beautifulsoup4==4.12.2 | ||
certifi==2024.7.4 | ||
alabaster==1.0.0 | ||
Babel==2.16.0 | ||
beautifulsoup4==4.12.3 | ||
certifi==2024.8.30 | ||
chardet==5.2.0 | ||
click==8.1.7 | ||
colorama==0.4.6 | ||
docutils~=0.18.0 | ||
idna==3.7 | ||
docutils~=0.21.2 | ||
idna==3.10 | ||
imagesize==1.4.1 | ||
importlib-metadata==8.0.0 | ||
importlib-resources==6.1.1 | ||
importlib-metadata==8.5.0 | ||
importlib-resources==6.4.5 | ||
Jinja2==3.1.4 | ||
lxml==5.1.0 | ||
MarkupSafe==3.0.1 | ||
packaging==24.0 | ||
pydata-sphinx-theme==0.14.3 | ||
Pygments==2.16.1 | ||
pyparsing==3.1.1 | ||
pytz==2024.1 | ||
PyYAML==6.0.1 | ||
requests==2.32.0 | ||
lxml==5.3.0 | ||
MarkupSafe==3.0.2 | ||
packaging==24.2 | ||
pydata-sphinx-theme==0.16.0 | ||
Pygments==2.18.0 | ||
pyparsing==3.2.0 | ||
pytz==2024.2 | ||
PyYAML==6.0.2 | ||
requests==2.32.3 | ||
six==1.16.0 | ||
snowballstemmer==2.2.0 | ||
soupsieve==2.5 | ||
Sphinx==6.2.1 | ||
sphinx-book-theme==1.0.1 | ||
sphinx-notfound-page==1.0.0 | ||
sphinx-prompt==1.6.0 | ||
soupsieve==2.6 | ||
Sphinx==8.1.3 | ||
sphinx-book-theme==1.1.3 | ||
sphinx-notfound-page==1.0.4 | ||
sphinx-prompt==1.9.0 | ||
Sphinx-Substitution-Extensions==2022.2.16 | ||
sphinx-tabs==3.4.4 | ||
sphinx-tabs==3.4.7 | ||
sphinxcontrib-applehelp==2.0.0 | ||
sphinxcontrib-devhelp==2.0.0 | ||
sphinxcontrib-htmlhelp==2.0.4 | ||
sphinxcontrib-htmlhelp==2.1.0 | ||
sphinxcontrib-jsmath==1.0.1 | ||
sphinxcontrib-qthelp==2.0.0 | ||
sphinxcontrib-serializinghtml==2.0.0 | ||
typing-extensions==4.8.0 | ||
urllib3==2.2.2 | ||
zipp==3.19.1 | ||
typing-extensions==4.12.2 | ||
urllib3==2.2.3 | ||
zipp==3.21.0 |