Skip to content

Commit

Permalink
Update docs requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Dec 14, 2022
1 parent ecf6675 commit 1d1536e
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.10
# This file is autogenerated by pip-compile with python 3.11
# To update, run:
#
# pip-compile docs/requirements.in
Expand All @@ -8,17 +8,17 @@ alabaster==0.7.12
# via sphinx
attrs==22.1.0
# via regret
babel==2.10.3
babel==2.11.0
# via sphinx
beautifulsoup4==4.11.1
# via furo
certifi==2022.9.24
certifi==2022.12.7
# via requests
charset-normalizer==2.1.1
# via requests
docutils==0.19
# via sphinx
furo==2022.9.29
furo==2022.12.7
# via -r docs/requirements.in
idna==3.4
# via requests
Expand All @@ -28,7 +28,7 @@ jinja2==3.1.2
# via sphinx
markupsafe==2.1.1
# via jinja2
packaging==21.3
packaging==22.0
# via sphinx
pyenchant==3.2.2
# via sphinxcontrib-spelling
Expand All @@ -39,9 +39,7 @@ pygments==2.13.0
# sphinx
pygments-github-lexers==0.0.5
# via -r docs/requirements.in
pyparsing==3.0.9
# via packaging
pytz==2022.4
pytz==2022.6
# via babel
file:.#egg=regret
# via -r docs/requirements.in
Expand All @@ -51,7 +49,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.3.2.post1
# via beautifulsoup4
sphinx==5.2.3
sphinx==5.3.0
# via
# -r docs/requirements.in
# furo
Expand All @@ -61,7 +59,7 @@ sphinx==5.2.3
# sphinxext-opengraph
sphinx-basic-ng==1.0.0b1
# via furo
sphinx-copybutton==0.5.0
sphinx-copybutton==0.5.1
# via -r docs/requirements.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
Expand All @@ -75,9 +73,9 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-spelling==7.6.0
sphinxcontrib-spelling==7.7.0
# via -r docs/requirements.in
sphinxext-opengraph==0.6.3
sphinxext-opengraph==0.7.3
# via -r docs/requirements.in
urllib3==1.26.12
urllib3==1.26.13
# via requests

0 comments on commit 1d1536e

Please sign in to comment.