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
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ appdirs==1.4.4
# via fs
asgiref==3.11.0
# via django
boto3==1.41.2
boto3==1.42.29
# via fs-s3fs
botocore==1.41.2
botocore==1.42.29
# via
# boto3
# s3transfer
django==5.2.8
django==5.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# openedx-django-pyfs
Expand Down Expand Up @@ -49,7 +49,7 @@ pytz==2025.2
# via xblock
pyyaml==6.0.3
# via xblock
s3transfer==0.15.0
s3transfer==0.16.0
# via boto3
simplejson==3.20.2
# via xblock
Expand All @@ -58,15 +58,15 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.3
sqlparse==0.5.5
# via django
urllib3==2.5.0
urllib3==2.6.3
# via botocore
web-fragments==3.1.0
# via xblock
webob==1.8.9
# via xblock
xblock[django]==5.2.0
xblock[django]==5.3.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
#
# make upgrade
#
cachetools==6.2.2
cachetools==6.2.4
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.20.0
filelock==3.20.3
# via
# tox
# virtualenv
packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.5.0
platformdirs==4.5.1
# via
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
tox==4.32.0
tox==4.34.1
# via -r requirements/ci.in
virtualenv==20.35.4
virtualenv==20.36.1
# via tox
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.3.0
build==1.4.0
# via pip-tools
click==8.3.1
# via pip-tools
Expand Down
6 changes: 2 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
pip==25.3
# via -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
32 changes: 16 additions & 16 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ asgiref==3.11.0
# via
# -r requirements/base.txt
# django
astroid==3.3.11
astroid==4.0.3
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.41.2
boto3==1.42.29
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.41.2
botocore==1.42.29
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2025.11.12
certifi==2026.1.4
# via requests
chardet==5.2.0
# via binaryornot
Expand All @@ -47,7 +47,7 @@ code-annotations==2.3.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.12.0
coverage[toml]==7.13.1
# via pytest-cov
dill==0.4.0
# via pylint
Expand All @@ -73,7 +73,7 @@ idna==3.11
# via requests
iniconfig==2.3.0
# via pytest
isort==6.1.0
isort==7.0.0
# via pylint
jinja2==3.1.6
# via
Expand Down Expand Up @@ -117,7 +117,7 @@ openedx-django-pyfs==3.8.0
# xblock
packaging==25.0
# via pytest
platformdirs==4.5.0
platformdirs==4.5.1
# via pylint
pluggy==1.6.0
# via
Expand All @@ -129,23 +129,23 @@ pygments==2.19.2
# via
# pytest
# rich
pylint==3.3.9
pylint==4.0.4
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.6.1
pylint-django==2.7.0
# via edx-lint
pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==9.0.1
pytest==9.0.2
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -179,7 +179,7 @@ requests==2.32.5
# xblock-sdk
rich==14.2.0
# via cookiecutter
s3transfer==0.15.0
s3transfer==0.16.0
# via
# -r requirements/base.txt
# boto3
Expand All @@ -195,19 +195,19 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.3
sqlparse==0.5.5
# via
# -r requirements/base.txt
# django
stevedore==5.6.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
tomlkit==0.14.0
# via pylint
tzdata==2025.2
tzdata==2025.3
# via arrow
urllib3==2.5.0
urllib3==2.6.3
# via
# -r requirements/base.txt
# botocore
Expand All @@ -222,7 +222,7 @@ webob==1.8.9
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock[django]==5.2.0
xblock[django]==5.3.0
# via
# -r requirements/base.txt
# xblock-sdk
Expand Down