Skip to content
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
18 changes: 10 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,29 @@ idna==3.18
imagesize==2.0.0
# via sphinx
jinja2==3.1.6
# via sphinx
# via
# pydata-sphinx-theme
# sphinx
markupsafe==3.0.3
# via jinja2
packaging==26.2
# via sphinx
pydata-sphinx-theme==0.16.1
pydata-sphinx-theme==0.20.0
# via sphinx-book-theme
pygments==2.20.0
# via
# accessible-pygments
# pydata-sphinx-theme
# sphinx
requests==2.34.2
# via sphinx
# via
# pydata-sphinx-theme
# sphinx
roman-numerals==4.1.0
# via sphinx
snowballstemmer==3.1.1
# via sphinx
soupsieve==2.8.4
soupsieve==2.9
# via beautifulsoup4
sphinx==9.1.0
# via
Expand All @@ -54,7 +58,7 @@ sphinx==9.1.0
# sphinx-book-theme
# sphinx-copybutton
# sphinxext-rediraffe
sphinx-book-theme==1.2.0
sphinx-book-theme==1.4.0
# via -r requirements/base.in
sphinx-copybutton==0.5.2
# via -r requirements/base.in
Expand All @@ -73,8 +77,6 @@ sphinxcontrib-serializinghtml==2.0.0
sphinxext-rediraffe==0.3.0
# via -r requirements/base.in
typing-extensions==4.16.0
# via
# beautifulsoup4
# pydata-sphinx-theme
# via beautifulsoup4
urllib3==2.7.0
# via requests
4 changes: 2 additions & 2 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ elasticsearch<7.14.0
# 2026-07-06: Constrain social-auth-* packages to the latest version compatible with
# edx-drf-extensions<=10.6.0. (Newer versions require a POST instead of a GET.)
# Tracking issue: https://github.com/openedx/edx-drf-extensions/issues/561
social-auth-app-django>=5.9.0,<6.0.0
social-auth-core>=4.9.1,<5.0.0
social-auth-app-django<6.0.0
social-auth-core<5.0.0
11 changes: 6 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ imagesize==2.0.0
jinja2==3.1.6
# via
# -r requirements/base.txt
# pydata-sphinx-theme
# sphinx
markupsafe==3.0.3
# via
Expand All @@ -65,7 +66,7 @@ packaging==26.2
# via
# -r requirements/base.txt
# sphinx
pydata-sphinx-theme==0.16.1
pydata-sphinx-theme==0.20.0
# via
# -r requirements/base.txt
# sphinx-book-theme
Expand All @@ -78,6 +79,7 @@ pygments==2.20.0
requests==2.34.2
# via
# -r requirements/base.txt
# pydata-sphinx-theme
# sphinx
roman-numerals==4.1.0
# via
Expand All @@ -87,7 +89,7 @@ snowballstemmer==3.1.1
# via
# -r requirements/base.txt
# sphinx
soupsieve==2.8.4
soupsieve==2.9
# via
# -r requirements/base.txt
# beautifulsoup4
Expand All @@ -101,7 +103,7 @@ sphinx==9.1.0
# sphinxext-rediraffe
sphinx-autobuild==2025.8.25
# via -r requirements/dev.in
sphinx-book-theme==1.2.0
sphinx-book-theme==1.4.0
# via -r requirements/base.txt
sphinx-copybutton==0.5.2
# via -r requirements/base.txt
Expand Down Expand Up @@ -138,7 +140,6 @@ typing-extensions==4.16.0
# -r requirements/base.txt
# anyio
# beautifulsoup4
# pydata-sphinx-theme
# starlette
urllib3==2.7.0
# via
Expand All @@ -148,5 +149,5 @@ uvicorn==0.51.0
# via sphinx-autobuild
watchfiles==1.2.0
# via sphinx-autobuild
websockets==16.1
websockets==16.1.1
# via sphinx-autobuild
4 changes: 2 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
build==1.5.1
build==1.5.0
# via pip-tools
click==8.4.2
# via pip-tools
packaging==26.2
# via
# build
# wheel
pip-tools==7.5.3
pip-tools==7.6.0
# via -r requirements/pip_tools.in
pyproject-hooks==1.2.0
# via
Expand Down