-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade dependencies & fix youtube extension
- Loading branch information
Showing
7 changed files
with
125 additions
and
109 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
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,38 +1,38 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.10 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
certifi==2022.9.24 | ||
certifi==2024.2.2 | ||
# via requests | ||
charset-normalizer==2.1.1 | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
click==8.1.3 | ||
click==8.1.7 | ||
# via -r requirements/base.in | ||
distlib==0.3.6 | ||
distlib==0.3.8 | ||
# via virtualenv | ||
filelock==3.8.0 | ||
filelock==3.13.3 | ||
# via virtualenv | ||
gitdb==4.0.9 | ||
gitdb==4.0.11 | ||
# via gitpython | ||
gitpython==3.1.27 | ||
gitpython==3.1.43 | ||
# via -r requirements/base.in | ||
idna==3.4 | ||
idna==3.6 | ||
# via requests | ||
jinja2==3.1.2 | ||
jinja2==3.1.3 | ||
# via -r requirements/base.in | ||
markupsafe==2.1.1 | ||
markupsafe==2.1.5 | ||
# via jinja2 | ||
platformdirs==2.5.2 | ||
platformdirs==4.2.0 | ||
# via virtualenv | ||
pyyaml==6.0 | ||
pyyaml==6.0.1 | ||
# via -r requirements/base.in | ||
requests==2.28.1 | ||
requests==2.31.0 | ||
# via -r requirements/base.in | ||
smmap==5.0.0 | ||
smmap==5.0.1 | ||
# via gitdb | ||
urllib3==1.26.12 | ||
urllib3==2.2.1 | ||
# via requests | ||
virtualenv==20.16.5 | ||
virtualenv==20.25.1 | ||
# via -r requirements/base.in |
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
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,9 +1,15 @@ | ||
sphinx==4.2.0 | ||
sphinx-book-theme==0.3.3 | ||
recommonmark==0.6.0 | ||
sphinxcontrib.yt==0.2.2 | ||
sphinxcontrib.images==0.9.4 | ||
sphinx_panels==0.6.0 | ||
sphinxcontrib.contentui==0.2.5 | ||
sphinx_copybutton==0.5.0 | ||
sphinxcontrib.mermaid==0.7.1 | ||
sphinxcontrib-applehelp==1.0.4 | ||
sphinxcontrib-devhelp==1.0.2 | ||
sphinxcontrib-htmlhelp==2.0.1 | ||
sphinxcontrib-qthelp==1.0.3 | ||
sphinxcontrib-serializinghtml==1.1.5 | ||
sphinxcontrib-jsmath==1.0.1 | ||
sphinxcontrib-youtube==1.3.0 |
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
Oops, something went wrong.