Skip to content
Open
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
29 changes: 15 additions & 14 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
#
# make upgrade
#
annotated-doc==0.0.4
annotated-doc==0.0.5
# via typer
cachetools==7.1.4
cachetools==7.1.7
# via tox
certifi==2026.6.17
certifi==2026.7.22
# via requests
charset-normalizer==3.4.7
charset-normalizer==3.5.0
# via requests
colorama==0.4.6
# via tox
coverage[toml]==7.14.3
coverage[toml]==7.15.4
# via coveralls
coveralls==4.1.0
# via -r requirements/ci.in
distlib==0.4.3
# via virtualenv
filelock==3.29.4
filelock==3.32.3
# via
# python-discovery
# tox
Expand All @@ -31,22 +31,21 @@ markdown-it-py==4.2.0
# via rich
mdurl==0.1.2
# via markdown-it-py
packaging==26.2
packaging==26.3
# via
# pyproject-api
# tox
platformdirs==4.10.0
platformdirs==4.11.3
# via
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
# via tox
pygments==2.20.0
# via rich
pyproject-api==1.10.1
pyproject-api==1.11.0
# via tox
python-discovery==1.4.2
python-discovery==1.5.2
# via
# tox
# virtualenv
Expand All @@ -58,11 +57,13 @@ shellingham==1.5.4
# via typer
tomli-w==1.2.0
# via tox
tox==4.55.1
tox==4.60.0
# via -r requirements/ci.in
typer==0.26.7
typer==0.27.1
# via coveralls
typing-extensions==4.16.0
# via tox
urllib3==2.7.0
# via requests
virtualenv==21.5.1
virtualenv==21.7.4
# via tox
23 changes: 23 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,26 @@ Django<6.0
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
# See https://github.com/openedx/edx-platform/issues/35126 for more info
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<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
75 changes: 38 additions & 37 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,39 @@
#
# make upgrade
#
annotated-doc==0.0.4
annotated-doc==0.0.5
# via typer
appdirs==1.4.4
# via fs
asgiref==3.11.1
asgiref==3.12.1
# via django
astroid==4.0.4
# via
# pylint
# pylint-celery
boto3==1.43.36
boto3==1.43.71
# via -r requirements/test.in
botocore==1.43.36
botocore==1.43.71
# via
# boto3
# s3transfer
cachetools==7.1.4
cachetools==7.1.7
# via
# -r requirements/base.in
# tox
certifi==2026.6.17
certifi==2026.7.22
# via requests
cffi==2.0.0
cffi==2.1.1
# via
# cryptography
# pynacl
chardet==7.4.3
chardet==7.5.1
# via
# diff-cover
# pysrt
charset-normalizer==3.4.7
charset-normalizer==3.5.0
# via requests
click==8.4.1
click==8.4.2
# via
# click-log
# code-annotations
Expand All @@ -50,26 +50,26 @@ code-annotations==3.0.0
# edx-toggles
colorama==0.4.6
# via tox
coverage[toml]==7.14.3
coverage[toml]==7.15.4
# via
# -r requirements/test.in
# coveralls
# pytest-cov
coveralls==4.1.0
# via -r requirements/ci.in
cryptography==49.0.0
cryptography==50.0.0
# via
# pyjwt
# secretstorage
ddt==1.7.2
# via -r requirements/test.in
diff-cover==10.3.0
diff-cover==10.5.0
# via -r requirements/dev.in
dill==0.4.1
# via pylint
distlib==0.4.3
# via virtualenv
django==5.2.15
django==5.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -96,7 +96,7 @@ django-waffle==5.0.0
# edx-django-utils
# edx-drf-extensions
# edx-toggles
djangorestframework==3.17.1
djangorestframework==3.18.0
# via
# drf-jwt
# edx-drf-extensions
Expand All @@ -120,7 +120,7 @@ edx-opaque-keys==4.0.0
# via edx-drf-extensions
edx-toggles==6.0.0
# via -r requirements/base.in
filelock==3.29.4
filelock==3.32.3
# via
# python-discovery
# tox
Expand All @@ -141,7 +141,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.1.2
# via keyring
jaraco-functools==4.5.0
jaraco-functools==4.6.0
# via keyring
jeepney==0.9.0
# via
Expand Down Expand Up @@ -175,18 +175,17 @@ more-itertools==11.1.0
# jaraco-functools
nh3==0.3.6
# via readme-renderer
packaging==26.2
packaging==26.3
# via
# pyproject-api
# pytest
# tox
# twine
pillow==12.2.0
pillow==12.3.0
# via -r requirements/base.in
platformdirs==4.10.0
platformdirs==4.11.3
# via
# pylint
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
Expand All @@ -213,15 +212,15 @@ pyjwt[crypto]==2.13.0
# via
# drf-jwt
# edx-drf-extensions
pylint==4.0.6
pylint==4.0.7
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.7.0
pylint-django==2.8.0
# via edx-lint
pylint-plugin-utils==0.9.0
# via
Expand All @@ -231,7 +230,7 @@ pymongo==4.17.0
# via edx-opaque-keys
pynacl==1.6.2
# via edx-django-utils
pyproject-api==1.10.1
pyproject-api==1.11.0
# via tox
pysrt==1.1.2
# via -r requirements/base.in
Expand All @@ -241,11 +240,11 @@ pytest==9.1.1
# pytest-django
pytest-cov==7.1.0
# via -r requirements/test.in
pytest-django==4.12.0
pytest-django==4.14.0
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via botocore
python-discovery==1.4.2
python-discovery==1.5.2
# via
# tox
# virtualenv
Expand All @@ -267,15 +266,15 @@ requests==2.34.2
# twine
requests-toolbelt==1.0.0
# via twine
responses==0.26.1
responses==0.26.2
# via -r requirements/test.in
rfc3986==2.0.0
# via twine
rich==15.0.0
# via
# twine
# typer
s3transfer==0.19.0
s3transfer==0.19.2
# via boto3
secretstorage==3.5.0
# via keyring
Expand All @@ -291,9 +290,9 @@ six==1.17.0
# python-dateutil
snowballstemmer==3.1.1
# via pydocstyle
sqlparse==0.5.5
sqlparse==0.6.0
# via django
stevedore==5.8.0
stevedore==5.9.0
# via
# code-annotations
# edx-django-utils
Expand All @@ -302,26 +301,28 @@ text-unidecode==1.3
# via python-slugify
tomli-w==1.2.0
# via tox
tomlkit==0.15.0
tomlkit==0.15.1
# via
# edx-lint
# pylint
tox==4.55.1
tox==4.60.0
# via -r requirements/ci.in
twine==6.2.0
twine==7.0.0
# via -r requirements/quality.in
typer==0.26.7
typer==0.27.1
# via coveralls
typing-extensions==4.15.0
# via edx-opaque-keys
typing-extensions==4.16.0
# via
# edx-opaque-keys
# tox
urllib3==2.7.0
# via
# botocore
# id
# requests
# responses
# twine
virtualenv==21.5.1
virtualenv==21.7.4
# via tox

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
#
build==1.5.0
# via pip-tools
click==8.4.1
click==8.4.2
# via pip-tools
packaging==26.2
packaging==26.3
# via
# build
# wheel
pip-tools==7.5.3
pip-tools==7.6.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.47.0
wheel==0.48.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 6 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
#
# make upgrade
#
packaging==26.2
packaging==26.3
# via wheel
wheel==0.47.0
wheel==0.48.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==26.1.2
# via -r requirements/pip.in
pip==26.2
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==81.0.0
# via
# -c requirements/constraints.txt
Expand Down
Loading
Loading