Skip to content

Commit

Permalink
chore: Run make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Jan 22, 2025
1 parent 8445f0b commit 824f23e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 10 deletions.
36 changes: 27 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==0.7.16
# via sphinx
anyio==4.7.0
anyio==4.8.0
# via
# starlette
# watchfiles
Expand All @@ -28,6 +28,7 @@ colorama==0.4.6
# via sphinx-autobuild
docutils==0.21.2
# via
# myst-parser
# pydata-sphinx-theme
# sphinx
h11==0.14.0
Expand All @@ -39,20 +40,34 @@ idna==3.10
imagesize==1.4.1
# via sphinx
jinja2==3.1.5
# via sphinx
# via
# myst-parser
# sphinx
markdown-it-py==3.0.0
# via
# mdit-py-plugins
# myst-parser
markupsafe==3.0.2
# via jinja2
mdit-py-plugins==0.4.2
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
myst-parser==4.0.0
# via -r requirements/base.in
packaging==24.2
# via sphinx
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
pygments==2.19.1
# via
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pyyaml==6.0.2
# via sphinxcontrib-mermaid
# via
# myst-parser
# sphinxcontrib-mermaid
requests==2.32.3
# via
# sphinx
Expand All @@ -66,8 +81,9 @@ soupsieve==2.6
# via beautifulsoup4
sphinx==7.4.7
# via
# -c /home/runner/work/docs.openedx.org/docs.openedx.org/requirements/constraints.txt
# -c /home/feanil/src/openedx/docs.openedx.org/requirements/constraints.txt
# -r requirements/base.in
# myst-parser
# pydata-sphinx-theme
# sphinx-autobuild
# sphinx-book-theme
Expand Down Expand Up @@ -117,11 +133,13 @@ typing-extensions==4.12.2
# via
# anyio
# pydata-sphinx-theme
urllib3==2.3.0
# via requests
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
uvicorn==0.34.0
# via sphinx-autobuild
watchfiles==1.0.3
watchfiles==1.0.4
# via sphinx-autobuild
websockets==14.1
websockets==14.2
# via sphinx-autobuild
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.45.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via -r requirements/pip.in
setuptools==75.6.0
setuptools==75.8.0
# via -r requirements/pip.in

0 comments on commit 824f23e

Please sign in to comment.