Skip to content

Commit 472f6c1

Browse files
committed
Update Python requirements
1 parent 4b43264 commit 472f6c1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ babel==2.17.0
1414
# sphinx
1515
beautifulsoup4==4.14.2
1616
# via pydata-sphinx-theme
17-
certifi==2025.10.5
17+
certifi==2025.11.12
1818
# via requests
1919
charset-normalizer==3.4.4
2020
# via requests

requirements/common_constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Django<6.0
1919
# See https://github.com/openedx/edx-platform/issues/35126 for more info
2020
elasticsearch<7.14.0
2121

22-
# pip 25.3 is incompatible with pip-tools hence causing failures during the build process
22+
# pip 25.3 is incompatible with pip-tools hence causing failures during the build process
2323
# Make upgrade command and all requirements upgrade jobs are broken due to this.
2424
# See issue https://github.com/openedx/public-engineering/issues/440 for details regarding the ongoing fix.
2525
# The constraint can be removed once a release (pip-tools > 7.5.1) is available with support for pip 25.3

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ beautifulsoup4==4.14.2
2525
# via
2626
# -r requirements/base.txt
2727
# pydata-sphinx-theme
28-
certifi==2025.10.5
28+
certifi==2025.11.12
2929
# via
3030
# -r requirements/base.txt
3131
# requests

requirements/pip_tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ click==8.3.0
1010
# via pip-tools
1111
packaging==25.0
1212
# via build
13-
pip-tools==7.5.1
13+
pip-tools==7.5.2
1414
# via -r requirements/pip_tools.in
1515
pyproject-hooks==1.2.0
1616
# via

0 commit comments

Comments
 (0)