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
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ colorama==0.4.6
# via tox
distlib==0.4.3
# via virtualenv
filelock==3.32.2
filelock==3.32.3
# via
# python-discovery
# tox
Expand All @@ -19,7 +19,7 @@ packaging==26.3
# via
# pyproject-api
# tox
platformdirs==4.11.2
platformdirs==4.11.3
# via
# tox
# virtualenv
Expand All @@ -33,7 +33,7 @@ python-discovery==1.5.2
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.59.0
tox==4.60.0
# via -r requirements/ci.in
typing-extensions==4.16.0
# via tox
Expand Down
17 changes: 17 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,20 @@ elasticsearch<7.14.0
# Tracking issue: https://github.com/openedx/edx-drf-extensions/issues/561
social-auth-app-django<6.0.0
social-auth-core<5.0.0

# 2026-08-11: pip-tools is only tested against the latest pip released at the time
# pip-tools was released; also, pip-tools package dependencies are extremely permissive
# about the pip version required, so the dependency resolver will not prevent an unwanted
# pip upgrade which would break pip-tools. The end result is that pip MUST be constrained
# by all pip-tools users in order to avoid potentially weeks-long lapses in pip <->
# pip-tools compatibility. We've constrained pip here in common_constraints.txt in the
# past, but always removed it once the issue was "fixed". Removing this constraint was
# always a mistake.
#
# This is a semi-permanent constraint and should be manually bumped after each pip-tools
# release.
#
# Exceptional conditions for removal:
# - We stop using pip-tools, OR
# - We migrate to the proposed `pip-tools[stable]` extra: https://github.com/jazzband/pip-tools/pull/2257
pip<26.2.1 # Known to work with pip-tools==7.6.1
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cachetools==7.1.7
# via
# -r requirements/ci.txt
# tox
chardet==7.5.1
chardet==7.6.0
# via diff-cover
click==8.4.2
# via
Expand All @@ -47,7 +47,7 @@ coverage[toml]==7.15.4
# via
# -r requirements/quality.txt
# pytest-cov
diff-cover==10.5.0
diff-cover==10.5.1
# via -r requirements/dev.in
dill==0.4.1
# via
Expand All @@ -63,7 +63,7 @@ django==5.2.17
# -r requirements/quality.txt
edx-lint==6.1.0
# via -r requirements/quality.txt
filelock==3.32.2
filelock==3.32.3
# via
# -r requirements/ci.txt
# python-discovery
Expand Down Expand Up @@ -104,7 +104,7 @@ packaging==26.3
# wheel
pip-tools==7.6.1
# via -r requirements/pip-tools.txt
platformdirs==4.11.2
platformdirs==4.11.3
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -184,7 +184,7 @@ snowballstemmer==3.1.1
# via
# -r requirements/quality.txt
# pydocstyle
sqlparse==0.5.5
sqlparse==0.6.0
# via
# -r requirements/quality.txt
# django
Expand All @@ -205,7 +205,7 @@ tomlkit==0.15.1
# -r requirements/quality.txt
# edx-lint
# pylint
tox==4.59.0
tox==4.60.0
# via -r requirements/ci.txt
typing-extensions==4.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ django==5.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/django.in
sqlparse==0.5.5
sqlparse==0.6.0
# via django
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ certifi==2026.7.22
# via requests
cffi==2.1.1
# via cryptography
charset-normalizer==3.5.0
charset-normalizer==3.5.1
# via requests
click==8.4.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -166,7 +166,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.5
sqlparse==0.6.0
# via
# -r requirements/test.txt
# django
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ wheel==0.48.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==26.2.1
# via -r requirements/pip.in
pip==26.2
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==84.0.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ packaging==26.3
# via
# -r requirements/test.txt
# pytest
platformdirs==4.11.2
platformdirs==4.11.3
# via pylint
pluggy==1.6.0
# via
Expand Down Expand Up @@ -105,7 +105,7 @@ six==1.17.0
# via edx-lint
snowballstemmer==3.1.1
# via pydocstyle
sqlparse==0.5.5
sqlparse==0.6.0
# via
# -r requirements/test.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ python-slugify==8.0.4
# via -r requirements/base.txt
pyyaml==6.0.3
# via -r requirements/base.txt
sqlparse==0.5.5
sqlparse==0.6.0
# via
# -r requirements/django.txt
# django
Expand Down