Skip to content
Closed
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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pillow==12.1.0
# via -r requirements/base.in
psutil==7.2.1
# via edx-django-utils
pycparser==2.23
pycparser==3.0
# via cffi
pyjwt[crypto]==2.10.1
# via
Expand All @@ -91,5 +91,5 @@ urllib3==2.6.3
# via requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==80.9.0
setuptools==80.10.2
# via -r requirements/base.in
10 changes: 6 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@ build==1.4.0
# via pip-tools
click==8.3.1
# via pip-tools
packaging==25.0
# via build
packaging==26.0
# via
# build
# wheel
pip-tools==7.5.2
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.1
wheel==0.46.3
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via pip-tools
setuptools==80.9.0
setuptools==80.10.2
# via pip-tools
10 changes: 5 additions & 5 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==4.0.3
# via
# pylint
# pylint-celery
cachetools==6.2.4
cachetools==6.2.5
# via tox
certifi==2026.1.4
# via
Expand Down Expand Up @@ -42,7 +42,7 @@ code-annotations==2.3.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.13.1
coverage[toml]==7.13.2
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -52,7 +52,7 @@ cryptography==46.0.3
# pyjwt
ddt==1.7.2
# via -r requirements/test.in
dill==0.4.0
dill==0.4.1
# via pylint
distlib==0.4.0
# via virtualenv
Expand Down Expand Up @@ -131,7 +131,7 @@ markupsafe==3.0.3
# via jinja2
mccabe==0.7.0
# via pylint
packaging==25.0
packaging==26.0
# via
# pyproject-api
# pytest
Expand All @@ -154,7 +154,7 @@ psutil==7.2.1
# edx-django-utils
pycodestyle==2.14.0
# via -r requirements/test.in
pycparser==2.23
pycparser==3.0
# via
# -r requirements/base.txt
# cffi
Expand Down