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
8 changes: 3 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.13.4
# via pydata-sphinx-theme
certifi==2025.7.14
certifi==2025.8.3
# via requests
charset-normalizer==3.4.2
# via requests
Expand Down Expand Up @@ -78,7 +78,5 @@ typing-extensions==4.14.1
# via
# beautifulsoup4
# pydata-sphinx-theme
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
urllib3==2.5.0
# via requests
7 changes: 0 additions & 7 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ Django<5.0
# See https://github.com/openedx/edx-platform/issues/35126 for more info
elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3

# Cause: https://github.com/openedx/edx-lint/issues/475
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
urllib3<2.3.0
7 changes: 3 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ alabaster==1.0.0
# via
# -r requirements/base.txt
# sphinx
anyio==4.9.0
anyio==4.10.0
# via
# starlette
# watchfiles
Expand All @@ -25,7 +25,7 @@ beautifulsoup4==4.13.4
# via
# -r requirements/base.txt
# pydata-sphinx-theme
certifi==2025.7.14
certifi==2025.8.3
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -143,9 +143,8 @@ typing-extensions==4.14.1
# beautifulsoup4
# pydata-sphinx-theme
# starlette
urllib3==2.2.3
urllib3==2.5.0
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# requests
uvicorn==0.35.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
build==1.2.2.post1
build==1.3.0
# via pip-tools
click==8.2.1
# via pip-tools
packaging==25.0
# via build
pip-tools==7.4.1
pip-tools==7.5.0
# via -r requirements/pip_tools.in
pyproject-hooks==1.2.0
# via
Expand Down