Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pinning dependencies per OSSF security practices and coverting to ASCII #1582

Merged
merged 2 commits into from
Jul 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions documentation/library_guide/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
breathe==4.9.1
sphinx==4.4.0
jinja2==3.1.4
# https://github.com/sphinx-doc/sphinx/issues/9923
docutils==0.15
# Pin versions to avoid a compatibility issue: "The sphinxcontrib.<extension_name> extension used by this project needs at least Sphinx v5.0"
sphinxcontrib_applehelp<1.0.8
sphinxcontrib_devhelp<1.0.5
sphinxcontrib_htmlhelp<2.0.4
sphinxcontrib_qthelp<1.0.6
sphinxcontrib-serializinghtml<1.1.10
sphinx_book_theme
sphinx-intl==2.0.0
sphinx-tabs
sphinx-prompt
sphinx_substitution_extensions
breathe==4.9.1
sphinx==4.4.0
jinja2==3.1.4
# https://github.com/sphinx-doc/sphinx/issues/9923
docutils==0.15
# Pin versions to avoid a compatibility issue: "The sphinxcontrib.<extension_name> extension used by this project needs at least Sphinx v5.0"
sphinxcontrib_applehelp<1.0.8
sphinxcontrib_devhelp<1.0.5
sphinxcontrib_htmlhelp<2.0.4
sphinxcontrib_qthelp<1.0.6
sphinxcontrib-serializinghtml<1.1.10

sphinx_book_theme==1.0.1
sphinx-intl==2.0.0
sphinx-tabs==3.4.5
sphinx-prompt==1.5.0
sphinx_substitution_extensions==2022.2.16
Loading