Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Dependencies: all packages updated via pip-tools #314

Merged
merged 1 commit into from
Oct 14, 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
29 changes: 17 additions & 12 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --extra=doc --output-file=docs/requirements.txt pyproject.toml
#
alabaster==0.7.16
alabaster==1.0.0
# via sphinx
anyio==4.6.0
anyio==4.6.2
# via
# starlette
# watchfiles
Expand All @@ -15,14 +15,16 @@ astroid==3.3.5
babel==2.16.0
# via sphinx
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via
# requests
# sphinx-prompt
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via uvicorn
colorama==0.4.6
# via sphinx-autobuild
docutils==0.20.1
docutils==0.21.2
# via
# pybtex-docutils
# sphinx
Expand All @@ -38,6 +40,7 @@ idna==3.10
# via
# anyio
# requests
# sphinx-prompt
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
Expand All @@ -46,7 +49,7 @@ jinja2==3.1.4
# sphinx-autoapi
latexcodec==3.0.0
# via pybtex
markupsafe==2.1.5
markupsafe==3.0.1
# via jinja2
packaging==24.1
# via sphinx
Expand All @@ -73,7 +76,7 @@ sniffio==1.3.1
# via anyio
snowballstemmer==2.2.0
# via sphinx
sphinx==7.4.7
sphinx==8.1.3
# via
# sphinx-autoapi
# sphinx-autobuild
Expand All @@ -92,11 +95,11 @@ sphinx-autobuild==2024.10.3
# via sphinx-hoverxref (pyproject.toml)
sphinx-notfound-page==1.0.4
# via sphinx-hoverxref (pyproject.toml)
sphinx-prompt==1.8.0
sphinx-prompt==1.9.0
# via sphinx-hoverxref (pyproject.toml)
sphinx-rtd-theme==2.0.0
sphinx-rtd-theme==3.0.1
# via sphinx-hoverxref (pyproject.toml)
sphinx-tabs==3.4.5
sphinx-tabs==3.4.7
# via sphinx-hoverxref (pyproject.toml)
sphinx-version-warning==1.1.2
# via sphinx-hoverxref (pyproject.toml)
Expand Down Expand Up @@ -130,8 +133,10 @@ typing-extensions==4.12.2
# astroid
# uvicorn
urllib3==2.2.3
# via requests
uvicorn==0.31.0
# via
# requests
# sphinx-prompt
uvicorn==0.31.1
# via sphinx-autobuild
watchfiles==0.24.0
# via sphinx-autobuild
Expand Down