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

chore: Upgrade dependencies, especially the docs theme #94

Merged
merged 2 commits into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"repository_url": "https://github.com/openedx/openedx-aspects",
"repository_branch": "main",
"path_to_docs": "docs/",
"logo_only": True,
"home_page_in_toc": True,
"use_repository_button": True,
"use_issues_button": True,
Expand Down
57 changes: 32 additions & 25 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@
#
# make upgrade
#
alabaster==0.7.12
# via sphinx
babel==2.11.0
accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.13
# via sphinx
beautifulsoup4==4.11.1
babel==2.12.1
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2022.12.7
certifi==2023.7.22
# via requests
charset-normalizer==2.1.1
charset-normalizer==3.2.0
# via requests
colorama==0.4.6
# via sphinx-autobuild
Expand All @@ -25,35 +29,36 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.0.0
importlib-metadata==6.8.0
# via sphinx
jinja2==3.1.2
# via sphinx
livereload==2.6.3
# via sphinx-autobuild
markupsafe==2.1.1
markupsafe==2.1.3
# via jinja2
packaging==22.0
packaging==23.1
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.8.1
pydata-sphinx-theme==0.13.3
# via sphinx-book-theme
pygments==2.14.0
# via sphinx
pytz==2022.7
pygments==2.16.1
# via
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pytz==2023.3.post1
# via babel
pyyaml==6.0
# via sphinx-book-theme
requests==2.28.1
requests==2.31.0
# via
# sphinx
# sphinxcontrib-images
six==1.16.0
# via livereload
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.3.2.post1
soupsieve==2.5
# via beautifulsoup4
sphinx==4.5.0
# via
Expand All @@ -68,35 +73,37 @@ sphinx==4.5.0
# sphinxcontrib-yt
sphinx-autobuild==2021.3.14
# via -r requirements/base.in
sphinx-book-theme==0.3.3
sphinx-book-theme==1.0.1
# via -r requirements/base.in
sphinx-copybutton==0.5.1
sphinx-copybutton==0.5.2
# via -r requirements/base.in
sphinx-panels==0.6.0
# via -r requirements/base.in
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-contentui==0.2.5
# via -r requirements/base.in
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-images==0.9.4
# via -r requirements/base.in
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-mermaid==0.7.1
sphinxcontrib-mermaid==0.9.2
# via -r requirements/base.in
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-yt==0.2.2
# via -r requirements/base.in
tornado==6.2
tornado==6.3.3
# via livereload
urllib3==1.26.13
typing-extensions==4.7.1
# via pydata-sphinx-theme
urllib3==2.0.4
# via requests
zipp==3.11.0
zipp==3.16.2
# via importlib-metadata
61 changes: 34 additions & 27 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,55 +4,60 @@
#
# make upgrade
#
alabaster==0.7.12
# via sphinx
babel==2.11.0
accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.13
# via sphinx
beautifulsoup4==4.11.1
babel==2.12.1
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2022.12.7
certifi==2023.7.22
# via requests
charset-normalizer==2.1.1
charset-normalizer==3.2.0
# via requests
colorama==0.4.6
# via sphinx-autobuild
docutils==0.17.1
docutils==0.19
# via
# pydata-sphinx-theme
# sphinx
idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.0.0
importlib-metadata==6.8.0
# via sphinx
jinja2==3.1.2
# via sphinx
livereload==2.6.3
# via sphinx-autobuild
markupsafe==2.1.1
markupsafe==2.1.3
# via jinja2
packaging==22.0
packaging==23.1
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.8.1
pydata-sphinx-theme==0.13.3
# via sphinx-book-theme
pygments==2.14.0
# via sphinx
pytz==2022.7
pygments==2.16.1
# via
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pytz==2023.3.post1
# via babel
pyyaml==6.0
# via sphinx-book-theme
requests==2.28.1
requests==2.31.0
# via sphinx
six==1.16.0
# via livereload
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.3.2.post1
soupsieve==2.5
# via beautifulsoup4
sphinx==4.5.0
sphinx==6.2.1
# via
# -r requirements/docs.in
# pydata-sphinx-theme
Expand All @@ -62,29 +67,31 @@ sphinx==4.5.0
# sphinxcontrib-contentui
sphinx-autobuild==2021.3.14
# via -r requirements/docs.in
sphinx-book-theme==0.3.3
sphinx-book-theme==1.0.1
# via -r requirements/docs.in
sphinx-copybutton==0.5.1
sphinx-copybutton==0.5.2
# via -r requirements/docs.in
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-contentui==0.2.5
# via -r requirements/docs.in
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-mermaid==0.7.1
sphinxcontrib-mermaid==0.9.2
# via -r requirements/docs.in
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
tornado==6.2
tornado==6.3.3
# via livereload
urllib3==1.26.13
typing-extensions==4.7.1
# via pydata-sphinx-theme
urllib3==2.0.4
# via requests
zipp==3.11.0
zipp==3.16.2
# via importlib-metadata
19 changes: 12 additions & 7 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,27 @@
#
# make upgrade
#
build==0.9.0
build==1.0.3
# via pip-tools
click==8.1.3
click==8.1.7
# via pip-tools
packaging==22.0
importlib-metadata==6.8.0
# via build
pep517==0.13.0
packaging==23.1
# via build
pip-tools==6.12.1
pip-tools==7.3.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pep517
wheel==0.38.4
# pip-tools
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
8 changes: 5 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
#
# make upgrade
#
pip==22.3.1
wheel==0.41.2
# via -r requirements/pip.in
setuptools==65.6.3

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
wheel==0.38.4
setuptools==68.2.0
# via -r requirements/pip.in