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
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ PIP_COMPILE = pip-compile --upgrade $(PIP_COMPILE_OPTS)
upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
upgrade: ## update the requirements/*.txt files with the latest packages satisfying requirements/*.in
pip install -qr requirements/pip-tools.txt
pip install -qr requirements/pip.txt
# Make sure to compile files after any other files they include!
$(PIP_COMPILE) --allow-unsafe -o requirements/pip.txt requirements/pip.in
$(PIP_COMPILE) -o requirements/pip-tools.txt requirements/pip-tools.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ click==8.3.0
# edx-django-utils
code-annotations==2.3.0
# via edx-toggles
django==4.2.25
django==5.2.8
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -56,7 +56,7 @@ markupsafe==3.0.3
# via jinja2
openedx-events==10.5.0
# via -r requirements/base.in
psutil==7.1.1
psutil==7.1.3
# via edx-django-utils
pycparser==2.23
# via cffi
Expand All @@ -68,7 +68,7 @@ python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.3
# via code-annotations
redis==6.4.0
redis==7.0.1
# via walrus
six==1.17.0
# via edx-ccx-keys
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
tox==4.31.0
tox==4.32.0
# via -r requirements/ci.in
virtualenv==20.35.3
virtualenv==20.35.4
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.11.0
coverage[toml]==7.11.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -72,7 +72,7 @@ distlib==0.4.0
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.25
django==5.2.8
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -184,7 +184,7 @@ pluggy==1.6.0
# tox
polib==1.2.0
# via edx-i18n-tools
psutil==7.1.1
psutil==7.1.3
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -256,7 +256,7 @@ pyyaml==6.0.3
# -r requirements/quality.txt
# code-annotations
# edx-i18n-tools
redis==6.4.0
redis==7.0.1
# via
# -r requirements/quality.txt
# walrus
Expand Down Expand Up @@ -287,13 +287,13 @@ tomlkit==0.13.3
# via
# -r requirements/quality.txt
# pylint
tox==4.31.0
tox==4.32.0
# via -r requirements/ci.txt
typing-extensions==4.15.0
# via
# -r requirements/quality.txt
# edx-opaque-keys
virtualenv==20.35.3
virtualenv==20.35.4
# via
# -r requirements/ci.txt
# tox
Expand Down
19 changes: 5 additions & 14 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ certifi==2025.10.5
cffi==2.0.0
# via
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.4.4
# via requests
Expand All @@ -44,15 +43,13 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.11.0
coverage[toml]==7.11.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==46.0.3
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.25
django==5.2.8
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -118,10 +115,6 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.3.0
# via keyring
jeepney==0.9.0
# via
# keyring
# secretstorage
jinja2==3.1.6
# via
# -r requirements/test.txt
Expand All @@ -141,7 +134,7 @@ more-itertools==10.8.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.1
nh3==0.3.2
# via readme-renderer
openedx-events==10.5.0
# via -r requirements/test.txt
Expand All @@ -158,7 +151,7 @@ pluggy==1.6.0
# -r requirements/test.txt
# pytest
# pytest-cov
psutil==7.1.1
psutil==7.1.3
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -206,7 +199,7 @@ pyyaml==6.0.3
# code-annotations
readme-renderer==44.0
# via twine
redis==6.4.0
redis==7.0.1
# via
# -r requirements/test.txt
# walrus
Expand All @@ -224,8 +217,6 @@ rich==14.2.0
# via twine
roman-numerals-py==3.1.0
# via sphinx
secretstorage==3.4.0
# via keyring
six==1.17.0
# via
# -r requirements/test.txt
Expand Down
4 changes: 3 additions & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ wheel==0.45.1

# The following packages are considered to be unsafe in a requirements file:
pip==25.2
# via -r requirements/pip.in
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ code-annotations==2.3.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.11.0
coverage[toml]==7.11.1
# via
# -r requirements/test.txt
# pytest-cov
ddt==1.7.2
# via -r requirements/test.txt
dill==0.4.0
# via pylint
django==4.2.25
django==5.2.8
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -118,7 +118,7 @@ pluggy==1.6.0
# -r requirements/test.txt
# pytest
# pytest-cov
psutil==7.1.1
psutil==7.1.3
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -173,7 +173,7 @@ pyyaml==6.0.3
# via
# -r requirements/test.txt
# code-annotations
redis==6.4.0
redis==7.0.1
# via
# -r requirements/test.txt
# walrus
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ code-annotations==2.3.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.11.0
coverage[toml]==7.11.1
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -90,7 +90,7 @@ pluggy==1.6.0
# via
# pytest
# pytest-cov
psutil==7.1.1
psutil==7.1.3
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -124,7 +124,7 @@ pyyaml==6.0.3
# via
# -r requirements/base.txt
# code-annotations
redis==6.4.0
redis==7.0.1
# via
# -r requirements/base.txt
# walrus
Expand Down