Skip to content

Commit

Permalink
Dependencies: all packages updated via pip-tools (#292)
Browse files Browse the repository at this point in the history
Co-authored-by: humitos <[email protected]>
Co-authored-by: Manuel Kaufmann <[email protected]>
  • Loading branch information
3 people authored Jun 17, 2024
1 parent c000817 commit 02a6c95
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
alabaster==0.7.16
# via sphinx
anyascii==0.3.2
# via sphinx-autoapi
anyio==4.3.0
# via starlette
astroid==3.1.0
anyio==4.4.0
# via
# starlette
# watchfiles
astroid==3.2.2
# via sphinx-autoapi
babel==2.14.0
babel==2.15.0
# via sphinx
certifi==2024.2.2
certifi==2024.6.2
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -30,7 +30,7 @@ docutils==0.20.1
# sphinx-rtd-theme
# sphinx-tabs
# sphinxcontrib-bibtex
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via anyio
h11==0.14.0
# via uvicorn
Expand All @@ -40,23 +40,23 @@ idna==3.7
# requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.3
jinja2==3.1.4
# via
# sphinx
# sphinx-autoapi
latexcodec==3.0.0
# via pybtex
markupsafe==2.1.5
# via jinja2
packaging==24.0
packaging==24.1
# via sphinx
pybtex==0.24.0
# via
# pybtex-docutils
# sphinxcontrib-bibtex
pybtex-docutils==1.0.3
# via sphinxcontrib-bibtex
pygments==2.17.2
pygments==2.18.0
# via
# sphinx
# sphinx-prompt
Expand All @@ -65,15 +65,15 @@ pyyaml==6.0.1
# via
# pybtex
# sphinx-autoapi
requests==2.31.0
requests==2.32.3
# via sphinx
six==1.16.0
# via pybtex
sniffio==1.3.1
# via anyio
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
sphinx==7.3.7
# via
# sphinx-autoapi
# sphinx-autobuild
Expand All @@ -86,11 +86,11 @@ sphinx==7.2.6
# sphinxcontrib-bibtex
# sphinxcontrib-jquery
# sphinxemoji
sphinx-autoapi==3.0.0
sphinx-autoapi==3.1.1
# via sphinx-hoverxref (pyproject.toml)
sphinx-autobuild==2024.4.13
sphinx-autobuild==2024.4.16
# via sphinx-hoverxref (pyproject.toml)
sphinx-notfound-page==1.0.0
sphinx-notfound-page==1.0.2
# via sphinx-hoverxref (pyproject.toml)
sphinx-prompt==1.8.0
# via sphinx-hoverxref (pyproject.toml)
Expand Down Expand Up @@ -122,14 +122,18 @@ sphinxemoji==0.3.1
# via sphinx-hoverxref (pyproject.toml)
starlette==0.37.2
# via sphinx-autobuild
typing-extensions==4.11.0
tomli==2.0.1
# via sphinx
typing-extensions==4.12.2
# via
# anyio
# astroid
# uvicorn
urllib3==2.2.1
# via requests
uvicorn==0.29.0
uvicorn==0.30.1
# via sphinx-autobuild
watchfiles==0.22.0
# via sphinx-autobuild
websockets==12.0
# via sphinx-autobuild

0 comments on commit 02a6c95

Please sign in to comment.